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

add a test for range of len 1 #75

Closed oleiade closed 12 years ago

oleiade commented 12 years ago

Example : Range('1', '1') should return (('1', '1value'), ) and not ('1", '1')