]> git.saurik.com Git - redis.git/history - tests/unit/scripting.tcl
SDIFF fuzz test added.
[redis.git] / tests / unit / scripting.tcl
2012-11-22  antirezEVALSHA is now case insensitive.
2012-10-22  Salvatore SanfilippoMerge pull request #693 from ghurrell/dict-h-typos
2012-10-22  antirezDifferentiate SCRIPT KILL error replies.
2012-10-01  antirezRevert "Scripting: redis.NIL to return nil bulk replies."
2012-09-28  antirezScripting: redis.NIL to return nil bulk replies.
2012-09-17  antirezA reimplementation of blocking operation internals.
2012-09-05  Salvatore SanfilippoMerge pull request #576 from saj/fix-slave-ping-period
2012-09-04  antirezScripting: Force SORT BY constant determinism inside...
2012-08-31  antirezScripting: require at least one argument for redis...
2012-06-02  antirezEVAL replication test: less false positives.
2012-05-04  Salvatore SanfilippoMerge pull request #494 from quiver/init-fixes
2012-04-26  antirezMerge remote-tracking branch 'origin/unstable' into...
2012-04-26  antirezRedis test: scripting EVALSHA replication test more...
2012-04-23  Salvatore SanfilippoMerge pull request #421 from ErikDubbelboer/sds-const
2012-04-23  Salvatore SanfilippoMerge pull request #461 from schlenk/unstable
2012-04-21  Salvatore SanfilippoMerge pull request #440 from ErikDubbelboer/spelling
2012-04-21  Salvatore SanfilippoMerge pull request #414 from chobits/unstable
2012-04-19  antirezNew tests related to scripts max execution time.
2012-04-18  antirezTests for scripting PRNG.
2012-04-13  antirezMerge branch 'strict.lua' into unstable
2012-04-13  antirezNew test for scripting engine: DECR_IF_GT.
2012-04-13  antirezTests modified to match the new global protection imple...
2012-04-13  antirezTests for lua globals protection.
2012-03-28  antirezTest for redis.sha1hex().
2012-03-09  antirezMerge conflicts resolved.
2012-02-22  Salvatore SanfilippoMerge pull request #304 from bradvoth/unstable
2012-02-01  antirezAdded tests checking ability of the scripting engine...
2011-10-31  antirezScript max execution time test disabled for now since...
2011-10-25  antirezSCRIPT LOAD now returns the SHA1 instead of +OK
2011-10-25  antirezFixes for the scripting refactoring and new commands...
2011-10-20  antirezRedis.call is now split into two variants of the same...
2011-09-27  antireznew tests for the scripting engine: not allowed command...
2011-09-22  antirezmerge conflicts resolved
2011-09-21  Salvatore SanfilippoMerge pull request #97 from jvain/redis-cli
2011-07-15  antirezmake a scripting test more valgrind friendly
2011-07-15  antireztest that EVALSHA is replicated as EVAL
2011-07-12  antirezmaster branch merged into scripting.
2011-06-25  antirezunstable merge conflicts resolved
2011-06-14  antirezUpdated to unstable
2011-05-25  antirezScripting tests added