How to visualize data stored in redis?

This troubleshooting guide describes how to see data in redis, when working with it.

Problem

You are not able to or you want to visualize data stored in redis.

Solution

  1. Open one of the redis-pods.

  2. Execute redis-cli

  3. Introduce AUTH yourredispassword

  4. Use commands like DBSIZE to get the database size and KEYS * to display all stored keys.

    video_2022-07-05T10-36-42.png

Last modified February 17, 2023: update (#208) (ea731fc)