package hiredis

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

Install

Dune Dependency

Authors

Maintainers

Sources

v0.4.tar.gz
md5=ddc7d3fe26d46ffab7a767b7bbd673f3

Description

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

Published: 26 Jul 2017

README

Hiredis

Hiredis bindings for OCaml.

Dependencies

  • Lwt

  • Conduit

Installation

opam install hiredis

Documentation

See src/hiredis.mli

Dependencies (5)

  1. conduit-lwt-unix >= "1.0.0" & < "2.0.0"
  2. topkg build
  3. ocamlbuild build
  4. ocamlfind build
  5. ocaml >= "4.03.0"

Dev Dependencies (1)

  1. lwt with-test & < "5.0.0"

Used by (1)

  1. resp-server < "0.3"

Conflicts

None