1. 17 Oct, 2018 20 commits
  2. 15 Oct, 2018 17 commits
  3. 10 Oct, 2018 2 commits
  4. 09 Oct, 2018 1 commit
    • antirez's avatar
      Free protected clients asynchronously. · 101e419f
      antirez authored
      Related to #4840.
      
      Note that when we re-enter the event loop with aeProcessEvents() we
      don't process timers, nor before/after sleep callbacks, so we should
      never end calling freeClientsInAsyncFreeQueue() when re-entering the
      loop.
      101e419f