1. 14 2月, 2012 6 次提交
  2. 10 2月, 2012 1 次提交
  3. 09 2月, 2012 5 次提交
  4. 07 2月, 2012 1 次提交
  5. 05 2月, 2012 3 次提交
  6. 02 2月, 2012 8 次提交
  7. 01 2月, 2012 1 次提交
    • A
      SORT is now more deterministic: does not accept to compare by score items that... · 2c861050
      antirez 提交于
      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
  8. 31 1月, 2012 4 次提交
  9. 30 1月, 2012 5 次提交
  10. 29 1月, 2012 1 次提交
  11. 26 1月, 2012 5 次提交