C# 클래스 Cedar.Core.EntLib.Data.RedisDatabaseWrapper

상속: IDisposable
파일 보기 프로젝트 열기: Chinaccn/surfboard 1 사용 예제들

공개 메소드들

메소드 설명
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

메소드 상세

Dispose() 공개 메소드

public Dispose ( ) : void
리턴 void

HashDelete() 공개 메소드

public HashDelete ( string key, string hashfield ) : bool
key string
hashfield string
리턴 bool

HashExists() 공개 메소드

public HashExists ( string key, string hashfield ) : bool
key string
hashfield string
리턴 bool

HashGet() 공개 메소드

public HashGet ( string key, string hashfield ) : string
key string
hashfield string
리턴 string

HashGetAll() 공개 메소드

public HashGetAll ( string key ) : string>.Dictionary
key string
리턴 string>.Dictionary

HashLength() 공개 메소드

public HashLength ( string key ) : long
key string
리턴 long

HashSet() 공개 메소드

public HashSet ( string key, string hashfield, string value ) : bool
key string
hashfield string
value string
리턴 bool

HashValues() 공개 메소드

public HashValues ( string key ) : List
key string
리턴 List

KeyDelete() 공개 메소드

public KeyDelete ( string key ) : bool
key string
리턴 bool

KeyExists() 공개 메소드

public KeyExists ( string key ) : bool
key string
리턴 bool

KeyExpire() 공개 메소드

public KeyExpire ( string key, System.TimeSpan value ) : bool
key string
value System.TimeSpan
리턴 bool

RedisDatabaseWrapper() 공개 메소드

public RedisDatabaseWrapper ( string ip, int database, string password = null, int port = 6379 ) : System
ip string
database int
password string
port int
리턴 System

StringGet() 공개 메소드

public StringGet ( string key ) : string
key string
리턴 string

StringSet() 공개 메소드

public StringSet ( string key, string value ) : bool
key string
value string
리턴 bool