Skip to content

0xffea/ocaml-redis

This branch is 333 commits ahead of mrnumber/ocaml-redis:master.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ab1e7ca · Oct 19, 2023
Oct 9, 2023
Jun 8, 2016
Oct 6, 2023
Jan 31, 2022
Oct 19, 2023
Oct 9, 2023
Oct 9, 2023
Oct 9, 2023
Oct 9, 2023
Sep 14, 2019
Oct 19, 2023
Aug 26, 2011
Oct 9, 2023
Jun 7, 2021
Jan 31, 2022
Oct 9, 2023
Sep 9, 2019
Sep 14, 2019
Oct 19, 2023
Oct 19, 2023
Oct 19, 2023
Jan 31, 2022

Repository files navigation

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.

Packages

No packages published

Languages

  • OCaml 76.6%
  • Nix 23.1%
  • Other 0.3%