1. 25 Mar, 2013 2 commits
    • antirez's avatar
      Test: obuf-limits test false positive removed. · 6b7562e2
      antirez authored
      Fixes #621.
      6b7562e2
    • antirez's avatar
      redis-cli --stat, stolen from redis-tools. · ec18d4bf
      antirez authored
      Redis-tools is a connection of tools no longer mantained that was
      intented as a way to economically make sense of Redis in the pre-vmware
      sponsorship era. However there was a nice redis-stat utility, this
      commit imports one of the functionalities of this tool here in redis-cli
      as it seems to be pretty useful.
      
      Usage: redis-cli --stat
      
      The output is similar to vmstat in the format, but with Redis specific
      stuff of course.
      
      From the point of view of the monitored instance, only INFO is used in
      order to grab data.
      ec18d4bf
  2. 13 Mar, 2013 6 commits
  3. 12 Mar, 2013 2 commits
  4. 11 Mar, 2013 10 commits
  5. 06 Mar, 2013 11 commits
  6. 04 Mar, 2013 3 commits
  7. 27 Feb, 2013 6 commits