RespClient class

The client for a RESP server.

Constructors

RespClient(RespServerConnection _connection)

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
subscribe() Stream<RespType>
toString() String
A string representation of this object.
inherited
writeType(RespType data) Future<RespType>
Writes a RESP type to the server using the outputSink of the underlying server connection and reads back the RESP type of the response using the inputStream of the underlying server connection.

Operators

operator ==(Object other) bool
The equality operator.
inherited