1. 09 Nov, 2011 1 commit
    • antirez's avatar
      Initial support for key expire times with millisecond resolution. RDB version... · 7dcc10b6
      antirez authored
      Initial support for key expire times with millisecond resolution. RDB version is now 3, new opcoded added for high resolution times. Redis is still able to correctly load RDB version 2. Tests passing but still a work in progress. API to specify milliseconds expires still missing, but the precision of normal expires is now already improved and working.
      7dcc10b6
  2. 20 Jun, 2011 2 commits
  3. 04 Mar, 2011 1 commit
  4. 29 Dec, 2010 1 commit
  5. 23 Dec, 2010 1 commit
  6. 19 Dec, 2010 1 commit
  7. 15 Dec, 2010 3 commits
  8. 14 Dec, 2010 5 commits
  9. 10 Dec, 2010 6 commits
  10. 09 Dec, 2010 2 commits
  11. 17 Oct, 2010 1 commit
  12. 02 Sep, 2010 3 commits
  13. 02 Aug, 2010 1 commit
  14. 27 Jul, 2010 1 commit
  15. 12 Jul, 2010 1 commit
  16. 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