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