oleiade / py-elevator

py-elevator is a python client for Elevator, a Key-Value store written in Python and based on levelDB, allows high performance on-disk bulk read/write.
https://py-elevator.readthedocs.org/en/latest/
MIT License
13 stars 6 forks source link

Add the prefix option to the Range command. Fix #45 #46

Closed k4nar closed 9 years ago

k4nar commented 10 years ago

Handle the new prefix option for Elevator's RANGE command.