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

Handle prefix option in Range #45

Open k4nar opened 10 years ago

k4nar commented 10 years ago

Elevator will soon have a prefix option for the RANGE command (cf https://github.com/oleiade/Elevator/issues/163). The client should be updated to support it.