redis-async
  1. Overview
  2. Docs
Redis client for Async applications

Install

Authors

Maintainers

Sources

redis-async-v0.15.0.tar.gz
sha256=9ae8152ff50181c04fafa8864c9ed02fe38b57d5dfe2db5da0c060d256d6f7a9

Description

A client library for Redis versions 6 and higher.

Provides a strongly-typed API with transparent (de)serialization for application-defined types.

Supports client tracking and internally uses the RESP3 protocol.

Published: 21 Mar 2022

Dependencies (7)

  1. dune >= "2.0.0"
  2. ppx_jane >= "v0.15" & < "v0.16"
  3. core_kernel >= "v0.15" & < "v0.16"
  4. core >= "v0.15" & < "v0.16"
  5. bignum >= "v0.15" & < "v0.16"
  6. async >= "v0.15" & < "v0.16"
  7. ocaml >= "4.08.0"

Dev Dependencies

None

Used by

None

Conflicts

None