1. 02 Feb, 2012 2 commits
  2. 01 Feb, 2012 1 commit
    • antirez's avatar
      SORT is now more deterministic: does not accept to compare by score items that... · 2c861050
      antirez authored
      SORT is now more deterministic: does not accept to compare by score items that have scores not representing a valid double. Also items with the same score are compared lexycographically. At the same time the scripting side introduced the ability to sort the output of SORT when sort uses the BY <constant> optimization, resulting in no specific ordering. Since in this case the user may use GET, and the result of GET can be null, converted into false as Lua data type, this commit also introduces the ability to sort Lua tables containining false, only if the first (faster) attempt at using just table.sort with a single argument fails.
      2c861050
  3. 31 Jan, 2012 2 commits
  4. 24 Jan, 2012 2 commits
  5. 23 Jan, 2012 1 commit
  6. 20 Jan, 2012 2 commits
  7. 17 Jan, 2012 2 commits
  8. 12 Jan, 2012 1 commit
  9. 31 Dec, 2011 3 commits
  10. 30 Dec, 2011 1 commit
  11. 21 Dec, 2011 6 commits
  12. 15 Dec, 2011 1 commit
  13. 13 Dec, 2011 1 commit
  14. 01 Dec, 2011 1 commit
  15. 24 Nov, 2011 3 commits
  16. 23 Nov, 2011 1 commit
  17. 21 Nov, 2011 1 commit
  18. 18 Nov, 2011 1 commit
  19. 15 Nov, 2011 1 commit
  20. 12 Nov, 2011 1 commit
  21. 11 Nov, 2011 1 commit
  22. 10 Nov, 2011 1 commit
  23. 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
  24. 08 Nov, 2011 2 commits
  25. 04 Nov, 2011 1 commit