RedisConnection class

Class for server connection on server

Constructors

RedisConnection()

Properties

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

Methods

close() Future
close connection to Redis server
connect(dynamic host, dynamic port) Future<Command>
connect on Redis server as client
connectSecure(dynamic host, dynamic port) Future<Command>
connect on Redis server as client
connectWithSocket(Socket s) Future<Command>
disable_nagle(bool v) → void
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