RespCommandsTier0 class
The most basic form of a RESP command.
Constructors
- RespCommandsTier0(RespClient client)
Properties
- client → RespClient
-
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
execute(
List< Object?> elements) → Future<RespType> -
Writes an array of bulk strings to the
outputSink
of the underlying server connection and reads back the RESP type of the response. -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited