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

Function ldbDisable

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

Exit debugging mode from the POV of client. This function is not enough * to properly shut down a client debugging session, see ldbEndSession() * for more information. */

Source from the content-addressed store, hash-verified

1877 * to properly shut down a client debugging session, see ldbEndSession()
1878 * for more information. */
1879void ldbDisable(client *c) {
1880 c->flags &= ~(CLIENT_LUA_DEBUG|CLIENT_LUA_DEBUG_SYNC);
1881}
1882
1883/* Append a log entry to the specified LDB log. */
1884void ldbLog(sds entry) {

Callers 2

scriptCommandFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected