1. 01 Feb, 2012 2 commits
    • antirez's avatar
      Make SORT BY <constant> STORE ... to always produce the same output by force... · de79a2ee
      antirez authored
      Make SORT BY <constant> STORE ... to always produce the same output by force sorting, so that we have deterministic replication of this command.
      de79a2ee
    • 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
  2. 30 Jan, 2012 2 commits
  3. 26 Jan, 2012 2 commits
  4. 25 Jan, 2012 2 commits
  5. 23 Jan, 2012 1 commit
  6. 12 Jan, 2012 1 commit
  7. 06 Jan, 2012 2 commits
  8. 23 Dec, 2011 1 commit
  9. 21 Dec, 2011 2 commits
  10. 19 Dec, 2011 3 commits
  11. 13 Dec, 2011 1 commit
  12. 10 Dec, 2011 1 commit
  13. 07 Dec, 2011 5 commits
  14. 01 Dec, 2011 1 commit
  15. 29 Nov, 2011 1 commit
  16. 28 Nov, 2011 1 commit
  17. 25 Nov, 2011 1 commit
  18. 18 Nov, 2011 1 commit
  19. 16 Nov, 2011 2 commits
  20. 15 Nov, 2011 1 commit
  21. 14 Nov, 2011 3 commits
  22. 12 Nov, 2011 1 commit
  23. 11 Nov, 2011 1 commit
  24. 31 Oct, 2011 1 commit
  25. 25 Oct, 2011 1 commit