less than a minute
You are not able to or you want to visualize data stored in redis.
Open one of the redis-pods.
Execute redis-cli
Introduce AUTH yourredispassword
Use commands like DBSIZE
to get the database size and KEYS *
to display all stored keys.