package redis-sync

  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 (4)

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

Dev Dependencies

None

Used by

None

Conflicts

None