MCPcopy 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
1323void 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

scriptCommandFunction · 0.85

Calls 2

scriptingReleaseFunction · 0.85
scriptingInitFunction · 0.85

Tested by

no test coverage detected