04:51:51 GMT Hi, I have a problem with my RDB. I think it's corrupted. I've test it on different servers with different versions. I will get error when I want BGSAVE or SAVE. 17:13:17 GMT howdy folks. 17:14:17 GMT I am in the need of some advice w/r/t upgrading redis from 2.8 -> 3.2 We have a working dev environment with 3.2.x Prod is running 2.8. any pitfalls with manually comparing configuration files? 17:34:50 GMT hello folks! 17:35:29 GMT i've setup a redis cluster with the stable/redis-ha kubernetes chart @ https://github.com/kubernetes/charts/tree/master/stable/redis-ha 17:35:37 GMT with 1 master, 2slaves, 3 sentinels 17:36:00 GMT and i have some weird problems with pubsub 17:37:00 GMT i use a client to subscribe, and another client to publish 17:37:20 GMT however, when i publish something, the subscriber doesn't receive anything 17:38:28 GMT except when I send > 100messages in quick succession, then I seem to receive 178 messages on the client 17:38:34 GMT on the subscriber* 17:38:40 GMT is there some kind of buffer I need to be aware of? 17:39:20 GMT I'm using redis-cli 17:40:35 GMT ah 17:40:44 GMT it would appear it was my terminal that was buffering stuff 17:45:54 GMT how can I see the maxclients number that is set? 17:46:07 GMT And how can I see how mayn clients currently are connected? 17:46:13 GMT thank you in advance! 17:47:38 GMT config get maxclients 17:47:43 GMT info clients 17:51:18 GMT is there a way of listing clients that listen on a pubsub channel? and what channel they're listening on? 17:55:30 GMT ah, cool, `pubsub channels` seems to work 17:59:15 GMT thanks badboy_ 18:00:11 GMT noonien: https://redis.io/commands/client-list 18:00:15 GMT and pubsub channels, yeah 18:28:18 GMT redis stores the persistent db data in cwd unless configured otherwise, yes/