05:13:00 GMT hello buddy 05:13:26 GMT I am compiling redis from srouce 05:13:28 GMT source 05:13:41 GMT but i complains cc: error: ../deps/hiredis/libhiredis.a: No such file or directory cc: error: ../deps/lua/src/liblua.a: No such file or directory cc: error: ../deps/geohash-int/geohash.o: No such file or directory cc: error: ../deps/geohash-int/geohash_helper.o: No such file or directory cc: error: ../deps/jemalloc/lib/libjemalloc.a: No such file or directory Makefile:185: recipe for target 'redis-server' failed 05:13:52 GMT any body can help me 10:19:32 GMT Hi all, in a Sentinel config is it possible to have one replica using another replica as its primary? From the docs it appears to be fine and I can switch it across without issue, however the config keeps being overwrote 10:21:22 GMT We were hoping to do it in advance, however is this not possible with Sentinel? 10:21:45 GMT gaurav 10:22:00 GMT lol 17:59:04 GMT is there a way to have redis slaves replicate their writes to the master? 17:59:20 GMT or rather, have some sort of a decentralized redis cluster 19:33:49 GMT slave to master: no (that'd be master-master and is not supported) 19:34:11 GMT darkwater: and redis cluster is decentralized, but by partitioning 21:15:45 GMT I'm running redis on centos. When I run `sudo redis-server /etc/redis.conf` it works, but when I do `sudo service redis start` or `sudo systemctl start redis` it doesn't work (can't I connect to the server on localhost); it just exits with code 1 21:15:50 GMT it seems to be running this command: redis-server /etc/redis.conf --daemonize 21:15:56 GMT how can I debug this? 21:20:29 GMT read the systemd logs for more info? journalctl should have you covered 21:30:38 GMT if i have ~130k events within a give date range stored as a sorted set, how long would it take (approximately on, say, a 4gb ram DO droplet) to load that?