09:02:22 GMT hello guys, sorry for newbie question. is there any way to configure two redis instances which permanently synchronise to each other? Official doc says replication is asynchronous, thus even if I make slave writable it's unable to add data to master. is it right? so no way to get two writable redis servers in sync? 09:02:53 GMT azol: redis does not support master-master replicaton 09:03:20 GMT ok. I see :( 09:07:28 GMT hrm... writing over net is 3x slower compared to writing to local db. my idea was to use multiple local redis servers to make the app happy. ok, I'll try to find another solution. 16:06:20 GMT is there any point to snapshotting other than data persistence? 16:12:08 GMT what other point would there be to it 16:13:22 GMT im not sure i installed it on my android phone and was hoping it would imrpove the camera 16:19:47 GMT ah, you want to enable append-only for that instead. boosts the resolution by like 2x