/ocaml-redis

Redis bindings for OCaml

Primary LanguageOCamlBSD 3-Clause "New" or "Revised" LicenseBSD-3-Clause

Ocaml-redis

Ocaml bindings for Redis. API documentation can be found here.

Changelog can be found in CHANGES.md file.

Dependencies

  • Lwt (optional)

Quick start

With OPAM

opam install redis

If you want Lwt support, but don't yet have Lwt installed:

opam install lwt redis

Without OPAM

./configure --enable-lwt
make
make install