1. 08 4月, 2020 1 次提交
  2. 29 11月, 2017 1 次提交
    • A
      adlist: fix listJoin() in the case the second list is empty. · c44732ac
      antirez 提交于
      See #4192, the original PR removed lines of code that are actually
      needed, so thanks to @chunqiulfq for reporting the problem, but merging
      solution from @jeesyn after checking, together with @artix75, that the
      logic covers all the cases.
      c44732ac
  3. 06 7月, 2017 1 次提交
  4. 03 5月, 2017 2 次提交
  5. 02 5月, 2017 1 次提交
  6. 27 4月, 2017 1 次提交
    • A
      PSYNC2: fix master cleanup when caching it. · 469d6e2b
      antirez 提交于
      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
  7. 25 4月, 2016 1 次提交
  8. 29 9月, 2014 1 次提交
  9. 27 6月, 2014 1 次提交
  10. 19 1月, 2013 1 次提交
  11. 14 3月, 2012 1 次提交
  12. 31 1月, 2012 1 次提交
  13. 01 7月, 2010 1 次提交
    • A
      redis.c split into many different C files. · e2641e09
      antirez 提交于
      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
  14. 11 6月, 2010 1 次提交
  15. 19 2月, 2010 1 次提交
  16. 14 1月, 2010 1 次提交
  17. 21 4月, 2009 1 次提交
  18. 22 3月, 2009 1 次提交