Is there a good Redis browser? [closed]

2019-01-21 02:03发布

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

标签: nosql redis
9条回答
成全新的幸福
2楼-- · 2019-01-21 02:37

Definitively have a look at Redis React.

查看更多
兄弟一词,经得起流年.
3楼-- · 2019-01-21 02:41

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

查看更多
地球回转人心会变
4楼-- · 2019-01-21 02:44

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

Redis JavaScript API

  • Lua Editor

Redis LUA Editor

  • Online terminal with auto-completion and inline-documentation
  • Real-time data-visualization

enter image description here enter image description here

Full disclosure: I founded Redsmin.

查看更多
登录 后发表回答