MCPcopy Create free account
hub / github.com/apache/kvrocks / RedisErrorReplyCommand

Function RedisErrorReplyCommand

src/storage/scripting.cc:1001–1001  ·  view source on GitHub ↗

redis.error_reply() */

Source from the content-addressed store, hash-verified

999
1000/* redis.error_reply() */
1001int RedisErrorReplyCommand(lua_State *lua) { return RedisReturnSingleFieldTable(lua, "err"); }
1002
1003/* redis.status_reply() */
1004int RedisStatusReplyCommand(lua_State *lua) { return RedisReturnSingleFieldTable(lua, "ok"); }

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected