C# Class Cedar.Core.EntLib.Data.RedisDatabaseWrapper

Inheritance: IDisposable
Afficher le fichier Open project: Chinaccn/surfboard Class Usage Examples

Méthodes publiques

Méthode Description
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

Method Details

Dispose() public méthode

public Dispose ( ) : void
Résultat void

HashDelete() public méthode

public HashDelete ( string key, string hashfield ) : bool
key string
hashfield string
Résultat bool

HashExists() public méthode

public HashExists ( string key, string hashfield ) : bool
key string
hashfield string
Résultat bool

HashGet() public méthode

public HashGet ( string key, string hashfield ) : string
key string
hashfield string
Résultat string

HashGetAll() public méthode

public HashGetAll ( string key ) : string>.Dictionary
key string
Résultat string>.Dictionary

HashLength() public méthode

public HashLength ( string key ) : long
key string
Résultat long

HashSet() public méthode

public HashSet ( string key, string hashfield, string value ) : bool
key string
hashfield string
value string
Résultat bool

HashValues() public méthode

public HashValues ( string key ) : List
key string
Résultat List

KeyDelete() public méthode

public KeyDelete ( string key ) : bool
key string
Résultat bool

KeyExists() public méthode

public KeyExists ( string key ) : bool
key string
Résultat bool

KeyExpire() public méthode

public KeyExpire ( string key, System.TimeSpan value ) : bool
key string
value System.TimeSpan
Résultat bool

RedisDatabaseWrapper() public méthode

public RedisDatabaseWrapper ( string ip, int database, string password = null, int port = 6379 ) : System
ip string
database int
password string
port int
Résultat System

StringGet() public méthode

public StringGet ( string key ) : string
key string
Résultat string

StringSet() public méthode

public StringSet ( string key, string value ) : bool
key string
value string
Résultat bool