summaryrefslogtreecommitdiff
path: root/tests/unit/scripting.tcl
Commit message (Expand)AuthorAgeFilesLines
* Test: fixed scripting.tcl test false positive.bulkaccept-2.8antirez2014-04-241-0/+1
* Test: regression for issue #1549.antirez2014-02-131-0/+12
* Test: Lua stack leak regression test added.antirez2013-08-301-0/+15
* Test: regression test for #1163.antirez2013-06-191-0/+17
* Fixed many typos.guiquanz2013-01-191-1/+1
* Test: added regression for issue #872.antirez2013-01-101-7/+27
* EVALSHA is now case insensitive.antirez2012-11-221-0/+4
* Differentiate SCRIPT KILL error replies.antirez2012-10-221-1/+1
* Revert "Scripting: redis.NIL to return nil bulk replies."antirez2012-10-011-4/+0
* Scripting: redis.NIL to return nil bulk replies.antirez2012-09-281-0/+4
* A reimplementation of blocking operation internals.antirez2012-09-171-0/+17
* Scripting: Force SORT BY constant determinism inside SORT itself.antirez2012-09-051-4/+4
* Scripting: require at least one argument for redis.call().antirez2012-08-311-0/+6
* EVAL replication test: less false positives.antirez2012-06-021-3/+7
* Redis test: scripting EVALSHA replication test more reliable.antirez2012-04-271-4/+6
* New tests related to scripts max execution time.antirez2012-04-191-0/+38
* Tests for scripting PRNG.antirez2012-04-181-0/+20
* New test for scripting engine: DECR_IF_GT.antirez2012-04-131-0/+22
* Tests modified to match the new global protection implementation.antirez2012-04-131-30/+3
* Tests for lua globals protection.antirez2012-04-131-0/+37
* Test for redis.sha1hex().antirez2012-03-291-0/+5
* Added tests checking ability of the scripting engine to reorder the output of...antirez2012-02-011-0/+24
* Script max execution time test disabled for now since it is no longer enforced.antirez2011-10-311-10/+12
* SCRIPT LOAD now returns the SHA1 instead of +OKantirez2011-10-251-1/+1
* Fixes for the scripting refactoring and new commands. Tests for the new featu...antirez2011-10-251-1/+27
* Redis.call is now split into two variants of the same function. Redis.call wi...antirez2011-10-201-10/+34
* new tests for the scripting engine: not allowed commands and write commands a...antirez2011-09-271-0/+15
* make a scripting test more valgrind friendlyantirez2011-07-151-1/+1
* test that EVALSHA is replicated as EVALantirez2011-07-151-0/+24
* Scripting tests addedantirez2011-05-251-0/+126