Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/F-Stack/f-stack
/ scriptingReset
Function
scriptingReset
app/redis-6.2.6/src/scripting.c:1323–1326 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1321
}
1322
1323
void scriptingReset(int async) {
1324
scriptingRelease(async);
1325
scriptingInit(0);
1326
}
1327
1328
/* Set an array of Redis String Objects as a Lua array (table) stored into a
1329
* global variable. */
Callers
1
scriptCommand
Function · 0.85
Calls
2
scriptingRelease
Function · 0.85
scriptingInit
Function · 0.85
Tested by
no test coverage detected