MCPcopy Create free account
hub / github.com/F-Stack/f-stack / resetLuaClient

Function resetLuaClient

app/redis-6.2.6/src/scripting.c:1509–1512  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1507}
1508
1509void resetLuaClient(void) {
1510 /* After the script done, remove the MULTI state. */
1511 server.lua_client->flags &= ~CLIENT_MULTI;
1512}
1513
1514void evalGenericCommand(client *c, int evalsha) {
1515 lua_State *lua = server.lua;

Callers 1

evalGenericCommandFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected