1. 13 Feb, 2012 1 commit
  2. 02 Feb, 2012 1 commit
  3. 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
  4. 31 Jan, 2012 1 commit
    • antirez's avatar
      Order output of commands returning random arrays using table.sort when called... · 548efd91
      antirez authored
      Order output of commands returning random arrays using table.sort when called from Lua, partially fixing issue #165. The issue is yet not completely fixed since we can't add the REDIS_CMD_SORT_FOR_SCRIPT flag in SORT currently, both because it may contain NULLs and because it is not cool to re-sort everything at every call when instead this should be sorted only if BY <constant> is used.
      548efd91
  5. 29 Jan, 2012 1 commit
  6. 18 Nov, 2011 1 commit
  7. 27 Oct, 2011 1 commit
  8. 25 Oct, 2011 4 commits
  9. 24 Oct, 2011 1 commit
  10. 20 Oct, 2011 1 commit
  11. 19 Oct, 2011 1 commit
  12. 04 Oct, 2011 1 commit
  13. 27 Sep, 2011 3 commits
  14. 23 Sep, 2011 1 commit
  15. 13 Jul, 2011 1 commit
  16. 25 May, 2011 20 commits