Home
last modified time | relevance | path

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

/f-stack/app/redis-5.0.5/src/
H A Dmulti.c108 void execCommandPropagateMulti(client *c) { in execCommandPropagateMulti() function
174 execCommandPropagateMulti(c); in execCommand()
H A Dserver.h1526 void execCommandPropagateMulti(client *c);
H A Dscripting.c563 execCommandPropagateMulti(server.lua_caller); in luaRedisGenericCommand()
H A Dmodule.c1309 execCommandPropagateMulti(ctx->client); in moduleReplicateMultiIfNeeded()