01:02:50 GMT has anyone here ever ran Redis inside of a docker container? 01:03:21 GMT if so, have you ran into any performance issues with it 12:44:25 GMT Hello. I'm plannig to create a db of users with redis. Username, password and unique ID (auto-incremental positive integer). Is there any recommended structure to store it? 13:06:04 GMT Yes, use a relational db that has something like auto increment 13:57:29 GMT hey i am trying to setup redis sentinel, but for some reason, failover of a monitored redis master to a its slaves is not triggered. i am using redis 3.2.4 13:58:02 GMT i also noticed that the documentation here https://redis.io/topics/sentinel may be out of date? 13:58:52 GMT because i am not able to set sentinel down-after-milliseconds, or sentinel failover-timeout. i always get the error message: (error) ERR Unknown sentinel subcommand 'down-after-milliseconds' 13:58:55 GMT any ideas? 14:17:56 GMT morning 14:17:59 GMT somewhere 14:23:48 GMT schlitzer: those are configuration options 14:23:57 GMT you need to put them in the config file 14:24:07 GMT sentinel monitor ... works as a command as well 14:24:40 GMT and you can change the other options with SENTINEL set 14:24:46 GMT (which is documented further down) 14:32:27 GMT ahh okay, thank you 15:21:47 GMT minus: "Yes, use a relational db that has something like auto increment" always the right tool for the right job ;) 15:58:21 GMT How do I guarantee consistency between postgres and redis? (data in redis should be a readonly copy of postgres) 19:47:26 GMT Hi, In redis cluster , when i am bringing down master node , slave is not getting promoted as master. No matter how long i wait. Any idea ? 19:47:47 GMT It is 6 node cluster with 3 master 3 slave 19:53:48 GMT Any one online 19:53:49 GMT ? 20:02:36 GMT :) 20:03:08 GMT Guarav: sorry, never used redis cluster