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