1. 05 11月, 2010 1 次提交
  2. 28 10月, 2010 3 次提交
  3. 16 10月, 2010 1 次提交
  4. 15 10月, 2010 2 次提交
  5. 14 10月, 2010 2 次提交
  6. 13 10月, 2010 1 次提交
  7. 17 9月, 2010 2 次提交
  8. 16 9月, 2010 2 次提交
  9. 07 9月, 2010 1 次提交
    • P
      Fix bug where the client is not present in server.clients when free'ing it · 106bd87a
      Pieter Noordhuis 提交于
      When creating the readable event results in an error (this happens when
      the server hits OS limits), the client was not added to the list of
      clients when freeClient was called. This results in an assertion error.
      It is better to check this condition first and free the client
      immediately when this condition occurs. Port of 00a90feb.
      106bd87a
  10. 03 9月, 2010 5 次提交
  11. 02 9月, 2010 1 次提交
  12. 30 8月, 2010 3 次提交
  13. 24 8月, 2010 2 次提交
  14. 21 7月, 2010 1 次提交
  15. 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