Skip to content

Dashboard Form

Halil Tuğcan Özaktaş edited this page Dec 13, 2020 · 2 revisions

Redis Address (*)

localhost:6379 Redis host should be written along with the port.

Redis Password (optional)

If you are using a password in Redis, enter it, if not, leave it blank.

Scan Patern (*)

While scanning, you must enter a match for the keys you want analyzed.

Examples

Examle RedisDb Keylist

user:1 user:2 user:3 config:user config:product list:product


* (All keys match)

user:1 user:2 user:3 config:user config:product list:product

user:*

user:1 user:2 user:3

config:*

config:user config:product

*product

config:product list:product

Group the keys (optional)

If Yes is selected, it groups the keys by split them according to the characters entered in 'Key Delimiters'.

Memory Analysis (optional)

It reports the memory size of the keys. It extends the report preparation time considerably as it performs operations for each key. Not: min Redis version 4.0 https://redis.io/commands/memory-usage

Clone this wiki locally