package redis-sync

  1. Overview
  2. Docs
Redis client (blocking)

Install

Dune Dependency

Authors

Maintainers

Sources

0.4.tar.gz
md5=14ed13367ece237de7fb881436762356
sha512=cca4d4ed74c3551d87fc52aa75196f96bfddc511086af8133123becf1e981f14f712cf6232c656371e23f8e8f18babf9f2f0494f50023bb5068d2c7c7785fa2c

Description

Tags

redis unix

Published: 17 Feb 2020

README

README.md

Ocaml-redis

Ocaml bindings for Redis.

Changelog can be found in CHANGES.md file.

Dependencies

  • For redis-lwt, Lwt is needed.

Quick start

Installation

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

  • synchronous version:

    opam install redis-sync
    
  • lwt version:

    opam install redis-lwt
    

Note: connections are not safe to share among threads.

Documentation

http://0xffea.github.io/ocaml-redis/

Dependencies (3)

  1. ocaml >= "4.02.3"
  2. redis = version
  3. dune >= "1.0"

Dev Dependencies (3)

  1. odoc with-doc
  2. containers with-test
  3. ounit with-test

Used by

None

Conflicts

None