Y
Hacker News
new
|
ask
|
show
|
jobs
by
michaelbuckbee
633 days ago
In Redis, the data is a sorted-set that we forced into being lexicographically ordered by setting all the scores to 0. We went through a lot of iterations of it and to be clear it's not _slow_ it's just not as fast as essentially `fopen`
1 - Redis sorted sets -
https://redis.io/docs/latest/develop/data-types/sorted-sets/