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/Make/argument-2-S/Reader/index.html

Module S.Reader

include Resp.INPUT with type ic = Client.ic
type ic = Client.ic
val read : ic -> int -> string Lwt.t
val read_line : ic -> string Lwt.t
val read_char : ic -> char Lwt.t
val read_lexeme : ic -> (Resp.lexeme, Resp.error) result Lwt.t
val decode : ic -> Resp.lexeme -> Resp.t Lwt.t
OCaml

Innovation. Community. Security.