09:56:36 GMT sembiance: ouch, that should not happen 09:57:08 GMT hm, ok, it allocates memory, so if it can't it will crash indeed 09:57:19 GMT sembiance: if it was for anything other than OOM please report a bug 15:30:51 GMT badboy_: my guess is it was due to OOM. I'm making a smaller sampling of my DB and will be re-running on that sample. I'll let you know if it crashes again ;) 15:36:16 GMT How well suited is Redis as a message queue? 15:38:26 GMT We have a real time server that we want to scale horizontally, and I was thinking about pushing messages that are going to clients connected to another server into a message queue, and then pulling it out on the right server 15:54:57 GMT use a message queue if you need a message queue ;) 15:55:09 GMT it can be done with Redis 15:55:14 GMT and people are doing it 15:55:18 GMT but it depends heavily on your usecase 16:28:30 GMT Well, only reason I thought about doing it was because it'd be one less service to worry about :-)