Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
1336
void 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
scriptCommand
Function · 0.85
Calls
2
scriptingRelease
Function · 0.85
scriptingInit
Function · 0.85
Tested by
no test coverage detected