Client library for Redis in pure OCaml.
Changelog can be found in CHANGES.md file.
- For
redis-lwt
, Lwt is needed.
http://0xffea.github.io/ocaml-redis/
ocaml-redis
implements synchronous and lwt clients. Each of them is in a separate package.
- synchronous version:
opam install redis-sync
- lwt version:
opam install redis-lwt
Note: connections are not safe to share among threads.
The tests require Docker and docker-compose.
Once they have been installed, the tests can be run with make test
.