Exemplo n.º 1
0
 void IRedisItem.Parse(RedisExecutor executor)
 {
     this._Key   = executor.ReadBulkString();
     this._Value = executor.ReadBulk();
 }
Exemplo n.º 2
0
 void IRedisItem.Parse(RedisExecutor executor)
 {
     this._Member = executor.ReadBulk();
     this._Score  = Aoite.Redis.Commands.RedisFloat.FromString(executor.ReadBulkString());
 }