Skip to content

Commit

Permalink
Update master
Browse files Browse the repository at this point in the history
  • Loading branch information
kumarnitin committed Jun 17, 2012
1 parent 1a1de57 commit b017d47
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions README.md
Expand Up @@ -6,9 +6,13 @@ Visualize your redis instances, analyze query patterns and spikes.
![Redis Live](https://github.com/kumarnitin/RedisLive/blob/master/design/redis-live.png?raw=true "Redis Live")


One caveat on monitoring:
Currently the only hook into monitoring a redis instance is Redis MONITOR command, which streams back every command processed by the Redis server.
Caveat on monitoring redis
==========================
Currently the only hook into monitoring a redis instance is Redis [MONITOR](http://redis.io/commands/monitor) command, which streams back every command processed and hence reduces the throughput of the redis instance.


Feedback
========
Have feedback, feature request or improvements you'd like to see to RedisLive? Drop me a note [@nkrode](https://twitter.com/#!/nkrode)
Or just fork and send pull requests!

Expand Down

0 comments on commit b017d47

Please sign in to comment.