1. 21 Jul, 2014 3 commits
  2. 18 Jul, 2014 6 commits
  3. 16 Jul, 2014 3 commits
    • antirez's avatar
      Variadic PING with support for Pub/Sub. · 27839e5e
      antirez authored
      PING can now be called with an additional arugment, behaving exactly
      like the ECHO command. PING can now also be called in Pub/Sub mode (with
      one more more subscriptions to channels / patterns) in order to trigger
      the delivery of an asynchronous pong message with the optional payload.
      
      This fixes issue #420.
      27839e5e
    • antirez's avatar
      PubSub clients refactoring and new PUBSUB flag. · 59cf0824
      antirez authored
      The code tested many times if a client had active Pub/Sub subscriptions
      by checking the length of a list and dictionary where the patterns and
      channels are stored. This was substituted with a client flag called
      REDIS_PUBSUB that is simpler to test for. Moreover in order to manage
      this flag some code was refactored.
      
      This commit is believed to have no effects in the behavior of the
      server.
      59cf0824
    • antirez's avatar
  4. 14 Jul, 2014 1 commit
  5. 11 Jul, 2014 2 commits
  6. 10 Jul, 2014 5 commits
  7. 09 Jul, 2014 1 commit
  8. 08 Jul, 2014 6 commits
  9. 07 Jul, 2014 3 commits
  10. 05 Jul, 2014 2 commits
  11. 04 Jul, 2014 8 commits