@averrous
a passionate engineer
Hi I am a third year CS student who love to explore things
Nothing here yet.
Redis Sorted Set Redis sorted set is a tool to store sorted data. It sort the data in ascending, and all of the operation is in O(log N) except the data retrieval, as it needs O(log N + M) with M, the count of data retrieved. This cool tool is implem...
