Method | Description | |
---|---|---|
Clear ( ) : void | ||
CommitAsync ( ) : System.Threading.Tasks.Task | ||
LoadAsync ( ) : System.Threading.Tasks.Task | ||
RedisSession ( IRedis redis ) : System | ||
Remove ( string key ) : void | ||
Set ( string key, byte value ) : void | ||
TryGetValue ( string key, byte &value ) : bool |
public CommitAsync ( ) : System.Threading.Tasks.Task | ||
return | System.Threading.Tasks.Task |
public LoadAsync ( ) : System.Threading.Tasks.Task | ||
return | System.Threading.Tasks.Task |
public RedisSession ( IRedis redis ) : System | ||
redis | IRedis | |
return | System |
public TryGetValue ( string key, byte &value ) : bool | ||
key | string | |
value | byte | |
return | bool |