Skip to content
This repository was archived by the owner on Nov 19, 2024. It is now read-only.

Commit 1902ea1

Browse files
authored
Add section about inspecting compressed data
Add a small section on how to easily inspect compressed Session and Cache data stored in Redis.
1 parent e4d0358 commit 1902ea1

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

src/_includes/config/redis-verify.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,11 @@ If you use Redis for page caching, you'll see output similar to the following:
5050
... more ...
5151
```
5252

53+
### Inspect Compressed Sesssion data and Page Cache with GUI tool
54+
55+
To easily inspect compressed Session data and Page Cache you can use [RDM](https://flathub.org/apps/details/dev.rdm.RDM)
56+
It supports automatic decompression of Magento 2 Session and Page cache and displays PHP session data in human-readable form.
57+
5358
### Redis ping command
5459

5560
Enter the following command:

0 commit comments

Comments
 (0)