00:34:24 GMT I have a redis problem. is here to ask? 00:35:04 GMT jing: what's the issue>? 00:36:58 GMT I tried to use SREM API from my code. redisClient.SREM(key, value, values), and it didn't remove anything. I had to use send api. redisClient.send("SREM", List(key, value):::values) to get remove work. 00:40:34 GMT what code is this? is it a 3rd party client? did you write it yourself? 00:44:13 GMT +redisClient is the 3party one. from net.debasishg.redisclient_2.10-3.0.jar 00:51:52 GMT jing: you probably need to consult the maintainers of the redis client. 01:45:44 GMT If I set a key to expire in -1 seconds may a subsequent read still see the key if it hasn't been garbage collected yet? Or will it read it and see that it should be expired and not return it to the client? 06:58:38 GMT Hi all 07:00:03 GMT I am new with redis I see this command on redis.io `ZREMRANGEBYSCORE myzset -inf (2` what is `-inf (2` symbol where can i refer its list? 08:55:52 GMT SirFunk_: no, the key will be deleted immediately 14:25:38 GMT Hi Friends, I have a php configuration , which is fetching values from Redis http://pastebin.com/yFUPJ0d3, I want to change the values of db_host and _db_passwod. Where can i find this configuration ?? 14:53:50 GMT Any One who can help me with this 14:53:50 GMT Hi Friends, I have a php configuration , which is fetching values from Redis http://pastebin.com/yFUPJ0d3, I want to change the values of db_host and _db_passwod. Where can i find this configuration ?? 15:03:29 GMT Hi All, I want to see all the values in of config file from redis command line 127.0.0.1:6379> keys config 1) "config" This is the output of "keys" in redis cli 15:08:55 GMT saiju: It's data in Redis. Access it using Redis' methods. https://redis.io/commands#hash