메소드 | 설명 | |
---|---|---|
Dispose ( ) : void | ||
HashDelete ( string key, string hashfield ) : bool |
|
|
HashExists ( string key, string hashfield ) : bool |
|
|
HashGet ( string key, string hashfield ) : string |
|
|
HashGetAll ( string key ) : string>.Dictionary |
|
|
HashLength ( string key ) : long |
|
|
HashSet ( string key, string hashfield, string value ) : bool |
|
|
HashValues ( string key ) : List |
|
|
KeyDelete ( string key ) : bool |
|
|
KeyExists ( string key ) : bool |
|
|
KeyExpire ( string key, System.TimeSpan value ) : bool |
|
|
RedisDatabaseWrapper ( string ip, int database, string password = null, int port = 6379 ) : System | ||
StringGet ( string key ) : string |
|
|
StringSet ( string key, string value ) : bool |
|
public HashDelete ( string key, string hashfield ) : bool | ||
key | string | |
hashfield | string | |
리턴 | bool |
public HashExists ( string key, string hashfield ) : bool | ||
key | string | |
hashfield | string | |
리턴 | bool |
public HashGet ( string key, string hashfield ) : string | ||
key | string | |
hashfield | string | |
리턴 | string |
public HashGetAll ( string key ) : string>.Dictionary |
||
key | string | |
리턴 | string>.Dictionary |
public HashSet ( string key, string hashfield, string value ) : bool | ||
key | string | |
hashfield | string | |
value | string | |
리턴 | bool |
public KeyExpire ( string key, System.TimeSpan value ) : bool | ||
key | string | |
value | System.TimeSpan | |
리턴 | bool |
public RedisDatabaseWrapper ( string ip, int database, string password = null, int port = 6379 ) : System | ||
ip | string | |
database | int | |
password | string | |
port | int | |
리턴 | System |
public StringSet ( string key, string value ) : bool | ||
key | string | |
value | string | |
리턴 | bool |