package resp-server

  1. Overview
  2. Docs
Redis serialization protocol server

Install

Dune Dependency

Authors

Maintainers

Sources

v0.9.tar.gz
md5=a616b371a8813cfc312ecdaf55c991c7
sha512=a819f5ce682ba4450303e02bf3599b6ddd99271c00365d409a5874e389005a504073efcea59391faa82b0c3dfbbf3b724babe4ffd5e6ca0a12e1ad4c02798dfc

Description

Published: 23 Jan 2019

README

resp — REdis Serialization Protocol library for OCaml

%%VERSION%%

resp is an OCaml library for working with the Redis Serialization Protocol. It provides a 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 (5)

  1. conduit-lwt-unix >= "1.0.0" & < "2.0.0"
  2. resp-client >= "0.9" & < "0.10.0"
  3. resp >= "0.9" & < "0.10.0"
  4. dune
  5. ocaml >= "4.05.0"

Dev Dependencies

None

Used by (2)

  1. resp-mirage < "0.9.1"
  2. resp-unix < "0.9.1"

Conflicts

None