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

README.md.html

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