You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
According to #1 (comment), I would like to have a queryKeysIt() so that I can get the keys by a queryArgs.
Currently, I have to get an iterator of both [key, value] and filter out the key. If we can have the queryKeysIt with a queryArgs, then I'll be able to filter out the keys I needed, and I guess that would be a huge improvement of the performance (because all the keys are in memory)?
The text was updated successfully, but these errors were encountered:
According to #1 (comment), I would like to have a
queryKeysIt()
so that I can get thekeys
by aqueryArgs
.Currently, I have to get an iterator of both [key, value] and filter out the key. If we can have the
queryKeysIt
with aqueryArgs
, then I'll be able to filter out the keys I needed, and I guess that would be a huge improvement of the performance (because all the keys are in memory)?The text was updated successfully, but these errors were encountered: