orewa
Async-friendly Redis client
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.
Install
copied = false, 2000)"
:class="{ 'border-gray-700': !copied, 'text-gray-100': !copied, 'focus:ring-orange-500': !copied, 'focus:border-orange-500': !copied, 'border-green-600': copied, 'text-green-600': copied, 'focus:ring-green-500': copied, 'focus:border-green-500': copied }">
- Published
- 19 Oct 2019
- Authors
- Maintainers
Sources
orewa-0.2.1.tbz
sha256=50c2bc62230a94f0856b9f2e414c6bff501fbf2071438d17cabdc0093bee718a
sha512=fba593b4fa15b557dceb3aa11e26a56f0de0308b321bf6e57b4d064f316efa18f5af44387e36c60509bfd954767230275dd29a051a95c8dcaad558b035d2778b
Dependencies
ppx_deriving
>= "4.2"
alcotest-async
with-test & >= "0.8.2"
alcotest
with-test & >= "0.8.4"
ppx_let
>= "v0.11"
dune
>= "1.4"
core
>= "v0.11"
async
>= "v0.11"
Reverse Dependencies