00:03:44 GMT is there a way to get redis to stop clogging on up my /var/log/syslog ? 12:56:36 GMT Hello. Has anyone used redis as a time-series database? 13:26:12 GMT hey guys 13:26:25 GMT I need help uninstalling redis on Debian since its causing issues 13:26:28 GMT how do I do that 19:09:35 GMT Anyone know where I can find some documentation about setting multi master redis? 19:12:47 GMT they're still working on that feature 19:12:53 GMT here's the last I saw on it: https://www.youtube.com/watch?v=b5UTfy3ftzI 19:14:41 GMT Ah alright. I just watched that youtube video. Is it not released yet? I was looking at https://redislabs.com/products/redis-pack/ and saw that it listed geo-region replication and was wondering if that was the multi-master set up 19:15:52 GMT sure, but if you look at: https://redislabs.com/redis-enterprise-documentation/ebook/part-2-core-concepts/chapter-4-keeping-data-safe-ensuring-performance/4-2-replication/4-2-2-redis-replication-startup-process/ 19:16:05 GMT it says "WARNING: REDIS DOESN’T SUPPORT MASTER-MASTER REPLICATION" 19:16:17 GMT pretty confusing, no? 19:18:28 GMT Very confusing. 19:22:30 GMT it was mentioned a lot at the beginning of the year; now it's pub/sub and threading in the announcements only 19:26:26 GMT Fair enough. Looks like I'll have to look for alternatives to redis 19:28:59 GMT tell me what you're trying to do 19:29:04 GMT maybe I can recommend something 19:30:19 GMT Databases all around the world with the same data set. For example, one solution that I can use is SQL Server peer-to-peer replication 19:33:21 GMT what is the nature of the data and the queries on it? 19:33:30 GMT Elasticsearch might be suitable