pgte / alfred

Node is your mansion, Alfred is your butler. Node.js key-value store
http://pgte.github.com/alfred/
MIT License
149 stars 10 forks source link

UnOrderedIndex implementation missing matchSync and rangeSync functions #8

Open davidthings opened 13 years ago

davidthings commented 13 years ago

I switched over to using unordered indicies (I don't need them to be ordered), and I discovered that doing finds on them failed because matchSync and rangeSync are not implemented.

I added a crude implementation to my codebase which just looks at the records, but really we need a transformed map on UnOrdered indicies like the Ordered ones have.