iredis

Terminal client for Redis with autocompletion and syntax highlighting

brewmacoslinux
Try with needOr install directly
Source

About

Terminal Client for Redis with AutoCompletion and Syntax Highlighting

Commands

iredis

Examples

Connect to local Redis server on default port$ iredis
Connect to Redis server on specific host and port$ iredis -h localhost -p 6380
Connect to Redis with password authentication$ iredis -h localhost -a yourpassword