package hiredis

  1. Overview
  2. Docs
Redis tools based on the Hiredis C library

Install

Dune Dependency

Authors

Maintainers

Sources

0.2.tar.gz
md5=626c07fd60038bd19b89cf1682110da1

Description

Hiredis provides a unified interface for creating Redis clients, pools of clients and servers.

Published: 19 May 2017

README

Hiredis

Hiredis bindings for OCaml.

Dependencies

  • Lwt

  • Conduit

Installation

opam install hiredis

Documentation

See src/hiredis.mli

Dependencies (6)

  1. conduit >= "0.15.0" & < "0.16.0"
  2. lwt >= "2.7.0"
  3. topkg build
  4. ocamlbuild build
  5. ocamlfind build
  6. ocaml >= "4.03.0"

Dev Dependencies

None

Used by (1)

  1. resp-server < "0.3"

Conflicts

None