package resp

  1. Overview
  2. Docs
Redis serialization protocol library

Install

Dune Dependency

Authors

Maintainers

Sources

resp-0.11.0.tbz
sha256=8c4f7afbed08c5d373a822cf0d2f21427605a283b24ef2e1354aa4bff3dd5035
sha512=1a14349721871c532142d48ad2811d8aad48173fe3c9a4eb0de7df3bcc58fedf98ed62ab0b548d9fa0d97c99559fb63de17622414155017744d04b8d8a35ff79

Description

Redis protocol client library

This base package provides types and encoder/decoder

Published: 27 Oct 2021

README

resp — REdis Serialization Protocol library for OCaml

v0.9-33-gcd1c38a

resp is an OCaml library for working with the Redis Serialization Protocol. It provides a pure-OCaml streaming interface for building clients and servers that communicate using RESP.

resp is distributed under the ISC license.

Homepage: https://github.com/zshipko/resp

Installation

resp can be installed with opam:

opam install resp

If you don't use opam consult the opam file for build instructions.

Documentation

The documentation and API reference is generated from the source interfaces. It can be consulted online or via odig doc resp.

Tests

In the distribution sample programs and tests are located in the test directory. They can be built and run with:

dune runtest

Dependencies (3)

  1. lwt
  2. dune >= "2.0.0"
  3. ocaml >= "4.07.0"

Dev Dependencies (1)

  1. alcotest with-test & > "1.0.0"

Used by (4)

  1. resp-client >= "0.11.0"
  2. resp-mirage >= "0.11.0"
  3. resp-server >= "0.11.0"
  4. resp-unix >= "0.11.0"

Conflicts

None