package resp-client

  1. Overview
  2. Docs
Redis serialization protocol client

Install

Dune Dependency

Authors

Maintainers

Sources

v0.9.1.tar.gz
md5=1e52d65e20b229f18e0d009473afb5cb
sha512=7a2c31c7e83c285408ac39aa29c002a6c074e0d8be18cf7cb5f29b7499440071d49e037a8bca1536ec5742a0058d77069c1ffe8c6b05176aecd94c2377538ae5

doc/resp-client/Resp_client/index.html

Module Resp_clientSource

Sourcemodule type S = sig ... end
Sourcemodule type CLIENT = sig ... end
Sourcemodule Make (Client : CLIENT) (S : Resp.S with type Reader.ic = Client.ic and type Writer.oc = Client.oc) : S with module Reader = S.Reader and module Writer = S.Writer and type t = Client.ic * Client.oc and type params = Client.params
OCaml

Innovation. Community. Security.