00:51:10 GMT hi :) 00:51:11 GMT with rejson 00:51:23 GMT am i able to pass whole objects to JSON.SET ? 00:51:30 GMT multilevel ones 08:04:36 GMT lunaa: looks like yes, just check out the docs, specifically http://rejson.io/path/ 13:15:42 GMT hi 13:15:48 GMT anyone has experience with stunnel and redis? 13:17:25 GMT http://paste.ubuntu.com/25146281/ 13:46:52 GMT can anyone help me please? 14:25:00 GMT k1ng440, what's the problem? 14:33:14 GMT i fixed it. i was trying out sentinel but couldnt make it work 14:33:16 GMT so i gave up 14:33:34 GMT habbie, will the slaves work if the master went down? 14:33:41 GMT the slaves are writable 14:33:56 GMT uhm, i suppose so then 14:34:38 GMT they should, yes 14:35:05 GMT and the master will be updated when its back up right? 14:35:34 GMT from the slave? that sounds weird 14:35:52 GMT writiable slave 14:35:58 GMT oh, you mean you promote a slave to master when the master goes down? 14:36:09 GMT no 14:36:19 GMT then no, there is no replication back from the slave to the master 14:36:21 GMT i cant get the sentinel to work since i am using stunnel 14:36:53 GMT so the master will never be updated even the master is up? 14:37:08 GMT as far as i can tell, that's correct 14:38:01 GMT can i setup multi master? 14:38:09 GMT no, redis does not have this 14:38:13 GMT sentinel is the only thing that comes close 14:38:36 GMT even i use sentinel, the master will not be updated from slave 14:38:39 GMT goddamn it 14:38:45 GMT if you use sentinel, the slave will be promoted to master 14:38:53 GMT and the master that went down will be a slave when it comes back up 14:38:56 GMT as far as i understand 14:39:06 GMT i understand that too. 14:39:20 GMT i just need a cluster that will sync both way. 14:39:27 GMT why? 14:39:37 GMT since the redis are in multiple location over the earth 14:40:08 GMT ah 14:40:18 GMT i don't think redis can do what you want 14:40:20 GMT (but i could be wrong!) 14:40:49 GMT then why slave is writiable? 14:40:57 GMT because you configured it to 14:41:20 GMT by default slaves are not writable 14:42:55 GMT so basically i have to write or find a script that will sync multiple redis 14:46:59 GMT that would be one way, yes 14:49:23 GMT @habbie, i am confused about sentinel 14:49:33 GMT if i setup sentinel on all servers 14:50:05 GMT yes? 14:50:07 GMT brb 14:50:11 GMT sentinel monitor redis-cluster 127.0.0.1 6378 2 14:50:22 GMT it will be same on all servers? 14:50:44 GMT or it has to be pointed to master node? 14:51:54 GMT https://redis.io/topics/sentinel 14:51:57 GMT please read this full page 14:52:09 GMT specifically the text under the configuration example in the Configuring Sentinel section 14:53:37 GMT well its hard for me to understand. i did try to read but complex to understand. 15:02:50 GMT you point sentinal at the master 15:02:53 GMT it will discover the slaves 15:07:06 GMT i understand now. thank you 22:22:32 GMT hey guys, I'm running redis cluster 3.2.8 22:22:40 GMT on bare-metal 22:23:24 GMT we've disabled rdb persistence but some instances persist anyway for some reason 22:24:32 GMT they do for replication, kixelated 22:25:09 GMT oh huh so a slow slave would cause it? 22:25:42 GMT any slave afaik 22:26:00 GMT there's the diskless-replication option that might prevent that 22:27:24 GMT we've got 16 masters and 16 slaves, two of the masters started to persist every few seconds today 22:27:40 GMT while other instances haven't persisted for weeks 22:27:49 GMT i don't actually have any experience with those things though, so i can't really help 22:27:58 GMT no it's been good insight 22:28:02 GMT thanks! 22:31:01 GMT actually it makes sense, the hosts get super overloaded at peak 22:31:15 GMT slaves blip and reconnect to the master 22:31:28 GMT which triggers a disk replication 22:31:54 GMT and seems to create a chain reaction