Skip to content

code-ghalib/ocaml-redis

 
 

Repository files navigation

Build Status

Ocaml-redis

Ocaml bindings for Redis.

Changelog can be found in CHANGES.md file.

Dependencies

  • For redis-lwt, Lwt is needed.

Quick start

Installation

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.

Documentation

http://0xffea.github.io/ocaml-redis/

About

Redis bindings for OCaml

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • OCaml 99.7%
  • Other 0.3%