Skip to content
/ resp Public

OCaml library for building clients and servers that communicate using the Redis Serialization Protocol

License

Notifications You must be signed in to change notification settings

zshipko/resp

Repository files navigation

resp — REdis Serialization Protocol library for OCaml

%%VERSION%%

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

About

OCaml library for building clients and servers that communicate using the Redis Serialization Protocol

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Languages