Ocaml bindings for Redis. API documentation can be found here.
Changelog can be found in CHANGES.md file.
- Lwt (optional)
opam install redis
If you want Lwt support, but don't yet have Lwt installed:
opam install lwt redis
./configure --enable-lwt
make
make install