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.
- GoLang >= 1.13
git clone https://github.com/Ashish-Bansal/redis-spectacles
go build ./...
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
.