package hiredis

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

Install

Dune Dependency

Authors

Maintainers

Sources

v0.7.tar.gz
md5=6f8b2917ece37eb39921fd5ef25a65ee

Description

Hiredis provides a simple interface for communicating with Redis from OCaml

Published: 22 Mar 2018

README

Hiredis

Hiredis bindings for OCaml.

Dependencies

  • Lwt

Installation

opam install hiredis

Documentation

See src/hiredis.mli

Dependencies (5)

  1. lwt >= "3.3.0"
  2. topkg build
  3. ocamlbuild build
  4. ocamlfind build
  5. ocaml >= "4.03.0"

Dev Dependencies

None

Used by (1)

  1. resp-server < "0.3"

Conflicts

None