Is it possible to read all values matching key pattern from rocks db. e.g:
key1 -> value1
key12 -> value12
key123 -> value123
I want to ready all keys matching pattern => "key1*" or "key*2"
Is there a way to perform this kind of search operation in Rocks Db.