0xffea/ocaml-redis

Redis bindings for OCaml

OCaml

85

338 commits

updated May 21, 2025

See the code

README

OCaml-redis Build

Client library for Redis in pure OCaml.

Changelog can be found in CHANGES.md file.

Dependencies

  • For redis-lwt, Lwt is needed.

Documentation

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

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.

Contribution

The tests require Docker and docker-compose.

Once they have been installed, the tests can be run with make test.

ocaml
ocaml-library
redis-client

Contributors

aluuu

126 commits

c-cube

85 commits

Khady

24 commits

0xffea

18 commits

0xffea/ocaml-redis

Redis bindings for OCaml

OCaml

85

338 commits

updated May 21, 2025

See the code

README

OCaml-redis Build

Client library for Redis in pure OCaml.

Changelog can be found in CHANGES.md file.

Dependencies

  • For redis-lwt, Lwt is needed.

Documentation

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

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.

Contribution

The tests require Docker and docker-compose.

Once they have been installed, the tests can be run with make test.

ocaml
ocaml-library
redis-client

Contributors

aluuu

126 commits

c-cube

85 commits

Khady

24 commits

0xffea

18 commits

Languages

OCaml

76.9%

Nix

22.8%