package resp-unix

  1. Overview
  2. Docs
Redis serialization protocol for Unix

Install

Dune Dependency

Authors

Maintainers

Sources

resp-v0.10.0.tbz
sha256=519d35c356baa115629b2912b118fdef9ccc4ee79a7cacb72ca3957aa09e46f4
sha512=64cd5e24d406f20b0505085bf6d98e810a528f07790ef9130cc612bb1392a9aa709f49765b524c31045ca0328fc878cc6996be4c03c7e852a0c6cd1a4c54891a

Description

Redis protocol for Unix

Defines a Unix-compaible client and server using Lwt

Published: 11 Apr 2021

README

resp — REdis Serialization Protocol library for OCaml

v0.9-23-g3ebb681

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 (7)

  1. lwt
  2. conduit-lwt-unix >= "1.3.0" & < "5.0.0"
  3. resp-server = version
  4. resp-client = version
  5. resp = version
  6. dune >= "2.0.0"
  7. ocaml >= "4.07.0"

Dev Dependencies (1)

  1. alcotest with-test

Used by

None

Conflicts

None