1. 13 9月, 2011 1 次提交
  2. 29 6月, 2011 1 次提交
    • A
      Partial fix for a problem with AOF and BRPOP. We have at least a single... · ef67a2fc
      antirez 提交于
      Partial fix for a problem with AOF and BRPOP. We have at least a single evidence of an AOF that ended with a BRPOP call against an empty list, causing later issues at run time. Now the problem is detected while loading the AOF at startup, even if it is still to understand how the corrupted AOF was generated.
      ef67a2fc
  3. 25 6月, 2011 1 次提交
  4. 17 6月, 2011 1 次提交
  5. 11 6月, 2011 1 次提交
  6. 10 6月, 2011 2 次提交
  7. 29 5月, 2011 1 次提交
  8. 10 5月, 2011 1 次提交
  9. 22 4月, 2011 1 次提交
  10. 06 4月, 2011 1 次提交
  11. 14 3月, 2011 1 次提交
  12. 04 3月, 2011 1 次提交
  13. 10 1月, 2011 1 次提交
  14. 08 1月, 2011 2 次提交
  15. 29 12月, 2010 1 次提交
  16. 08 11月, 2010 1 次提交
  17. 02 11月, 2010 2 次提交
  18. 25 10月, 2010 1 次提交
  19. 17 10月, 2010 1 次提交
  20. 14 9月, 2010 2 次提交
  21. 03 9月, 2010 2 次提交
  22. 30 8月, 2010 1 次提交
  23. 27 8月, 2010 1 次提交
  24. 03 8月, 2010 1 次提交
  25. 06 7月, 2010 1 次提交
  26. 03 7月, 2010 1 次提交
  27. 02 7月, 2010 3 次提交
  28. 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