package redis-lwt

  1. Overview
  2. Docs
Redis client (lwt interface)

Install

Dune Dependency

Authors

Maintainers

Sources

v0.6.tar.gz
md5=be1850ecdb92400e548e7ada346f1acd
sha512=77aace7d537606f252f37397c3368bb3a66cf6ca66d52d6cbe2524b0218a7991ca643e6ec00d70bf20b0715c412d5e290b9a06d07bd9575bcfba32b59f17bc26

Description

Tags

redis lwt

Published: 27 Jun 2022

README

OCaml-redis

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.

Dependencies (4)

  1. ocaml >= "4.03.0"
  2. lwt >= "2.4.7"
  3. redis = version
  4. dune >= "1.0"

Dev Dependencies (3)

  1. odoc with-doc
  2. containers with-test
  3. ounit2 with-test

Conflicts

None