- Notifications
You must be signed in to change notification settings - Fork0
OCaml library for building clients and servers that communicate using the Redis Serialization Protocol
License
zshipko/resp
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
%%VERSION%%
resp is an OCaml library for working with theRedis 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
resp can be installed withopam
:
opam install resp
If you don't useopam
consult theopam
file for buildinstructions.
The documentation and API reference is generated from the sourceinterfaces. It can be consultedonline or viaodig doc resp
.
In the distribution sample programs and tests are located in thetest
directory. They can be built and runwith:
dune runtest
About
OCaml library for building clients and servers that communicate using the Redis Serialization Protocol