resp_client library

Classes

RespArray
Implementation of a RESP array.
RespBulkString
Implementation of a RESP bulk string.
RespClient
The client for a RESP server.
RespError
Implementation of a RESP error.
RespInteger
Implementation of a RESP integer.
RespSimpleString
Implementation of a RESP simple string.
RespType<P>
Base class for all RESP types.
StreamReader

Constants

suffix → const String

Functions

deserializeRespType(StreamReader streamReader) Future<RespType>