06:59:42 GMT do you guys have any good links for redis sharding? 06:59:57 GMT i am wondering what to do when you max out network performance 09:10:21 GMT impi: get a faster network 09:10:22 GMT :P 09:11:49 GMT hehe 09:11:57 GMT whats faster than 10gbit /s ? 09:20:38 GMT a number >10 09:20:55 GMT but if you manage to max out 10gbit/s with just Redis I want to see your application 09:21:00 GMT I even sign a NDA for that 10:07:05 GMT hey guys, I am using redis-py, currently I use "hmset" to set a python dict in a hash. Now I want to do it in lua (from python), how can I pass and use the python dict to the lua script? 10:53:25 GMT enik3: EVAL, right? either json/messagepack encode it, or pass it as arguments as key0, value0, key1, etc. 11:02:56 GMT thanks minus 11:03:32 GMT I think I am re-inventing the wheel, I will give an ORM lib (rom) a shot 15:36:55 GMT Not sure where to look, but when I start my node app the redis connection is fine. After 20 mins or so the connection starts timing out.