Ejemplo n.º 1
0
        public string[] Hvals(string key)
        {
            RedisNativeClient client = this.pool.GetRedisClient(key);

            return((client == null) ? null : UTF8String.ToStringArray(client.HVals(key)));
        }