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
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)
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.
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.
I really like qredis, it is a Python + Qt graphical interface to explore redis databases that should deserve more popularity IMO.
You can try Keylord - cross-platform administration and development GUI application for key-value databases like Redis, LevelDB, etc.
In the next releases we going to support memcached, pub-sub, LUA scripts, etc.
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:
Also you may connect to server without internet, if your redis server placed on visible network segment.