package redis-async

  1. Overview
  2. No Docs
Redis client for Async applications

Install

dune-project
 Dependency

Authors

Maintainers

Sources

v0.17.0.tar.gz
sha256=887f10006f90b3d37b01e715dad466d5b56f9b58f20f217c69df825f23829d90

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: 26 May 2024

Dependencies (7)

  1. dune >= "3.11.0"
  2. ppx_jane >= "v0.17" & < "v0.18~"
  3. core_kernel >= "v0.17" & < "v0.18~"
  4. core >= "v0.17" & < "v0.18~"
  5. bignum >= "v0.17" & < "v0.18~"
  6. async >= "v0.17" & < "v0.18~"
  7. ocaml >= "5.1.0"

Dev Dependencies

None

Used by

None

Conflicts

None