Hacker News new | ask | show | jobs
by glebm 4674 days ago
The times were consistent, clone the repo and run `rake bm` to try it. max-ziplist cannot be set to the order of millions, since redis does have to unzip it on every access and you wouldn't get any range lookup boost. You can implement this in redis lua if app layer separation is a concern.
1 comments

Ah in that context, this makes more sense. Thanks for the reply.