Slava Kim recently implemented Redis in Meteor with the livedata and miniredis packages. I’ve been curious how much faster it is than Mongodb. I’m stuck on a plane so it’s either this or watch Dolphin Tale 2. Write, read and delete 1,000 times. On the client. redis set: 228ms
redis get: 18
redis del: 189
redis…