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
Currently there is no way to list all of the keys in the Key-Value store. The internal backup functionality uses internal APIs to perform this operation.
At a minimum we should have:
A way to retrieve all keys
A way to retrieve all keys and values
A way to retrieve ranges of keys
A way to retrieve ranges of keys and values
We should consider how retrieval should work with namespaced keys -- maybe it's an option whether to include child namespaces or not.
The text was updated successfully, but these errors were encountered:
Currently there is no way to list all of the keys in the Key-Value store. The internal backup functionality uses internal APIs to perform this operation.
At a minimum we should have:
We should consider how retrieval should work with namespaced keys -- maybe it's an option whether to include child namespaces or not.
The text was updated successfully, but these errors were encountered: