Property | Type | Description | |
---|---|---|---|
Bstream | BufferedStream | ||
socket | Socket | ||
sslStream | SslStream |
Property | Type | Description | |
---|---|---|---|
AssertHashIdAndKey | void | ||
AssertSetIdAndValue | void | ||
Discard | void | ||
DisposeConnection | void | ||
EndPipeline | void | ||
Exec | void | ||
GetRange | byte[][] | ||
GetRangeByScore | byte[][] | ||
GetRangeByScore | byte[][] | ||
Init | void | ||
Multi | void | ||
SafeConnectionClose | void | ||
SendExpectScanResult | ServiceStack.Redis.ScanResult |
Method | Description | |
---|---|---|
Append ( string key, byte value ) : long | ||
BLPop ( string listId, int timeOutSecs ) : byte[][] | ||
BLPopValue ( string listId, int timeOutSecs ) : byte[] | ||
BLPopValue ( string listIds, int timeOutSecs ) : byte[][] | ||
BRPop ( string listId, int timeOutSecs ) : byte[][] | ||
BRPopLPush ( string fromListId, string toListId, int timeOutSecs ) : byte[] | ||
BRPopValue ( string listId, int timeOutSecs ) : byte[] | ||
BRPopValue ( string listIds, int timeOutSecs ) : byte[][] | ||
BgRewriteAof ( ) : void | ||
BgSave ( ) : void | ||
BitCount ( string key ) : long | ||
ChangeDb ( long db ) : void | ||
ClientGetName ( ) : string | ||
ClientKill ( string addr = null, string id = null, string type = null, string skipMe = null ) : long | ||
ClientKill ( string clientAddr ) : void | ||
ClientList ( ) : byte[] | ||
ClientPause ( int timeOutMs ) : void | ||
ClientSetName ( string name ) : void | ||
ConfigGet ( string pattern ) : byte[][] | ||
ConfigResetStat ( ) : void | ||
ConfigRewrite ( ) : void | ||
ConfigSet ( string item, byte value ) : void | ||
CreatePipelineCommand ( ) : RedisPipelineCommand | ||
CreateSubscription ( ) : IRedisSubscription | ||
DebugSegfault ( ) : void | ||
DebugSleep ( double durationSecs ) : void | ||
Decr ( string key ) : long | ||
DecrBy ( string key, int count ) : long | ||
Del ( ) : long | ||
Del ( byte key ) : long | ||
Del ( string key ) : long | ||
Dispose ( ) : void | ||
Dump ( string key ) : byte[] | ||
Echo ( string text ) : string | ||
Exists ( string key ) : long | ||
Expire ( byte key, int seconds ) : bool | ||
Expire ( string key, int seconds ) : bool | ||
ExpireAt ( string key, long unixTime ) : bool | ||
FlushAll ( ) : void | ||
FlushDb ( ) : void | ||
GeoAdd ( string key ) : long | ||
GeoAdd ( string key, double longitude, double latitude, string member ) : long | ||
GeoDist ( string key, string fromMember, string toMember, string unit = null ) : double | ||
GeoHash ( string key ) : string[] | ||
GeoPos ( string key ) : List |
||
GeoRadius ( string key, double longitude, double latitude, double radius, string unit, bool withCoords = false, bool withDist = false, bool withHash = false, int count = null, bool asc = null ) : List |
||
GeoRadiusByMember ( string key, string member, double radius, string unit, bool withCoords = false, bool withDist = false, bool withHash = false, int count = null, bool asc = null ) : List |
||
Get ( byte key ) : byte[] | ||
Get ( string key ) : byte[] | ||
GetBit ( string key, int offset ) : long | ||
GetBytes ( string key ) : byte[] | ||
GetEntryType ( string key ) : RedisKeyType | ||
GetRange ( string key, int fromIndex, int toIndex ) : byte[] | ||
GetSet ( string key, byte value ) : byte[] | ||
HDel ( byte hashId, byte key ) : long | ||
HDel ( string hashId, byte key ) : long | ||
HExists ( string hashId, byte key ) : long | ||
HGet ( byte hashId, byte key ) : byte[] | ||
HGet ( string hashId, byte key ) : byte[] | ||
HGetAll ( string hashId ) : byte[][] | ||
HIncrby ( string hashId, byte key, int incrementBy ) : long | ||
HIncrby ( string hashId, byte key, long incrementBy ) : long | ||
HIncrbyFloat ( string hashId, byte key, double incrementBy ) : double | ||
HKeys ( string hashId ) : byte[][] | ||
HLen ( string hashId ) : long | ||
HMGet ( string hashId ) : byte[][] | ||
HMSet ( string hashId, byte keys, byte values ) : void | ||
HScan ( string hashId, ulong cursor, int count = 10, string match = null ) : ServiceStack.Redis.ScanResult | ||
HSet ( byte hashId, byte key, byte value ) : long | ||
HSet ( string hashId, byte key, byte value ) : long | ||
HSetNX ( string hashId, byte key, byte value ) : long | ||
HVals ( string hashId ) : byte[][] | ||
Incr ( string key ) : long | ||
IncrBy ( string key, int count ) : long | ||
IncrBy ( string key, long count ) : long | ||
IncrByFloat ( string key, double incrBy ) : double | ||
Keys ( string pattern ) : byte[][] | ||
LIndex ( string listId, int listIndex ) : byte[] | ||
LInsert ( string listId, bool insertBefore, byte pivot, byte value ) : void | ||
LLen ( string listId ) : long | ||
LPop ( string listId ) : byte[] | ||
LPush ( string listId, byte value ) : long | ||
LPushX ( string listId, byte value ) : long | ||
LRange ( string listId, int startingFrom, int endingAt ) : byte[][] | ||
LRem ( string listId, int removeNoOfMatches, byte value ) : long | ||
LSet ( string listId, int listIndex, byte value ) : void | ||
LTrim ( string listId, int keepStartingFrom, int keepEndingAt ) : void | ||
MGet ( ) : byte[][] | ||
MSet ( byte keys, byte values ) : void | ||
MSet ( string keys, byte values ) : void | ||
MSetNx ( byte keys, byte values ) : bool | ||
MSetNx ( string keys, byte values ) : bool | ||
Migrate ( string host, int port, string key, int destinationDb, long timeoutMs ) : void | ||
Move ( string key, int db ) : bool | ||
ObjectIdleTime ( string key ) : long | ||
PExpire ( byte key, long ttlMs ) : bool | ||
PExpire ( string key, long ttlMs ) : bool | ||
PExpireAt ( string key, long unixTimeMs ) : bool | ||
PSetEx ( string key, long expireInMs, byte value ) : void | ||
PSubscribe ( ) : byte[][] | ||
PTtl ( string key ) : long | ||
PUnSubscribe ( ) : byte[][] | ||
Persist ( string key ) : bool | ||
PfAdd ( string key ) : bool | ||
PfCount ( string key ) : long | ||
PfMerge ( string toKeyId ) : void | ||
Ping ( ) : bool | ||
Publish ( string toChannel, byte message ) : long | ||
Quit ( ) : void | ||
RPop ( string listId ) : byte[] | ||
RPopLPush ( string fromListId, string toListId ) : byte[] | ||
RPush ( string listId, byte value ) : long | ||
RPushX ( string listId, byte value ) : long | ||
RandomKey ( ) : string | ||
RawCommand ( ) : ServiceStack.Redis.RedisData | ||
ReceiveMessages ( ) : byte[][] | ||
RedisNativeClient ( ) : System | ||
RedisNativeClient ( |
||
RedisNativeClient ( string connectionString ) : System | ||
RedisNativeClient ( string host, int port ) : System | ||
RedisNativeClient ( string host, int port, string password = null, long db = RedisConfig.DefaultDb ) : System | ||
Rename ( string oldKeyname, string newKeyname ) : void | ||
RenameNx ( string oldKeyname, string newKeyname ) : bool | ||
Restore ( string key, long expireMs, byte dumpValue ) : byte[] | ||
Role ( ) : ServiceStack.Redis.RedisText | ||
SAdd ( string setId, byte value ) : long | ||
SCard ( string setId ) : long | ||
SDiff ( string fromSetId ) : byte[][] | ||
SDiffStore ( string intoSetId, string fromSetId ) : void | ||
SInter ( ) : byte[][] | ||
SInterStore ( string intoSetId ) : void | ||
SIsMember ( string setId, byte value ) : long | ||
SMembers ( string setId ) : byte[][] | ||
SMove ( string fromSetId, string toSetId, byte value ) : void | ||
SPop ( string setId ) : byte[] | ||
SPop ( string setId, int count ) : byte[][] | ||
SRandMember ( string setId ) : byte[] | ||
SRandMember ( string setId, int count ) : byte[][] | ||
SRem ( string setId, byte value ) : long | ||
SScan ( string setId, ulong cursor, int count = 10, string match = null ) : ServiceStack.Redis.ScanResult | ||
SUnion ( ) : byte[][] | ||
SUnionStore ( string intoSetId ) : void | ||
Save ( ) : void | ||
SaveAsync ( ) : void | ||
Scan ( ulong cursor, int count = 10, string match = null ) : ServiceStack.Redis.ScanResult | ||
SentinelFailover ( string masterName ) : void | ||
SentinelGetMasterAddrByName ( string masterName ) : List |
||
SentinelMaster ( string masterName ) : string>.Dictionary |
||
SentinelMasters ( ) : string>>.List |
||
SentinelSentinels ( string masterName ) : string>>.List |
||
SentinelSlaves ( string masterName ) : string>>.List |
||
Set ( string key, byte value, bool exists, int expirySeconds, long expiryMs ) : bool | ||
Set ( byte key, byte value, int expirySeconds, long expiryMs ) : void | ||
Set ( string key, byte value ) : void | ||
Set ( string key, byte value, int expirySeconds, long expiryMs ) : void | ||
SetBit ( string key, int offset, int value ) : long | ||
SetEx ( byte key, int expireInSeconds, byte value ) : void | ||
SetEx ( string key, int expireInSeconds, byte value ) : void | ||
SetNX ( string key, byte value ) : long | ||
SetRange ( string key, int offset, byte value ) : long | ||
Shutdown ( ) : void | ||
ShutdownNoSave ( ) : void | ||
SlaveOf ( string hostname, int port ) : void | ||
SlaveOfNoOne ( ) : void | ||
Slowlog ( int top ) : object[] | ||
SlowlogReset ( ) : void | ||
Sort ( string listOrSetId, ServiceStack.Redis.SortOptions sortOptions ) : byte[][] | ||
StrLen ( string key ) : long | ||
Subscribe ( ) : byte[][] | ||
Time ( ) : byte[][] | ||
Ttl ( string key ) : long | ||
Type ( string key ) : string | ||
UnSubscribe ( ) : byte[][] | ||
UnWatch ( ) : void | ||
Watch ( ) : void | ||
ZAdd ( string setId, double>.List |
||
ZAdd ( string setId, long>.List |
||
ZAdd ( string setId, double score, byte value ) : long | ||
ZAdd ( string setId, long score, byte value ) : long | ||
ZCard ( string setId ) : long | ||
ZCount ( string setId, double min, double max ) : long | ||
ZCount ( string setId, long min, long max ) : long | ||
ZIncrBy ( string setId, double incrBy, byte value ) : double | ||
ZIncrBy ( string setId, long incrBy, byte value ) : double | ||
ZInterStore ( string intoSetId ) : long | ||
ZInterStore ( string intoSetId, string setIds, string args ) : long | ||
ZLexCount ( string setId, string min, string max ) : long | ||
ZRange ( string setId, int min, int max ) : byte[][] | ||
ZRangeByLex ( string setId, string min, string max, int skip = null, int take = null ) : byte[][] | ||
ZRangeByScore ( string setId, double min, double max, int skip, int take ) : byte[][] | ||
ZRangeByScore ( string setId, long min, long max, int skip, int take ) : byte[][] | ||
ZRangeByScoreWithScores ( string setId, double min, double max, int skip, int take ) : byte[][] | ||
ZRangeByScoreWithScores ( string setId, long min, long max, int skip, int take ) : byte[][] | ||
ZRangeWithScores ( string setId, int min, int max ) : byte[][] | ||
ZRank ( string setId, byte value ) : long | ||
ZRem ( string setId, byte value ) : long | ||
ZRemRangeByLex ( string setId, string min, string max ) : long | ||
ZRemRangeByRank ( string setId, int min, int max ) : long | ||
ZRemRangeByScore ( string setId, double fromScore, double toScore ) : long | ||
ZRemRangeByScore ( string setId, long fromScore, long toScore ) : long | ||
ZRevRange ( string setId, int min, int max ) : byte[][] | ||
ZRevRangeByScore ( string setId, double min, double max, int skip, int take ) : byte[][] | ||
ZRevRangeByScore ( string setId, long min, long max, int skip, int take ) : byte[][] | ||
ZRevRangeByScoreWithScores ( string setId, double min, double max, int skip, int take ) : byte[][] | ||
ZRevRangeByScoreWithScores ( string setId, long min, long max, int skip, int take ) : byte[][] | ||
ZRevRangeWithScores ( string setId, int min, int max ) : byte[][] | ||
ZRevRank ( string setId, byte value ) : long | ||
ZScan ( string setId, ulong cursor, int count = 10, string match = null ) : ScanResult | ||
ZScore ( string setId, byte value ) : double | ||
ZUnionStore ( string intoSetId ) : long | ||
ZUnionStore ( string intoSetId, string setIds, string args ) : long |
Method | Description | |
---|---|---|
Dispose ( bool disposing ) : void |
Method | Description | |
---|---|---|
AssertHashIdAndKey ( object hashId, byte key ) : void | ||
AssertSetIdAndValue ( string setId, byte value ) : void | ||
Discard ( ) : void | ||
DisposeConnection ( ) : void | ||
EndPipeline ( ) : void | ||
Exec ( ) : void |
Requires custom result parsing
|
|
GetRange ( byte commandBytes, string setId, int min, int max, bool withScores ) : byte[][] | ||
GetRangeByScore ( byte commandBytes, string setId, double min, double max, int skip, int take, bool withScores ) : byte[][] | ||
GetRangeByScore ( byte commandBytes, string setId, long min, long max, int skip, int take, bool withScores ) : byte[][] | ||
Init ( |
||
Multi ( ) : void | ||
SafeConnectionClose ( ) : void | ||
SendExpectScanResult ( byte cmd ) : ServiceStack.Redis.ScanResult |
public Append ( string key, byte value ) : long | ||
key | string | |
value | byte | |
return | long |
public BLPop ( string listId, int timeOutSecs ) : byte[][] | ||
listId | string | |
timeOutSecs | int | |
return | byte[][] |
public BLPopValue ( string listId, int timeOutSecs ) : byte[] | ||
listId | string | |
timeOutSecs | int | |
return | byte[] |
public BLPopValue ( string listIds, int timeOutSecs ) : byte[][] | ||
listIds | string | |
timeOutSecs | int | |
return | byte[][] |
public BRPop ( string listId, int timeOutSecs ) : byte[][] | ||
listId | string | |
timeOutSecs | int | |
return | byte[][] |
public BRPopLPush ( string fromListId, string toListId, int timeOutSecs ) : byte[] | ||
fromListId | string | |
toListId | string | |
timeOutSecs | int | |
return | byte[] |
public BRPopValue ( string listId, int timeOutSecs ) : byte[] | ||
listId | string | |
timeOutSecs | int | |
return | byte[] |
public BRPopValue ( string listIds, int timeOutSecs ) : byte[][] | ||
listIds | string | |
timeOutSecs | int | |
return | byte[][] |
public ClientKill ( string addr = null, string id = null, string type = null, string skipMe = null ) : long | ||
addr | string | |
id | string | |
type | string | |
skipMe | string | |
return | long |
public ClientKill ( string clientAddr ) : void | ||
clientAddr | string | |
return | void |
public ConfigGet ( string pattern ) : byte[][] | ||
pattern | string | |
return | byte[][] |
public ConfigSet ( string item, byte value ) : void | ||
item | string | |
value | byte | |
return | void |
public CreatePipelineCommand ( ) : RedisPipelineCommand | ||
return | RedisPipelineCommand |
public CreateSubscription ( ) : IRedisSubscription | ||
return | IRedisSubscription |
public DebugSleep ( double durationSecs ) : void | ||
durationSecs | double | |
return | void |
public DecrBy ( string key, int count ) : long | ||
key | string | |
count | int | |
return | long |
public Expire ( byte key, int seconds ) : bool | ||
key | byte | |
seconds | int | |
return | bool |
public Expire ( string key, int seconds ) : bool | ||
key | string | |
seconds | int | |
return | bool |
public ExpireAt ( string key, long unixTime ) : bool | ||
key | string | |
unixTime | long | |
return | bool |
public GeoAdd ( string key, double longitude, double latitude, string member ) : long | ||
key | string | |
longitude | double | |
latitude | double | |
member | string | |
return | long |
public GeoDist ( string key, string fromMember, string toMember, string unit = null ) : double | ||
key | string | |
fromMember | string | |
toMember | string | |
unit | string | |
return | double |
public GeoRadius ( string key, double longitude, double latitude, double radius, string unit, bool withCoords = false, bool withDist = false, bool withHash = false, int count = null, bool asc = null ) : List |
||
key | string | |
longitude | double | |
latitude | double | |
radius | double | |
unit | string | |
withCoords | bool | |
withDist | bool | |
withHash | bool | |
count | int | |
asc | bool | |
return | List |
public GeoRadiusByMember ( string key, string member, double radius, string unit, bool withCoords = false, bool withDist = false, bool withHash = false, int count = null, bool asc = null ) : List |
||
key | string | |
member | string | |
radius | double | |
unit | string | |
withCoords | bool | |
withDist | bool | |
withHash | bool | |
count | int | |
asc | bool | |
return | List |
public GetBit ( string key, int offset ) : long | ||
key | string | |
offset | int | |
return | long |
public GetEntryType ( string key ) : RedisKeyType | ||
key | string | |
return | RedisKeyType |
public GetRange ( string key, int fromIndex, int toIndex ) : byte[] | ||
key | string | |
fromIndex | int | |
toIndex | int | |
return | byte[] |
public GetSet ( string key, byte value ) : byte[] | ||
key | string | |
value | byte | |
return | byte[] |
public HDel ( string hashId, byte key ) : long | ||
hashId | string | |
key | byte | |
return | long |
public HExists ( string hashId, byte key ) : long | ||
hashId | string | |
key | byte | |
return | long |
public HGet ( byte hashId, byte key ) : byte[] | ||
hashId | byte | |
key | byte | |
return | byte[] |
public HGet ( string hashId, byte key ) : byte[] | ||
hashId | string | |
key | byte | |
return | byte[] |
public HIncrby ( string hashId, byte key, int incrementBy ) : long | ||
hashId | string | |
key | byte | |
incrementBy | int | |
return | long |
public HIncrby ( string hashId, byte key, long incrementBy ) : long | ||
hashId | string | |
key | byte | |
incrementBy | long | |
return | long |
public HIncrbyFloat ( string hashId, byte key, double incrementBy ) : double | ||
hashId | string | |
key | byte | |
incrementBy | double | |
return | double |
public HMSet ( string hashId, byte keys, byte values ) : void | ||
hashId | string | |
keys | byte | |
values | byte | |
return | void |
public HScan ( string hashId, ulong cursor, int count = 10, string match = null ) : ServiceStack.Redis.ScanResult | ||
hashId | string | |
cursor | ulong | |
count | int | |
match | string | |
return | ServiceStack.Redis.ScanResult |
public HSet ( byte hashId, byte key, byte value ) : long | ||
hashId | byte | |
key | byte | |
value | byte | |
return | long |
public HSet ( string hashId, byte key, byte value ) : long | ||
hashId | string | |
key | byte | |
value | byte | |
return | long |
public HSetNX ( string hashId, byte key, byte value ) : long | ||
hashId | string | |
key | byte | |
value | byte | |
return | long |
public IncrBy ( string key, int count ) : long | ||
key | string | |
count | int | |
return | long |
public IncrBy ( string key, long count ) : long | ||
key | string | |
count | long | |
return | long |
public IncrByFloat ( string key, double incrBy ) : double | ||
key | string | |
incrBy | double | |
return | double |
public LIndex ( string listId, int listIndex ) : byte[] | ||
listId | string | |
listIndex | int | |
return | byte[] |
public LInsert ( string listId, bool insertBefore, byte pivot, byte value ) : void | ||
listId | string | |
insertBefore | bool | |
pivot | byte | |
value | byte | |
return | void |
public LPush ( string listId, byte value ) : long | ||
listId | string | |
value | byte | |
return | long |
public LPushX ( string listId, byte value ) : long | ||
listId | string | |
value | byte | |
return | long |
public LRange ( string listId, int startingFrom, int endingAt ) : byte[][] | ||
listId | string | |
startingFrom | int | |
endingAt | int | |
return | byte[][] |
public LRem ( string listId, int removeNoOfMatches, byte value ) : long | ||
listId | string | |
removeNoOfMatches | int | |
value | byte | |
return | long |
public LSet ( string listId, int listIndex, byte value ) : void | ||
listId | string | |
listIndex | int | |
value | byte | |
return | void |
public LTrim ( string listId, int keepStartingFrom, int keepEndingAt ) : void | ||
listId | string | |
keepStartingFrom | int | |
keepEndingAt | int | |
return | void |
public MSet ( byte keys, byte values ) : void | ||
keys | byte | |
values | byte | |
return | void |
public MSet ( string keys, byte values ) : void | ||
keys | string | |
values | byte | |
return | void |
public MSetNx ( byte keys, byte values ) : bool | ||
keys | byte | |
values | byte | |
return | bool |
public MSetNx ( string keys, byte values ) : bool | ||
keys | string | |
values | byte | |
return | bool |
public Migrate ( string host, int port, string key, int destinationDb, long timeoutMs ) : void | ||
host | string | |
port | int | |
key | string | |
destinationDb | int | |
timeoutMs | long | |
return | void |
public PExpire ( byte key, long ttlMs ) : bool | ||
key | byte | |
ttlMs | long | |
return | bool |
public PExpire ( string key, long ttlMs ) : bool | ||
key | string | |
ttlMs | long | |
return | bool |
public PExpireAt ( string key, long unixTimeMs ) : bool | ||
key | string | |
unixTimeMs | long | |
return | bool |
public PSetEx ( string key, long expireInMs, byte value ) : void | ||
key | string | |
expireInMs | long | |
value | byte | |
return | void |
public Publish ( string toChannel, byte message ) : long | ||
toChannel | string | |
message | byte | |
return | long |
public RPopLPush ( string fromListId, string toListId ) : byte[] | ||
fromListId | string | |
toListId | string | |
return | byte[] |
public RPush ( string listId, byte value ) : long | ||
listId | string | |
value | byte | |
return | long |
public RPushX ( string listId, byte value ) : long | ||
listId | string | |
value | byte | |
return | long |
public RawCommand ( ) : ServiceStack.Redis.RedisData | ||
return | ServiceStack.Redis.RedisData |
public RedisNativeClient ( |
||
config | ||
return | System |
public RedisNativeClient ( string connectionString ) : System | ||
connectionString | string | |
return | System |
public RedisNativeClient ( string host, int port ) : System | ||
host | string | |
port | int | |
return | System |
public RedisNativeClient ( string host, int port, string password = null, long db = RedisConfig.DefaultDb ) : System | ||
host | string | |
port | int | |
password | string | |
db | long | |
return | System |
public Rename ( string oldKeyname, string newKeyname ) : void | ||
oldKeyname | string | |
newKeyname | string | |
return | void |
public RenameNx ( string oldKeyname, string newKeyname ) : bool | ||
oldKeyname | string | |
newKeyname | string | |
return | bool |
public Restore ( string key, long expireMs, byte dumpValue ) : byte[] | ||
key | string | |
expireMs | long | |
dumpValue | byte | |
return | byte[] |
public Role ( ) : ServiceStack.Redis.RedisText | ||
return | ServiceStack.Redis.RedisText |
public SAdd ( string setId, byte value ) : long | ||
setId | string | |
value | byte | |
return | long |
public SDiffStore ( string intoSetId, string fromSetId ) : void | ||
intoSetId | string | |
fromSetId | string | |
return | void |
public SInterStore ( string intoSetId ) : void | ||
intoSetId | string | |
return | void |
public SIsMember ( string setId, byte value ) : long | ||
setId | string | |
value | byte | |
return | long |
public SMove ( string fromSetId, string toSetId, byte value ) : void | ||
fromSetId | string | |
toSetId | string | |
value | byte | |
return | void |
public SPop ( string setId, int count ) : byte[][] | ||
setId | string | |
count | int | |
return | byte[][] |
public SRandMember ( string setId, int count ) : byte[][] | ||
setId | string | |
count | int | |
return | byte[][] |
public SRem ( string setId, byte value ) : long | ||
setId | string | |
value | byte | |
return | long |
public SScan ( string setId, ulong cursor, int count = 10, string match = null ) : ServiceStack.Redis.ScanResult | ||
setId | string | |
cursor | ulong | |
count | int | |
match | string | |
return | ServiceStack.Redis.ScanResult |
public SUnionStore ( string intoSetId ) : void | ||
intoSetId | string | |
return | void |
public Scan ( ulong cursor, int count = 10, string match = null ) : ServiceStack.Redis.ScanResult | ||
cursor | ulong | |
count | int | |
match | string | |
return | ServiceStack.Redis.ScanResult |
public SentinelFailover ( string masterName ) : void | ||
masterName | string | |
return | void |
public SentinelGetMasterAddrByName ( string masterName ) : List |
||
masterName | string | |
return | List |
public SentinelMaster ( string masterName ) : string>.Dictionary |
||
masterName | string | |
return | string>.Dictionary |
public SentinelSentinels ( string masterName ) : string>>.List |
||
masterName | string | |
return | string>>.List |
public SentinelSlaves ( string masterName ) : string>>.List |
||
masterName | string | |
return | string>>.List |
public Set ( string key, byte value, bool exists, int expirySeconds, long expiryMs ) : bool | ||
key | string | |
value | byte | |
exists | bool | |
expirySeconds | int | |
expiryMs | long | |
return | bool |
public Set ( byte key, byte value, int expirySeconds, long expiryMs ) : void | ||
key | byte | |
value | byte | |
expirySeconds | int | |
expiryMs | long | |
return | void |
public Set ( string key, byte value, int expirySeconds, long expiryMs ) : void | ||
key | string | |
value | byte | |
expirySeconds | int | |
expiryMs | long | |
return | void |
public SetBit ( string key, int offset, int value ) : long | ||
key | string | |
offset | int | |
value | int | |
return | long |
public SetEx ( byte key, int expireInSeconds, byte value ) : void | ||
key | byte | |
expireInSeconds | int | |
value | byte | |
return | void |
public SetEx ( string key, int expireInSeconds, byte value ) : void | ||
key | string | |
expireInSeconds | int | |
value | byte | |
return | void |
public SetNX ( string key, byte value ) : long | ||
key | string | |
value | byte | |
return | long |
public SetRange ( string key, int offset, byte value ) : long | ||
key | string | |
offset | int | |
value | byte | |
return | long |
public SlaveOf ( string hostname, int port ) : void | ||
hostname | string | |
port | int | |
return | void |
public Sort ( string listOrSetId, ServiceStack.Redis.SortOptions sortOptions ) : byte[][] | ||
listOrSetId | string | |
sortOptions | ServiceStack.Redis.SortOptions | |
return | byte[][] |
public ZAdd ( string setId, double>.List |
||
setId | string | |
pairs | double>.List | |
return | long |
public ZAdd ( string setId, long>.List |
||
setId | string | |
pairs | long>.List | |
return | long |
public ZAdd ( string setId, double score, byte value ) : long | ||
setId | string | |
score | double | |
value | byte | |
return | long |
public ZAdd ( string setId, long score, byte value ) : long | ||
setId | string | |
score | long | |
value | byte | |
return | long |
public ZCount ( string setId, double min, double max ) : long | ||
setId | string | |
min | double | |
max | double | |
return | long |
public ZCount ( string setId, long min, long max ) : long | ||
setId | string | |
min | long | |
max | long | |
return | long |
public ZIncrBy ( string setId, double incrBy, byte value ) : double | ||
setId | string | |
incrBy | double | |
value | byte | |
return | double |
public ZIncrBy ( string setId, long incrBy, byte value ) : double | ||
setId | string | |
incrBy | long | |
value | byte | |
return | double |
public ZInterStore ( string intoSetId ) : long | ||
intoSetId | string | |
return | long |
public ZInterStore ( string intoSetId, string setIds, string args ) : long | ||
intoSetId | string | |
setIds | string | |
args | string | |
return | long |
public ZLexCount ( string setId, string min, string max ) : long | ||
setId | string | |
min | string | |
max | string | |
return | long |
public ZRange ( string setId, int min, int max ) : byte[][] | ||
setId | string | |
min | int | |
max | int | |
return | byte[][] |
public ZRangeByLex ( string setId, string min, string max, int skip = null, int take = null ) : byte[][] | ||
setId | string | |
min | string | |
max | string | |
skip | int | |
take | int | |
return | byte[][] |
public ZRangeByScore ( string setId, double min, double max, int skip, int take ) : byte[][] | ||
setId | string | |
min | double | |
max | double | |
skip | int | |
take | int | |
return | byte[][] |
public ZRangeByScore ( string setId, long min, long max, int skip, int take ) : byte[][] | ||
setId | string | |
min | long | |
max | long | |
skip | int | |
take | int | |
return | byte[][] |
public ZRangeByScoreWithScores ( string setId, double min, double max, int skip, int take ) : byte[][] | ||
setId | string | |
min | double | |
max | double | |
skip | int | |
take | int | |
return | byte[][] |
public ZRangeByScoreWithScores ( string setId, long min, long max, int skip, int take ) : byte[][] | ||
setId | string | |
min | long | |
max | long | |
skip | int | |
take | int | |
return | byte[][] |
public ZRangeWithScores ( string setId, int min, int max ) : byte[][] | ||
setId | string | |
min | int | |
max | int | |
return | byte[][] |
public ZRank ( string setId, byte value ) : long | ||
setId | string | |
value | byte | |
return | long |
public ZRem ( string setId, byte value ) : long | ||
setId | string | |
value | byte | |
return | long |
public ZRemRangeByLex ( string setId, string min, string max ) : long | ||
setId | string | |
min | string | |
max | string | |
return | long |
public ZRemRangeByRank ( string setId, int min, int max ) : long | ||
setId | string | |
min | int | |
max | int | |
return | long |
public ZRemRangeByScore ( string setId, double fromScore, double toScore ) : long | ||
setId | string | |
fromScore | double | |
toScore | double | |
return | long |
public ZRemRangeByScore ( string setId, long fromScore, long toScore ) : long | ||
setId | string | |
fromScore | long | |
toScore | long | |
return | long |
public ZRevRange ( string setId, int min, int max ) : byte[][] | ||
setId | string | |
min | int | |
max | int | |
return | byte[][] |
public ZRevRangeByScore ( string setId, double min, double max, int skip, int take ) : byte[][] | ||
setId | string | |
min | double | |
max | double | |
skip | int | |
take | int | |
return | byte[][] |
public ZRevRangeByScore ( string setId, long min, long max, int skip, int take ) : byte[][] | ||
setId | string | |
min | long | |
max | long | |
skip | int | |
take | int | |
return | byte[][] |
public ZRevRangeByScoreWithScores ( string setId, double min, double max, int skip, int take ) : byte[][] | ||
setId | string | |
min | double | |
max | double | |
skip | int | |
take | int | |
return | byte[][] |
public ZRevRangeByScoreWithScores ( string setId, long min, long max, int skip, int take ) : byte[][] | ||
setId | string | |
min | long | |
max | long | |
skip | int | |
take | int | |
return | byte[][] |
public ZRevRangeWithScores ( string setId, int min, int max ) : byte[][] | ||
setId | string | |
min | int | |
max | int | |
return | byte[][] |
public ZRevRank ( string setId, byte value ) : long | ||
setId | string | |
value | byte | |
return | long |
public ZScan ( string setId, ulong cursor, int count = 10, string match = null ) : ScanResult | ||
setId | string | |
cursor | ulong | |
count | int | |
match | string | |
return | ScanResult |
public ZScore ( string setId, byte value ) : double | ||
setId | string | |
value | byte | |
return | double |
public ZUnionStore ( string intoSetId ) : long | ||
intoSetId | string | |
return | long |
public ZUnionStore ( string intoSetId, string setIds, string args ) : long | ||
intoSetId | string | |
setIds | string | |
args | string | |
return | long |