06:12:14 GMT /exit 10:32:14 GMT where does redis store its data? I checked /var/lib/redis but sometimes they are empty, does it have to be dumped once to find out? 10:40:51 GMT nohitall, "CONFIG GET dbfilename" 10:41:12 GMT also, "CONFIG GET dir" 10:41:20 GMT k I check thank you 10:41:47 GMT if you have configured redis to use an AOF, check out "CONFIG GET appendfilename" 11:49:26 GMT hi all 11:49:54 GMT can i store php sessions in redis? 12:44:03 GMT yes 12:44:21 GMT how? no idea 14:30:43 GMT hi 15:06:28 GMT quick question: I'm storing a lot of session info in redis through msgpack 15:06:48 GMT should I call redis lua cmsgpack or msgpack-python for performance? 15:57:57 GMT Hi everyone, I am working on setting max memory for my redis nodes and was wondering if the used_memory just counts the redis process or includes bgsave as well. 15:58:24 GMT used_memory gathered by redis-cli INFO* 20:07:28 GMT hey everyone 20:08:11 GMT whats the correct approach to fix cluster failures and slot reassigning 20:08:33 GMT 3 masters no slave and require-full-coverage is off 20:09:16 GMT now i kill first server let it be port 7000 20:09:41 GMT no of course some slots will be missing and the online servers will notice that 20:09:44 GMT now.. 20:10:16 GMT so quick fix is running: redis-trib.rb call 127.0.0.1:7001 cluster forget $nodeid ? 20:10:40 GMT followed by redis-trib.rb fix 127.0.0.1:7001 ?