00:21:05 GMT Seventoes: what do you mean by random? 00:21:33 GMT like, a user deleting a message or something? 00:22:20 GMT do the messages have IDs? 00:24:40 GMT also, is there any reason why you definitely want a set of json entries instead of denormalizing the data more? I'm curious as I was giving a Redis-based messaging system some thought recently 00:25:28 GMT like if you had a set of timestamp -> message id, you could store each message as a hashmap instead of a json blob 00:26:02 GMT and if you wanted it back all pretty in json from the server, probably just write a Lua script 00:51:03 GMT Hi, i'd like to use django-websocket, do I need to install redis too? 14:44:44 GMT Hello 14:46:39 GMT hello guys, Does reshard a redis cluster need to be done in a maintaince period ?