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:27

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)

redis desktop manager screen

查看更多
小情绪 Triste *
3楼-- · 2019-01-21 02:27

I just published rebrow, a web-based Redis browser written in Python. The feature set is limited, but it's free and open, so you might be able to add what you need.

There is a Docker image to get you started quickly.

查看更多
老娘就宠你
4楼-- · 2019-01-21 02:28

If you're into ruby, there is redis-browser gem.

It's basically a Sinatra application so it can be mounted into any rack-based app, e.g. Ruby on Rails or it can run as standalone.

Disclaimer: I am one of the maintainers of this gem.

查看更多
贪生不怕死
5楼-- · 2019-01-21 02:31

I really like qredis, it is a Python + Qt graphical interface to explore redis databases that should deserve more popularity IMO.

查看更多
成全新的幸福
6楼-- · 2019-01-21 02:32

You can try Keylord - cross-platform administration and development GUI application for key-value databases like Redis, LevelDB, etc.

Keylord - cross-platform GUI application for key-value databases like Redis and LevelDB

  • support Redis and LevelDB key-value databases (other key-value engines will be available late)
  • display keys in flat and hierarchical views
  • can load millions of keys asynchronously
  • can create/read/update/delete keys of different types
  • clear and predictable UI

In the next releases we going to support memcached, pub-sub, LUA scripts, etc.

查看更多
闹够了就滚
7楼-- · 2019-01-21 02:34

Disclaimer: I am the main developper of this tool.

You can try FastoRedis - crossplatform Redis GUI client based on redis-cli. Right now FastoRedis work on most Linux platforms, FreeBSD, Windows and Mac OS X.

It currently has next features:

  • Full Power of Redis Shell
  • Multiple Shells
  • Autocompletion
  • Text/Table/Tree result views
  • Full utf-8 support
  • Cluster connections
  • Sentinel support
  • SSH direct connection
  • Log commands/errors
  • Real-time and historical Monitoring features
  • Has multi-language support

Common screenshot

Also you may connect to server without internet, if your redis server placed on visible network segment.

查看更多
登录 后发表回答