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.
I think an EXISTS command would be very useful. Plyvel doesn't handle it out-of-the box, but it can be implemented quite simply using this tip. The main point is to avoid getting the value of the key.
I think an EXISTS command would be very useful. Plyvel doesn't handle it out-of-the box, but it can be implemented quite simply using this tip. The main point is to avoid getting the value of the key.