package valkey
- Overview
- No Docs
You can search for identifiers within the package.
in-package search v0.2.0
sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>
On This Page
Modern Valkey client for OCaml 5 + Eio (RESP3-only)
Install
dune-project
Dependency
Authors
Maintainers
Sources
v0.2.0.tar.gz
md5=799affda50a7c2ac75deb956815f73fd
sha512=341aa8717b25d70df2822eefbba9355f832cf0ebc205cc6c19a581535a4f7b18ebc67a880b309e83736cd257e58aa6fbbb137bf01a2d54a1d310efd8748177a4
Description
Eio-native Valkey client targeting OCaml 5.3+ and Valkey 7.2+ (including Valkey 8.1 / 9 additions: SET IFEQ, DELIFEQ, hash field TTL). RESP3 only; no Lwt/Async/legacy fallback. Connection layer has auto-reconnect, byte-budget backpressure, circuit breaker, keepalive, TLS, and optional domain split so the parser can't stall socket I/O. Cluster router with quorum-based topology discovery, MOVED/ASK/CLUSTERDOWN/TRYAGAIN retry, periodic refresh, and Read_from-aware replica routing (incl. AZ affinity).
Dependencies (12)
Dev Dependencies (3)
-
odoc
with-doc -
bisect_ppx
with-dev-setup & >= "2.8.0" -
alcotest
with-test & >= "1.7.0"
Used by
None
Conflicts
None
sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>
On This Page