How Can I Browse/View The Values Stored in Redis [closed]
Are there any good browsers/explorer for viewing Redis out there ? Am new to Redis so my expectation is if there is something similar to MongoVUE,Toad or SQLExplorer.
I tried Redis Admin UI from service stack but ran into 500 error when trying on IIS
Solution 1:
Redis Commander is great if you're using node.js already.
Super simple to get going with NPM:
npm install -g redis-commander
redis-commander
Then point your browser at the address in the console
Solution 2:
If you prefer open-source desktop tools, also take a look on Redis Desktop Manager.
It's a cross-platform open source Redis DB management tool (i.e. Admin GUI)
Disclaimer: I am the creator and maintainer of this application.
Solution 3:
Maybe you could give a try to Redsmin.
It offers:
- Cross-platform, works everywhere inside a browser.
- Real-time and historical Monitoring and Alerting features
- Multiple database management with direct (plain text connection), direct (TLS/SSL connection) or proxied access for local instances behind a firewall.
- Batch operation over multiple key that match a pattern (delete, rename, duplicate)
- Value editor
- Online configuration
- JavaScript API directly accessible from the browser console for light data processing
- Lua Editor
- Online terminal with auto-completion and inline-documentation
- Real-time data-visualization
Full disclosure: I founded Redsmin.