redis.error_reply() */
| 547 | |
| 548 | /* redis.error_reply() */ |
| 549 | int luaRedisErrorReplyCommand(lua_State* lua) { |
| 550 | return luaRedisReturnSingleFieldTable(lua, "err"); |
| 551 | } |
| 552 | |
| 553 | /* redis.status_reply() */ |
| 554 | int luaRedisStatusReplyCommand(lua_State* lua) { |
nothing calls this directly
no test coverage detected