1. 19 Jan, 2013 1 commit
  2. 08 Nov, 2012 1 commit
  3. 30 Oct, 2012 1 commit
  4. 02 Jun, 2012 1 commit
    • Alex Mitrofanov's avatar
      Fixed RESTORE hash failure (Issue #532) · 51857c7e
      Alex Mitrofanov authored
      (additional commit notes by antirez@gmail.com):
      
      The rdbIsObjectType() macro was not updated when the new RDB object type
      of ziplist encoded hashes was added.
      
      As a result RESTORE, that uses rdbLoadObjectType(), failed when a
      ziplist encoded hash was loaded.
      This does not affected normal RDB loading because in that case we use
      the lower-level function rdbLoadType().
      
      The commit also adds a regression test.
      51857c7e
  5. 24 Apr, 2012 1 commit
  6. 09 Apr, 2012 1 commit
  7. 31 Mar, 2012 1 commit
  8. 03 Jan, 2012 1 commit
  9. 09 Nov, 2011 2 commits
    • antirez's avatar
      Fixed a few typos · dab5332f
      antirez authored
      dab5332f
    • 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
  10. 13 May, 2011 3 commits