package redis-lwt

  1. Overview
  2. Docs

Description

Published: 18 May 2017

README

Ocaml-redis

Ocaml bindings for Redis.

Changelog can be found in CHANGES.md file.

Dependencies

Quick start

Installation

ocaml-redis implements synchronous and lwt clients. Each of them is in separate package.

opam install redis-sync redis-lwt

Dependencies (5)

  1. lwt
  2. base-unix
  3. redis = version
  4. jbuilder >= "1.0+beta7"
  5. ocaml >= "4.02.3" & < "4.06.0"

Dev Dependencies

None

Conflicts

None