package redis

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

Install

Dune Dependency

Authors

Maintainers

Sources

0.3.6.tar.gz
md5=69c2dd7a17211436b08819dea13aa93a

Description

Published: 30 Mar 2018

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

  1. re
  2. uuidm
  3. base-unix
  4. base-bytes
  5. jbuilder >= "1.0+beta7"
  6. ocaml >= "4.02.3"

Dev Dependencies

None

Conflicts

None