simerplaha / SwayDB

Persistent and in-memory key-value storage engine for JVM that scales on a single machine.
https://swaydb.simer.au
Apache License 2.0
293 stars 16 forks source link

Allow search with partial keys #315

Open simerplaha opened 3 years ago

simerplaha commented 3 years ago

Suggested feature

Hi, is it possible to use cursors? For example if I have "abc" as a key and search for "ab" then I would like to cursor to be set at "abc" which is the nearest match?

View the above in disqus comments.