redis-view
redis-view copied to clipboard
A tree like tool help you to explore data structures in your redis server
Redis-view
redis-view
is a tree
like tool help you explore data structures in your redis server
Installation
go get -u github.com/dreamersdw/redis-view
Usage
Usage:
redis-view [--url=URL] [--sep=SEP] [--only-keys] [--nowrap] [PATTERN...]
redis-view --version
redis-view --help
Example:
redis-view 'tasks:*' 'metrics:*'