redis/tests
antirez 76c31d425e Scripting test: check that Lua can call commands rewirting argv.
SPOP, tested in the new test, is among the commands rewritng the
client->argv argument vector (it gets rewritten as SREM) for command
replication purposes.

Because of recent optimizations to client->argv caching in the context
of the Lua internal Redis client, it is important to test for SPOP to be
callable from Lua without bad effects to the other commands.
2014-05-07 16:12:32 +02:00
..
assets test-server: only listen to 127.0.0.1 2013-06-12 22:49:32 +02:00
cluster Test: cluster/base, check that we can write/read from cluster. 2014-05-02 16:37:12 +02:00
helpers Regression test for issue 417 (memory leak when replicating to DB with id >= 10) 2012-03-30 10:26:07 +02:00
integration Test: regression test for issue #1221. 2013-07-29 17:39:28 +02:00
sentinel Cluster / Sentinel test: instances count moved to run.tcl. 2014-04-29 16:17:15 +02:00
support Test: handle new osx 'leaks' error. 2014-05-07 16:12:32 +02:00
tmp minor fixes to the new test suite, html doc updated 2010-05-14 18:48:33 +02:00
unit Scripting test: check that Lua can call commands rewirting argv. 2014-05-07 16:12:32 +02:00
instances.tcl Cluster / Sentinel test: instances count moved to run.tcl. 2014-04-29 16:17:15 +02:00
test_helper.tcl Initial HyperLogLog tests. 2014-04-03 22:16:05 +02:00