Ocaml bindings for Redis.
Changelog can be found in CHANGES.md file.
redis-lwt, Lwt is needed.ocaml-redis implements synchronous and lwt clients. Each of them is in a separate package.
synchronous version:
opam install redis-synclwt version:
opam install redis-lwtNote: connections are not safe to share among threads.
http://0xffea.github.io/ocaml-redis/