This website requires JavaScript.
Explore
Help
Sign In
caleb-brown
/
redict
Watch
1
Star
0
Fork
0
You've already forked redict
mirror of
https://codeberg.org/redict/redict.git
synced
2025-01-23 00:28:26 -05:00
Code
Issues
Actions
Packages
Projects
Releases
Wiki
Activity
2c861050c1
redict
/
tests
History
antirez
2c861050c1
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.
2012-02-01 15:22:28 +01:00
..
assets
diskstore removed
2011-06-25 12:22:03 +02:00
helpers
Regression test for the main problem causing issue
#141
. Minor changes/fixes/additions to the test suite itself needed to write the test.
2012-01-06 17:28:40 +01:00
integration
Possible fix for false positives in issue 141 regression test
2012-01-12 16:24:54 +01:00
support
Regression test for the main problem causing issue
#141
. Minor changes/fixes/additions to the test suite itself needed to write the test.
2012-01-06 17:28:40 +01:00
tmp
minor fixes to the new test suite, html doc updated
2010-05-14 18:48:33 +02:00
unit
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.
2012-02-01 15:22:28 +01:00
test_helper.tcl
Added test for client output buffer limit (hard limit).
2012-01-25 18:11:04 +01:00