UI: All content tagged as UI in NoSQL databases and polyglot persistence
Thursday, 5 January 2012
Reddish: A Visual Admin and Data Analysis Tool for Redis
The initial feature set of reddish, a quite stylish[1] new Redis admin tool, created by Jim and Danielle from FreeFlow Labs:
- Support for redis data structures
- Pretty JSON formatting
- Built on node.js
- GUI commands labeled with their CLI counterpart
- Command-line replacement with inline helpers
- Real time updates. Who wants to keep refreshing the page or hitting a button/keystroke just to see changes?
There’s one thing I don’t understand though: reddish hosted model. Hosted monitoring services are OK. But a hosted admin tool doesn’t sound right.
-
Based on the 3 screenshots shared in the post. I’d really appreciate an invite though. ↩
Original title and link: Reddish: A Visual Admin and Data Analysis Tool for Redis (©myNoSQL)
Monday, 30 August 2010
A Redis Admin UI
Coming from the same people/project that put a web service layer on top of Redis:
One of the disadvantages that comes with making use of a shiny new tech is that there is sometimes not a lot of tooling available for it. Despite its vibrant community this is also true for Redis where although it sports a rich command-line interface (Unix software is good like this) the GUI admin tools are somewhat lacking.
![]()
Compared to MongoDB which sees tons of tools, this is only the 3rd I’ve heard about, after RedBottle: a REST-style app on top of Redis and Redweb, a web interface for Redis.
Original title and link for this post: A Redis Admin UI (published on the NoSQL blog: myNoSQL)
