06:12:34 GMT Hi, has anyone ever experienced a Redis key randomly resetting? We have a Redis that's only ever INCR'ed. But once every few months it seems to go back to zero. 10:00:37 GMT I am using RedisTemplate to add and retrieve sorted set values. Though the 'zadd' part works fine. On performing zrange, empty list is returned. The zrange command on CLI returns proper data. What could be the issue ? I tried with all value serializers. 10:05:05 GMT Hi ppl. I have problen. I cannot open port on my ubuntu 16.04. Running redis on p 6379. But I cannot access redis from other computers in network because port is not oepn. I have tryed with ufw allow 6379 and adding mannualy ip tables and restarting networking but nothing. 10:05:05 GMT What should I do ? 13:21:55 GMT Is there a reason why there's a HLEN command and not an SLEN one ? 13:25:42 GMT ok found scard :> 13:50:02 GMT :) 13:50:17 GMT a set doesn't have a length but a cardinality 15:52:17 GMT Hello everyone, I have a little question about redis and sentinel. 15:54:16 GMT I have a redis on AZ 1a and the second one on AZ 1b. (cluster of redis with sensu). What happened if I lost the connexion between 1a and 1b but not with the world. I will have on 1a a redis master, on 1b a redis slave promoted to master by sentinel and no replication between them. 15:55:36 GMT After few hours, I have my connexion back between my AZ, but still have 2 redis master. What happened now ? Is one of master become another slave, and datas are not lost ? 22:05:52 GMT Hey guys Im trying to test my application and I need to manually enter some information inside a redis map 22:06:16 GMT the problem is its a JSON object with two fields , one a string and one a date 22:06:37 GMT Im not sure how I would put these into my db using the redis-cli