Home
last modified time | relevance | path

Searched refs:CLIENT_LUA (Results 1 – 7 of 7) sorted by relevance

/f-stack/app/redis-5.0.5/src/
H A Dsort.c296 (storekey || c->flags & CLIENT_LUA)) in sortCommand()
H A Dmodule.c521 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()
H A Dnetworking.c215 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()
H A Dserver.c2452 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()
H A Dreplication.c314 if (c->flags & CLIENT_LUA) { in replicationFeedMonitors()
H A Dserver.h238 #define CLIENT_LUA (1<<8) /* This is a non connected client used by Lua */ macro
H A Dscripting.c1079 server.lua_client->flags |= CLIENT_LUA; in scriptingInit()