1. 12 May, 2012 1 commit
    • antirez's avatar
      Add an implementation of mstime() to 2.4. · cd2f985a
      antirez authored
      Commit 9419eb0f back ported a better expired keys collection algorithm
      that is more incremental but for it to compile and work we need an
      implementation of the mstime() function that was missing in 2.4.
      cd2f985a
  2. 08 Jun, 2011 2 commits
  3. 01 Jun, 2011 1 commit
  4. 01 May, 2011 1 commit
  5. 27 Apr, 2011 2 commits
  6. 22 Mar, 2011 2 commits
  7. 26 Aug, 2010 1 commit
  8. 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