07:46:12 GMT is it correct that when I use an empty config file, all the standard values from here are used? http://download.redis.io/redis-stable/redis.conf 13:25:03 GMT Anyone here using redis with elasticsearch :>? 13:30:38 GMT How worried should I be about seeing this when I start redis? "WARNING: The TCP backlog setting of 511 cannot be enforced because /proc/sys/net/core/somaxconn is set to the lower value of 128." 13:30:46 GMT doesn't seem too bad. It's on my dev machine. 13:31:22 GMT Hi there. I have a question about the EVAL command. The documentation says "The script does not need to define a Lua function (and should not).". This "should not" is causing some concern in my mind. I realize that the script needs to execute, that is, just defining a function would not work because nothing would actually call that function... but is there 13:31:22 GMT anything wrong with defining some functions and then having the logic that executes and uses those functions? 13:31:22 GMT Though I ask because I'm having an issue. Not sure if redis is the root cause or part of a bigger issue. 21:02:42 GMT is it possible to setup a slave, and keep all the object idle times? they are all the same on the new slave node (essentially reset) 22:25:45 GMT There is any way of set multiple keys to have the same value at once? 23:10:28 GMT I'm getting really high redis latency when writing a few thousand records a second using SET any idea if it's normal for that to be an issue?