Phants Client for Redis™*
Namespaces | Classes | Enumerations
Phants.Redis Namespace Reference

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 }
 

Enumeration Type Documentation

enum Aggregate
strong

Defines the available "aggregate" options for the ZinterStore() and ZunionStore() methods.

enum BitwiseOperation
strong

Defines the operations used by the BitOp() method.

enum ClientKillClassType
strong

Defines the available client types when using the ClientKill() method.

enum ClientListClassType
strong

Defines the available client types when filtering clients using the ClientList() method.

enum ClientUnblockOption
strong

Modifies the unblocking behavior of the ClientUnblock() method.

enum DebugState
strong

Defines the debugging options available for the ScriptDebug() method.

enum ExistsOption
strong

Modifies the behavior of the Set() and Zadd() methods if a key already exists.

enum GeoFlags
strong

Defines the flags used by the GeoRadius(), and GeoRadiusByMember() methods.

enum GeoUnit
strong

Defines the units used by the GeoDist(), GeoRadius(), and GeoRadiusByMember() methods.

enum OverflowType
strong

Defines the available "overflow" options for the BitField() method.

enum PivotType
strong

Defines the before/after insertion options for the Linsert() method.

enum ShutdownOption
strong

Alters the behavior of the Shutdown() method.

enum SortOrder
strong

Defines the sort order used by the Sort() method.