No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
Client is a Redis client representing a pool of zero or more underlying connections.
ClientInfo is redis-server ClientInfo, not go-redis *Client.
No description provided by the author
ClusterClient is a Redis Cluster client representing a pool of zero or more underlying connections.
No description provided by the author
No description provided by the author
No description provided by the author
ClusterOptions are used to configure a cluster client and should be passed to NewClusterClient.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
Conn represents a single Redis connection rather than a pool of connections.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
FailoverOptions are used to configure a failover client and should be passed to NewFailoverClient.
No description provided by the author
No description provided by the author
FilterBy is used for the `CommandList` command parameter.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
Each AggregateReducer have different args.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
FunctionListQuery is used with FunctionList to query for Redis libraries
LibraryNamePattern - Use an empty string to get all libraries.
FunctionStats contains information about the scripts currently executing on the server, and the available engines - Engines: Statistics about the engine like number of functions and number of libraries - RunningScript: The script currently running on the shard we're connecting to.
No description provided by the author
No description provided by the author
GeoLocation is used with GeoAdd to add geospatial location.
No description provided by the author
No description provided by the author
No description provided by the author
GeoRadiusQuery is used with GeoRadius to query geospatial index.
No description provided by the author
No description provided by the author
GeoSearchQuery is used for GEOSearch/GEOSearchStore command query.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
KV represents a key-value pair.
No description provided by the author
LCSMatch is the result set of the LCS command.
No description provided by the author
No description provided by the author
LCSQuery is a parameter used for the LCS command.
No description provided by the author
LibraryInfo holds the library info.
No description provided by the author
----------------------------------------------------------------------- MapStringInterfaceCmd represents a command that returns a map of strings to interface{}.
No description provided by the author
No description provided by the author
No description provided by the author
------------------------------------------------------------------------------.
No description provided by the author
No description provided by the author
Message received as result of a PUBLISH command issued by another client.
ModuleLoadexConfig struct is used to specify the arguments for the MODULE LOADEX command of redis.
No description provided by the author
No description provided by the author
Options keeps the settings to set up redis connection.
Pipeline implements pipelining as described in http://redis.io/topics/pipelining.
Pong received as result of a PING command issued by another client.
PubSub implements Pub/Sub commands as described in http://redis.io/topics/pubsub.
QMessage represents a message received via QWATCH.
QWatch implements the QWATCH command, which allows clients to watch queries.
No description provided by the author
No description provided by the author
Ring is a Redis client that uses consistent hashing to distribute keys across multiple Redis servers (shards).
RingOptions are used to configure a ring client and should be passed to NewRing.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
ScanIterator is used to incrementally iterate over a collection of elements.
No description provided by the author
SentinelClient is a client for a Redis Sentinel.
SetArgs provides arguments for the SetArgs function.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
Subscription received after a successful subscription to channel.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
Tx implements Redis transactions as described in http://redis.io/topics/transactions.
UniversalOptions information is required by UniversalClient to establish connections.
WatchConn implements the WATCHCOMMAND, which allows clients to watch commands.
WatchResult represents a message received via WatchConn.
XAddArgs accepts values in the following formats: - XAddArgs.Values = []interface{}{"key1", "value1", "key2", "value2"} - XAddArgs.Values = []string("key1", "value1", "key2", "value2") - XAddArgs.Values = map[string]interface{}{"key1": "value1", "key2": "value2"}
Note that map will not preserve the order of key-value pairs.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
Z represents sorted set member.
ZAddArgs WARN: The GT, LT and NX options are mutually exclusive.
ZRangeArgs is all the options of the ZRange command.
No description provided by the author
No description provided by the author
No description provided by the author
ZStore is used as an arg to ZInter/ZInterStore and ZUnion/ZUnionStore.
ZWithKey represents sorted set member including the name of the key where it was popped.
No description provided by the author