package redis-sync

  1. Overview
  2. Docs
Redis client (blocking)

Install

Dune Dependency

Authors

Maintainers

Sources

redis-0.8.tbz
sha256=0a58b7d0496eaf7b4bff46d62ba3c1072db6f532b88ec42737fd28550bb1d352
sha512=e1c60cd6befa2c75f3a661d00317f59a802131376501c35095a57e02799981c2f06598f865b398f9b0f8dc778cd52cb13b029b378c661671983b31e7b39a4f83

Description

Tags

redis unix

Published: 14 May 2025

README

OCaml-redis Build"

Client library for Redis in pure OCaml.

Changelog can be found in CHANGES.md file.

Dependencies

  • For redis-lwt, Lwt is needed.

Documentation

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

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.

Contribution

The tests require Docker and docker-compose.

Once they have been installed, the tests can be run with make test.

Dependencies (4)

  1. camlp-streams
  2. ocaml >= "4.03.0"
  3. redis = version
  4. dune >= "1.0"

Dev Dependencies (3)

  1. odoc with-doc
  2. containers with-test & >= "3.0"
  3. ounit2 with-test

Used by

None

Conflicts

None

OCaml

Innovation. Community. Security.