public string[] BLPop(string key, int timeOutSecs) { RedisNativeClient client = this.pool.GetRedisClient(key); return((client == null) ? null : UTF8String.ToStringArray(client.BLPop(key, timeOutSecs))); }