Ocaml-redis Ocaml bindings for Redis. API documentation can be found here. Dependencies Lwt (optional) Quick start With OPAM opam install redis It you want Lwt support, but doesn't have Lwt installed: opam install lwt redis Without OPAM ./configure --enable-lwt make make install