08:46:28 GMT Hi guys, I have redis with replication (2 nodes) and with sentinels (on the same servers as redis + one in aws ec2). I've also setup authentification but now I need to turn it off ... I know it is possible without restart via config set but my question is what about sentinels? They have to be restarted but I dont know if this affect redis (if sentinels wants to authentificate but there is no password) 11:25:36 GMT is redis mean for a single user/project ? 11:25:55 GMT given there are no seperate "users/accounts/databases" ? 11:56:05 GMT Redis does have a concept of databases 11:56:29 GMT The default is '0', but https://redis.io/topics/rediscli has details on how to connect to a different database number 11:57:59 GMT kaos01: ^ 13:40:56 GMT hey guys, i'm trying to get a notification with a key name each time a key expires 13:42:21 GMT right now, with `sub.psubscribe('__keyevent@0__:expired*')`, im just getting "expired" in the notification, not the key name 13:42:44 GMT apologies for syntax, using node-redis atm 15:21:43 GMT Hi. I'm having problems to get this notification: __keyevent@0__:expired 15:23:15 GMT The key expires correctly after 2 seconds, and I also added x to notify-keyspace-events 15:53:03 GMT konno: you get the key name in the payload of the notification 15:53:13 GMT chargen: add E to notify-keyspace-events as well 15:54:56 GMT minus: Thanks!! 18:28:01 GMT I'm trying to use sentinel, redis and sentinel services are both running, however when I connect to sentinel and run `info` I get sentinel_masters:0 18:28:14 GMT How can I debug why it's not connecting and what's going wrong? 19:58:59 GMT I'm looking at the config files and I don't see a monitor or slaveof line 19:59:09 GMT will it default to localhost if that's omitted? or could that be my problem? 19:59:27 GMT this is a provisioned vagrant box at work meant to mirror production so on vagrant we only want a single localhost node 22:20:15 GMT how can I disallow DEBUG SEGFAULT but allow DEBUG OBJECT? rename-command does not seem to work with subcommands