Command class

Implementers

Constructors

Command(dynamic _connection)
Command.from(Command other)

Properties

hashCode int
The hash code for this object.
no setterinherited
parser Parser
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
serializer Serializer
getter/setter pair

Methods

get(String key) Future
Get value given a key
get_connection() RedisConnection
multi() Future<Transaction>
Transations are started with multi and completed with exec()
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
pipe_end() → void
Requred to be called after last piping command
pipe_start() → void
Set socket settings for sending transations
send_nothing() Future?
return future that completes when all prevous packets are processed
send_object(Object obj) Future
Serialize and send data to server
set(String key, String value) Future
Set String value given a key
setParser(Parser p) Command
setSerializer(Serializer s) Command
toString() String
A string representation of this object.
inherited

Operators

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