kohlivarun5 / ocaml-redis

Redis bindings for OCaml

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Ocaml-redis

Ocaml bindings for Redis.

Changelog can be found in CHANGES.md file.

Dependencies

  • Lwt (optional)

Quick start

Installation

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

opam install redis-sync redis-lwt

About

Redis bindings for OCaml

License:BSD 3-Clause "New" or "Revised" License


Languages

Language:OCaml 100.0%