oleiade / Elevator

Elevator is an open source, on-disk key-value store. Provides high-performance bulk read-write operations over very large datasets while exposing a simple and efficient API.
http://elevator.readthedocs.org
MIT License
71 stars 12 forks source link

Adjust MGet behavior to fit with the redis one #85

Closed oleiade closed 12 years ago

oleiade commented 12 years ago

Return a list of values, filled in with None when no value found.