1. 20 Jun, 2013 2 commits
    • antirez's avatar
      PUBSUB command implemented. · 455563fa
      antirez authored
      Currently it implements three subcommands:
      
      PUBSUB CHANNELS [<pattern>]    List channels with non-zero subscribers.
      PUBSUB NUMSUB [channel_1 ...]  List number of subscribers for channels.
      PUBSUB NUMPAT                  Return number of subscribed patterns.
      455563fa
    • antirez's avatar
      Sentinel: parse new INFO replication output correctly. · 4c0f8c4e
      antirez authored
      Sentinel was not able to detect slaves when connected to a very recent
      version of Redis master since a previos non-backward compatible change
      to INFO broken the parsing of the slaves ip:port INFO output.
      
      This fixes issue #1164
      4c0f8c4e
  2. 19 Jun, 2013 4 commits
  3. 18 Jun, 2013 2 commits
  4. 17 Jun, 2013 2 commits
  5. 12 Jun, 2013 2 commits
  6. 11 Jun, 2013 1 commit
  7. 04 Jun, 2013 1 commit
  8. 31 May, 2013 2 commits
  9. 30 May, 2013 8 commits
  10. 29 May, 2013 2 commits
  11. 28 May, 2013 1 commit
  12. 27 May, 2013 9 commits
  13. 24 May, 2013 3 commits
  14. 22 May, 2013 1 commit