Explore data cache
Learn about how to explore the data cache in Front-Commerce Cloud.
How to explore the data cache
Introduced in new Front-Commerce Cloud, the new Redis Explorer allows you to browse the content of your Redis data cache.
How to access the Redis Explorer ?
- Log in to your cockpit
- Select your project
- Click on the "Redis Explorer" tab
How to use the Redis Explorer ?
You can type your query in the search bar to filter the results.
The input takes the same syntax as the Redis CLI's key
command. Hence, you can
use the following syntax to filter the results:
*_mykey
to match any key ending with_mykey
mykey_*
to match any key starting withmykey_
*_mykey_*
to match any key containing_mykey_
mykey
to find the keymykey
Example searching default_*
:
info
The search results are limited to the first 100 results. If you need to see more results, please ask for a Redis dump.
View details about a key
You can view the details of a key by clicking on the loop icon. A dialog will open to display the key details.
Ask for a Redis dump
You can ask for a Redis dump by clicking on the "Request a Redis dump" button.