Phants Client for Redis™*
|
Namespaces | |
namespace | SinkAdapters |
namespace | Sinks |
Classes | |
class | CommandClient |
class | MessageParser |
class | RedisClientBase |
interface | ResponseProcessor |
class | SubscriptionClient |
Enumerations | |
enum | BitwiseOperation { AND, OR, XOR, NOT } |
enum | GeoUnit { m, km, mi, ft } |
enum | GeoFlags { NONE = 0, WITHDIST = 1, WITHCOORD = 2, WITHHASH = 4 } |
enum | SortOrder { ASC, DESC } |
enum | ExistsOption { NX, XX } |
enum | ClientKillClassType { normal, master, slave, pubsub } |
enum | ClientListClassType { normal, master, replica, pubsub } |
enum | ClientUnblockOption { TIMEOUT, ERROR } |
enum | ShutdownOption { NOSAVE, SAVE } |
enum | DebugState { YES, SYNC, NO } |
enum | PivotType { BEFORE, AFTER } |
enum | Aggregate { SUM, MIN, MAX } |
enum | OverflowType { WRAP, SAT, FAIL } |
|
strong |
Defines the available "aggregate" options for the ZinterStore() and ZunionStore() methods.
|
strong |
Defines the operations used by the BitOp() method.
|
strong |
Defines the available client types when using the ClientKill() method.
|
strong |
Defines the available client types when filtering clients using the ClientList() method.
|
strong |
Modifies the unblocking behavior of the ClientUnblock() method.
|
strong |
Defines the debugging options available for the ScriptDebug() method.
|
strong |
|
strong |
Defines the flags used by the GeoRadius(), and GeoRadiusByMember() methods.
|
strong |
Defines the units used by the GeoDist(), GeoRadius(), and GeoRadiusByMember() methods.
|
strong |
Defines the available "overflow" options for the BitField() method.
|
strong |
Alters the behavior of the Shutdown() method.