/redis-spectacles

Redis Key Space Analyzer to visualise redis keyspace like a dictionary.

Primary LanguageGoApache License 2.0Apache-2.0

Build Status Apache

Redis Spectacles

Redis Spectacles is a CLI tool which scans your whole redis keyspace and helps you visualise key patterns which are most used in your database.

Build

Pre-requisites:

  1. GoLang >= 1.13

Steps to build:

  1. git clone https://github.com/Ashish-Bansal/redis-spectacles
  2. go build ./...

Usage

To explore redis keyspace, you can run interactive version using

./cmd/cmd interactive --url "redis://localhost/0"

You explore more available options you can run ./cmd/cmd help.