Searched refs:CLIENT_LUA (Results 1 – 7 of 7) sorted by relevance
296 (storekey || c->flags & CLIENT_LUA)) in sortCommand()
521 if (c->flags & CLIENT_LUA) return; in moduleHandlePropagationAfterCommandCallback()1302 if (ctx->client->flags & (CLIENT_MULTI|CLIENT_LUA)) return; in moduleReplicateMultiIfNeeded()1445 if (ctx->client->flags & CLIENT_LUA) in RM_GetContextFlags()3608 int islua = c->flags & CLIENT_LUA; in RM_BlockClient()
215 if (c->flags & (CLIENT_LUA|CLIENT_MODULE)) return C_OK; in prepareClientToWrite()952 if (c->flags & CLIENT_CLOSE_ASAP || c->flags & CLIENT_LUA) return; in freeClientAsync()
2452 if (server.loading && c->flags & CLIENT_LUA) in call()2458 if (c->flags & CLIENT_LUA && server.lua_caller) { in call()2599 !(c->flags & CLIENT_LUA && in processCommand()
314 if (c->flags & CLIENT_LUA) { in replicationFeedMonitors()
238 #define CLIENT_LUA (1<<8) /* This is a non connected client used by Lua */ macro
1079 server.lua_client->flags |= CLIENT_LUA; in scriptingInit()