1. 06 Jul, 2017 1 commit
  2. 03 May, 2017 2 commits
  3. 02 May, 2017 1 commit
  4. 27 Apr, 2017 1 commit
    • antirez's avatar
      PSYNC2: fix master cleanup when caching it. · 469d6e2b
      antirez authored
      The master client cleanup was incomplete: resetClient() was missing and
      the output buffer of the client was not reset, so pending commands
      related to the previous connection could be still sent.
      
      The first problem caused the client argument vector to be, at times,
      half populated, so that when the correct replication stream arrived the
      protcol got mixed to the arugments creating invalid commands that nobody
      called.
      
      Thanks to @yangsiran for also investigating this problem, after
      already providing important design / implementation hints for the
      original PSYNC2 issues (see referenced Github issue).
      
      Note that this commit adds a new function to the list library of Redis
      in order to be able to reset a list without destroying it.
      
      Related to issue #3899.
      469d6e2b
  5. 25 Apr, 2016 1 commit
  6. 29 Sep, 2014 1 commit
  7. 26 Jun, 2014 1 commit
  8. 19 Jan, 2013 1 commit
  9. 13 Mar, 2012 1 commit
  10. 31 Jan, 2012 1 commit
  11. 01 Jul, 2010 1 commit
    • antirez's avatar
      redis.c split into many different C files. · e2641e09
      antirez authored
      networking related stuff moved into networking.c
      
      moved more code
      
      more work on layout of source code
      
      SDS instantaneuos memory saving. By Pieter and Salvatore at VMware ;)
      
      cleanly compiling again after the first split, now splitting it in more C files
      
      moving more things around... work in progress
      
      split replication code
      
      splitting more
      
      Sets split
      
      Hash split
      
      replication split
      
      even more splitting
      
      more splitting
      
      minor change
      e2641e09
  12. 11 Jun, 2010 1 commit
  13. 19 Feb, 2010 1 commit
  14. 13 Jan, 2010 1 commit
  15. 20 Apr, 2009 1 commit
  16. 22 Mar, 2009 1 commit