I'm happy to announce that Radish, a new monitoring and analysis
service for Redis, is finally publicly available. This was created out
of a serious need for introspection as to what Redis is doing, and of
course, many cries for help here on the mailing list about to get data
for a running instance.
Blog post:
http://bit.ly/igEiZ2
Sign up here:
http://radishapp.com
If you have any questions, feel free to ask!
-Nick
--
You received this message because you are subscribed to the Google Groups "Redis DB" group.
To post to this group, send email to redi...@googlegroups.com.
To unsubscribe from this group, send email to redis-db+u...@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/redis-db?hl=en.
--
You received this message because you are subscribed to the Google Groups "Redis DB" group.
To post to this group, send email to redi...@googlegroups.com.
To unsubscribe from this group, send email to redis-db+u...@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/redis-db?hl=en.
Right now Radish counts PUBLISH and SUBSCRIBE as "other" commands.
I've tracked pub/sub with Radish before so I can vouch that it
*should* work! Are you connecting to the right instance (and the right
database?) Open up a support request on http://support.radishapp.com
and I'll get you sorted out.
Thanks,
Nick
Right now it treats each Redis instance as a separate entity. There's
no overall view *yet*, but you're not the first to ask for such an
"overview" look on your instances.
I think this is within our grasp, I definitely want to make Radish
work great for people that use single Redis instances and also
clusters of instances as well. Please fire off a suggestion for us at
http://support.radishapp.com so others can chime as well and we can
get a better sense of what to build.
Thanks!
Nick
We've seen performance hits with *very* high traffic instances (we're
talking 15k+ ops/sec, which is huge for a webapp) but mostly it hasn't
been a problem. We've already done some performance optimization on
Daikon and will continue to as we grow out.