Méthode | Description | |
---|---|---|
AddToSet ( string key, byte member ) : bool | ||
AddToSet ( string key, string member ) : bool | ||
BackgroundSave ( ) : void | ||
CardinalityOfSet ( string key ) : int | ||
ContainsKey ( string key ) : bool | ||
Decrement ( string key ) : int | ||
Decrement ( string key, int count ) : int | ||
Dispose ( ) : void | ||
Expire ( string key, int seconds ) : bool | ||
ExpireAt ( string key, int time ) : bool | ||
FlushAll ( ) : void | ||
FlushDb ( ) : void | ||
Get ( string key ) : byte[] | ||
GetDifferenceOfSets ( ) : byte[][] | ||
GetInfo ( ) : string>.Dictionary |
||
GetIntersectionOfSets ( ) : byte[][] | ||
GetKeys ( ) : byte[][] | ||
GetKeys ( string pattern ) : string[] | ||
GetMembersOfSet ( string key ) : byte[][] | ||
GetRandomMemberOfSet ( string key ) : byte[] | ||
GetSet ( string key, byte value ) : byte[] | ||
GetSet ( string key, string value ) : string | ||
GetString ( string key ) : string | ||
GetUnionOfSets ( ) : byte[][] | ||
Increment ( string key ) : int | ||
Increment ( string key, int count ) : int | ||
IsMemberOfSet ( string key, byte member ) : bool | ||
IsMemberOfSet ( string key, string member ) : bool | ||
LeftPop ( string key ) : byte[] | ||
ListIndex ( string key, int index ) : byte[] | ||
ListLength ( string key ) : int | ||
ListRange ( string key, int start, int end ) : byte[][] | ||
MoveMemberToSet ( string srcKey, string destKey, byte member ) : bool | ||
PopRandomMemberOfSet ( string key ) : byte[] | ||
RandomKey ( ) : string | ||
Redis ( ) : System | ||
Redis ( string host ) : System | ||
Redis ( string host, int port ) : System | ||
Remove ( string key ) : bool | ||
Remove ( ) : int | ||
RemoveFromSet ( string key, byte member ) : bool | ||
RemoveFromSet ( string key, string member ) : bool | ||
Rename ( string oldKeyname, string newKeyname ) : bool | ||
RightPush ( string key, string value ) : void | ||
Save ( ) : string | ||
SendDataCommandExpectMultiBulkReply ( byte data, string command ) : byte[][] | ||
Set ( byte[]>.IDictionary |
||
Set ( string>.IDictionary |
||
Set ( string key, byte value ) : void | ||
Set ( string key, string value ) : void | ||
SetNX ( string key, byte value ) : bool | ||
SetNX ( string key, string value ) : bool | ||
Shutdown ( ) : void | ||
Sort ( SortOptions, options ) : byte[][] | ||
StoreDifferenceOfSets ( string destKey ) : void | ||
StoreIntersectionOfSets ( string destKey ) : void | ||
StoreUnionOfSets ( string destKey ) : void | ||
TimeToLive ( string key ) : int | ||
TypeOf ( string key ) : KeyType | ||
this ( string key ) : string |
Méthode | Description | |
---|---|---|
Dispose ( bool disposing ) : void |
Méthode | Description | |
---|---|---|
Connect ( ) : void | ||
ExpectSuccess ( ) : void | ||
Log ( string fmt ) : void | ||
ReadData ( ) : byte[] | ||
ReadLine ( ) : string | ||
SendCommand ( string cmd ) : bool | ||
SendDataCommand ( byte data, string cmd ) : bool | ||
SendDataExpectInt ( byte data, string cmd ) : int | ||
SendExpectData ( byte data, string cmd ) : byte[] | ||
SendExpectInt ( string cmd ) : int | ||
SendExpectString ( string cmd ) : string | ||
SendExpectSuccess ( string cmd ) : void | ||
SendGetString ( string cmd ) : string | ||
StoreSetCommands ( string cmd, string destKey ) : void |
public AddToSet ( string key, byte member ) : bool | ||
key | string | |
member | byte | |
Résultat | bool |
public AddToSet ( string key, string member ) : bool | ||
key | string | |
member | string | |
Résultat | bool |
public CardinalityOfSet ( string key ) : int | ||
key | string | |
Résultat | int |
public Decrement ( string key, int count ) : int | ||
key | string | |
count | int | |
Résultat | int |
protected Dispose ( bool disposing ) : void | ||
disposing | bool | |
Résultat | void |
public Expire ( string key, int seconds ) : bool | ||
key | string | |
seconds | int | |
Résultat | bool |
public ExpireAt ( string key, int time ) : bool | ||
key | string | |
time | int | |
Résultat | bool |
public GetIntersectionOfSets ( ) : byte[][] | ||
Résultat | byte[][] |
public GetKeys ( string pattern ) : string[] | ||
pattern | string | |
Résultat | string[] |
public GetMembersOfSet ( string key ) : byte[][] | ||
key | string | |
Résultat | byte[][] |
public GetRandomMemberOfSet ( string key ) : byte[] | ||
key | string | |
Résultat | byte[] |
public GetSet ( string key, byte value ) : byte[] | ||
key | string | |
value | byte | |
Résultat | byte[] |
public GetSet ( string key, string value ) : string | ||
key | string | |
value | string | |
Résultat | string |
public Increment ( string key, int count ) : int | ||
key | string | |
count | int | |
Résultat | int |
public IsMemberOfSet ( string key, byte member ) : bool | ||
key | string | |
member | byte | |
Résultat | bool |
public IsMemberOfSet ( string key, string member ) : bool | ||
key | string | |
member | string | |
Résultat | bool |
public ListIndex ( string key, int index ) : byte[] | ||
key | string | |
index | int | |
Résultat | byte[] |
public ListRange ( string key, int start, int end ) : byte[][] | ||
key | string | |
start | int | |
end | int | |
Résultat | byte[][] |
public MoveMemberToSet ( string srcKey, string destKey, byte member ) : bool | ||
srcKey | string | |
destKey | string | |
member | byte | |
Résultat | bool |
public PopRandomMemberOfSet ( string key ) : byte[] | ||
key | string | |
Résultat | byte[] |
public Redis ( string host, int port ) : System | ||
host | string | |
port | int | |
Résultat | System |
public RemoveFromSet ( string key, byte member ) : bool | ||
key | string | |
member | byte | |
Résultat | bool |
public RemoveFromSet ( string key, string member ) : bool | ||
key | string | |
member | string | |
Résultat | bool |
public Rename ( string oldKeyname, string newKeyname ) : bool | ||
oldKeyname | string | |
newKeyname | string | |
Résultat | bool |
public RightPush ( string key, string value ) : void | ||
key | string | |
value | string | |
Résultat | void |
public SendDataCommandExpectMultiBulkReply ( byte data, string command ) : byte[][] | ||
data | byte | |
command | string | |
Résultat | byte[][] |
public Set ( byte[]>.IDictionary |
||
dict | byte[]>.IDictionary | |
Résultat | void |
public Set ( string>.IDictionary |
||
dict | string>.IDictionary | |
Résultat | void |
public Set ( string key, byte value ) : void | ||
key | string | |
value | byte | |
Résultat | void |
public Set ( string key, string value ) : void | ||
key | string | |
value | string | |
Résultat | void |
public SetNX ( string key, byte value ) : bool | ||
key | string | |
value | byte | |
Résultat | bool |
public SetNX ( string key, string value ) : bool | ||
key | string | |
value | string | |
Résultat | bool |
public Sort ( SortOptions, options ) : byte[][] | ||
options | SortOptions, | |
Résultat | byte[][] |
public StoreDifferenceOfSets ( string destKey ) : void | ||
destKey | string | |
Résultat | void |
public StoreIntersectionOfSets ( string destKey ) : void | ||
destKey | string | |
Résultat | void |
public StoreUnionOfSets ( string destKey ) : void | ||
destKey | string | |
Résultat | void |