MCPcopy Create free account
hub / github.com/Tencent/Tendis / luaRedisStatusReplyCommand

Function luaRedisStatusReplyCommand

src/tendisplus/script/lua_state.cpp:554–556  ·  view source on GitHub ↗

redis.status_reply() */

Source from the content-addressed store, hash-verified

552
553/* redis.status_reply() */
554int luaRedisStatusReplyCommand(lua_State* lua) {
555 return luaRedisReturnSingleFieldTable(lua, "ok");
556}
557
558/* redis.replicate_commands()
559 *

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected