How to use Redis insight

Initial Look

Select a Database alias, and it will look like below

It list all the keys present
  • This screen also contains
    • CPU usage
    • Commands executed persecond
    • Total memory usage
    • Total Number of keys
    • Number of Clients connected

When you click on on Add key you will see below screen

In ths screen you can add

  • Hash
  • List
  • Set
  • SortedSet
  • String
  • Json
  • Stream

You can also specify the Time to Live along with it

Below is the screenshot of all the datatypes, along with CLI, Command Helper and Profiler

Leave a Comment