MCPcopy Create free account
hub / github.com/Snapchat/KeyDB / scriptingReset

Function scriptingReset

src/scripting.cpp:1336–1339  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1334}
1335
1336void scriptingReset(int async) {
1337 scriptingRelease(async);
1338 scriptingInit(0);
1339}
1340
1341/* Set an array of Redis String Objects as a Lua array (table) stored into a
1342 * global variable. */

Callers 1

scriptCommandFunction · 0.85

Calls 2

scriptingReleaseFunction · 0.85
scriptingInitFunction · 0.85

Tested by

no test coverage detected