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

Function luaRedisErrorReplyCommand

src/scripting.cpp:913–915  ·  view source on GitHub ↗

redis.error_reply() */

Source from the content-addressed store, hash-verified

911
912/* redis.error_reply() */
913int luaRedisErrorReplyCommand(lua_State *lua) {
914 return luaRedisReturnSingleFieldTable(lua,"err");
915}
916
917/* redis.status_reply() */
918int luaRedisStatusReplyCommand(lua_State *lua) {

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected