package redis

  1. Overview
  2. Docs
Bindings for the key-value cache and store redis.

Install

Dune Dependency

Authors

Maintainers

Sources

0.3.4.tar.gz
md5=396ad524a76267bb0c34eb0aea968573

Description

Published: 17 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. re
  2. uuidm
  3. base-bytes
  4. jbuilder >= "1.0+beta7"
  5. ocaml >= "4.02.3" & < "4.06.0"

Dev Dependencies

None

Conflicts

None