RedisPubSubServer.Operation
Assembly: ServiceStack.Redis.dll
View Source
Declaration
public static class Operation
Fields
NoOp
View Source
Declaration
public const int NoOp = 0
Stop
View Source
Declaration
public const int Stop = 1
Reset
View Source
Declaration
public const int Reset = 2
Restart
View Source
Declaration
public const int Restart = 3
Methods
GetName(Int32)
View Source
Declaration
public static string GetName(int op)
Returns
System.String
Parameters
Type | Name |
---|---|
System.Int32 | op |