redis-view
v0.1.7
Published
Visual Redis testing tool - test your local Redis installation
Readme
redis-view
A visual tool to test your local Redis installation from the browser.
Installation
npx redis-viewThat's it! This will:
- Start a local server on port 3000
- Open your browser automatically
- Let you connect to Redis and test key/value operations
Features
- Connect to any Redis instance (configurable host and port)
- Visual connection status indicator
- Set, view, and delete key/value pairs
- CLI Commands tab showing equivalent
redis-clicommands
Options
Custom server port
PORT=8080 npx redis-viewConnect to non-default Redis
The UI lets you specify any Redis host and port. Default is localhost:6379.
Development
git clone https://github.com/your-username/redis-view
cd redis-view
pnpm install
pnpm start # Run the CLI
pnpm dev # Run with auto-restart on changesTech Stack
- Hono - Web framework
- ioredis - Redis client
- petite-vue - Lightweight Vue for the UI
- Tailwind CSS - Styling via CDN
License
ISC
