02:56:40 GMT hello 06:52:09 GMT http://redis.io/commands/object documentation states that object command supports multiple arguments, but inside description there is only one parameter - key 06:55:23 GMT is it really supporting multiple arguments? 08:30:53 GMT hello 08:31:10 GMT can you create a redis cluster with 2 master nodes? 09:48:45 GMT How comfortable is redis with 2-5k messages per second over it's message queue? 09:49:00 GMT what's the resource usage for a use-case like this? 10:28:08 GMT Objections? https://github.com/antirez/redis/commit/10361829f9a38dfa40910556d222a1010bb5e52d 10:29:30 GMT antirez: kind-of silly that that was the case 11:57:08 GMT shodan`: CPU usage shouldn't be above 10% for that, even on a weak machine 11:57:36 GMT For 2-5K messages per second? 11:57:39 GMT pub/sub 11:58:38 GMT that too. you could just try it though, it's a 5 line python script for example 11:59:54 GMT I don't have redis on my dev machine. I'd have to set it up on a server 12:00:10 GMT It's faster for me to just ask and continue working on other stuff 12:00:59 GMT I'll write a benchmark though for a misc server real quick then 13:39:13 GMT hi everyone... question, I need to stop a redis-aof-rewrite running process but every time I kill it, a new process in launched. I've executed CONFIG SET appendonly no and I see aof_enabled:0 but i also see: aof_rewrite_in_progress:1 13:39:35 GMT there is a way to prevent more redis-aof-rewrite processes to being launched ? 14:46:39 GMT can't you install it on your dev machine, shodan`? having it handy on your machine is super useful 19:42:54 GMT Hey does anyone know if its possible to get redis to read properties from environment variables? 20:50:47 GMT hello?