Command class

Implementers

Constructors

Command(dynamic _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

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
Serialise and send data to server
set(String key, String value) Future
Set String value given a key
toString() String
A string representation of this object.
inherited

Operators

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