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

Function luaRedisStatusReplyCommand

src/scripting.cpp:918–920  ·  view source on GitHub ↗

redis.status_reply() */

Source from the content-addressed store, hash-verified

916
917/* redis.status_reply() */
918int luaRedisStatusReplyCommand(lua_State *lua) {
919 return luaRedisReturnSingleFieldTable(lua,"ok");
920}
921
922/* redis.replicate_commands()
923 *

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected