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

Function luaRedisErrorReplyCommand

src/tendisplus/script/lua_state.cpp:549–551  ·  view source on GitHub ↗

redis.error_reply() */

Source from the content-addressed store, hash-verified

547
548/* redis.error_reply() */
549int luaRedisErrorReplyCommand(lua_State* lua) {
550 return luaRedisReturnSingleFieldTable(lua, "err");
551}
552
553/* redis.status_reply() */
554int luaRedisStatusReplyCommand(lua_State* lua) {

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected