Home
last modified time | relevance | path

Searched refs:test_flushall (Results 1 – 4 of 4) sorted by relevance

/dports/databases/redis6/redis-6.0.16/tests/modules/
H A Dmisc.c97 int test_flushall(RedisModuleCtx *ctx, RedisModuleString **argv, int argc) in test_flushall() function
303 if (RedisModule_CreateCommand(ctx,"test.flushall", test_flushall,"",0,0,0) == REDISMODULE_ERR) in RedisModule_OnLoad()
/dports/databases/redis-devel/redis-0e5b813/tests/modules/
H A Dmisc.c97 int test_flushall(RedisModuleCtx *ctx, RedisModuleString **argv, int argc) in test_flushall() function
318 if (RedisModule_CreateCommand(ctx,"test.flushall", test_flushall,"",0,0,0) == REDISMODULE_ERR) in RedisModule_OnLoad()
/dports/sysutils/py-salt/salt-3004.1/tests/unit/modules/
H A Dtest_redismod.py329 def test_flushall(self): member in RedismodTestCase
/dports/databases/py-fakeredis/fakeredis-1.7.0/test/
H A Dtest_fakeredis.py5172 def test_flushall(self, r): member in TestFakeStrictRedisConnectionErrors