package orewa

  1. Overview
  2. Docs
Async-friendly Redis client

Install

Authors

Maintainers

Sources

orewa-0.2.1.tbz
sha256=50c2bc62230a94f0856b9f2e414c6bff501fbf2071438d17cabdc0093bee718a
sha512=fba593b4fa15b557dceb3aa11e26a56f0de0308b321bf6e57b4d064f316efa18f5af44387e36c60509bfd954767230275dd29a051a95c8dcaad558b035d2778b

Description

Async-friendly Redis client

Orewa is a Redis client designed with cooperative multithreading in mind, thus operations are non-blocking by default.

It also features an OCaml-friendly Redis API wrapping the stringly constructs of the Redis commands into a more typed and less fragile interface that does its best to provide a pleasant interface.

Published: 19 Oct 2019

Dependencies (5)

  1. ppx_deriving >= "4.2"
  2. ppx_let >= "v0.11"
  3. dune >= "1.4"
  4. core >= "v0.11"
  5. async >= "v0.11"

Dev Dependencies (2)

  1. alcotest-async with-test & >= "0.8.2"
  2. alcotest with-test & >= "0.8.4"

Used by

None

Conflicts

None