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

Function RedisStatusReplyCommand

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

redis.status_reply() */

Source from the content-addressed store, hash-verified

1002
1003/* redis.status_reply() */
1004int RedisStatusReplyCommand(lua_State *lua) { return RedisReturnSingleFieldTable(lua, "ok"); }
1005
1006/* This adds redis.sha1hex(string) to Lua scripts using the same hashing
1007 * function used for sha1ing lua scripts. */

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected