redis-leveldb
redis-leveldb copied to clipboard
sort()
Is there a way to use something like the sort() command or a workaround?
Actually I would not like to load all the 10k+ items into my nodejs to fetch 10 with the highest value.
Or any tips on that?
btw I am using this nice port (thanks) because its relay on the disc and not ram.