package redis-async

  1. Overview
  2. Docs
Redis client for Async applications

Install

Dune Dependency

Authors

Maintainers

Sources

redis-async-v0.16.0.tar.gz
sha256=250076dd5eb5aadeab3964e43066c0576ca0ab7b3cb00b43ddcecc2591c4f430

CHANGES.md.html

Release v0.16.0

  • Implement Sentinel (high availability)

  • Add Authentication commands and tooling

  • Implement Cursors

  • Implement Keyevents

  • Many many miscellaneous additional commands

Old pre-v0.15 changelogs (very likely stale and incomplete)

git version

  • Initial public version

  • Implements a small subset of Redis commands; parsers are provided to easily add more as needed. Pull requests welcome.