Skip to main content

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

Redis Explorer

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 with mykey_
  • *_mykey_* to match any key containing _mykey_
  • mykey to find the key mykey

Example searching default_*:

Redis Explorer

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.

Redis Explorer

Redis Explorer

Ask for a Redis dump

You can ask for a Redis dump by clicking on the "Request a Redis dump" button.

Redis Explorer