03:30:01 GMT what version of jemalloc does redis use? 03:31:00 GMT i'm seeing there are three kinds, JESA (standalone), JEMF (firefox), and JEFB (freebsd libc). would it be JESA, the standalone version, or was it ported from any of the other versons? 03:32:32 GMT *three common kinds 03:34:04 GMT https://github.com/antirez/redis/blob/unstable/deps/update-jemalloc.sh 03:36:57 GMT that looks like JESA then, thanks. 15:19:40 GMT does redis have the concept of a tenant, akin to a sql db being able to have multiple DB's, each secured by unique keys? 16:30:30 GMT hello all, i am configuring a 3-node farm with all nodes running redis and sentinel. I'm having some trouble getting sentinel to work correctly. wondering what i'm doing wrong in my config 16:30:42 GMT anyone able to help guide me? 17:02:42 GMT Is it safe to try and add 2million keys-scores at one in a single zadd? 17:10:40 GMT while that store the data more compactly? 17:10:50 GMT while=will 17:13:41 GMT Hey all. My team is trying to setup a sentinal cluster for the first time, and we're testing failover but its not raising an odown event for the master on the slaves. Where should we be looking to find out why that is? 17:28:15 GMT [2nd POST] Hey all. My team is trying to setup a sentinal cluster for the first time, and we're testing failover but its not raising an odown event for the master on the slaves. Where should we be looking to find out why that is? 22:48:05 GMT sup redis people, i am new to redis and am having a little trouble. My redis-server or maybe redis itself seems to just close after a few seconds of being alive has this happened to anyone beforfe? 22:48:26 GMT im trying to run django with celery and redis, and when i start redis and check the celery logs it immediately says it cant aconnect to redis