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
Typing an asterisk in the search box does not work -- it only matches keys in the current namespace. The little namespace switcher works at the top, but you have to know the name of the namespace to switch to it.
Is there anyway to see all keys?? Or a way to see all namespaces?
Thanks
The text was updated successfully, but these errors were encountered:
Hi @nickworks. Thank you for your question. I assume that by namespace, you mean some kind of consistent prefix, for example foo:1, foo:2, foo:3. In the browser, you can use either foo:* or just *, or you can just use the KEYS * command in the CLI. Both these options are shown in the attached image.
I think I was erroneously referring the isolated keyspaces ("db0", "db1") as "namespaces". There was a bit of disconnect for me coming from the Laravel documentation, but I think I have it figured out now. Laravel's cache.php config file allows me to associate specific Redis keyspaces with certain Laravel features, and I was confused by there being two of these set up.
How do you see all keys in redis insight?
Typing an asterisk in the search box does not work -- it only matches keys in the current namespace. The little namespace switcher works at the top, but you have to know the name of the namespace to switch to it.
Is there anyway to see all keys?? Or a way to see all namespaces?
Thanks
The text was updated successfully, but these errors were encountered: