package orewa

  1. Overview
  2. Docs
Async-friendly Redis client

Install

Dune Dependency

Authors

Maintainers

Sources

orewa-0.2.0.tbz
sha256=a907ac7adbc50d723e0587c666313a361822cc3b72df1535b26c2f6c6794a9e3
sha512=512dde46b5e16e1be2a993708e6aa6608be6f2d61e344271ac1dbb0a0175b9141d128fd870f81b1fb820e27c37891f7f3a968980c30306e78099e7d36dd6e555

CHANGES.md.html

0.2.0

  • Implement pipelining while simplifying parsing: it is now possible to queue up a lot of requests to Redis that will be fulfilled in order (thanks, @andersfugmann)

  • Remove `Eof error code since it was semantically equal to `Connection_closed (@andersfugmann)

  • Added Always option to SET to explicitly specify the default

0.1.1

  • Expose result of SET

  • Fix bug when setting non-existing key

0.1.0

  • Initial release

  • Designed to be async thread-safe

  • Supports all string commands of Redis 5.0 and a few others

  • All implemented commands tested against an actual Redis server

OCaml

Innovation. Community. Security.