redis.error_reply() */
| 999 | |
| 1000 | /* redis.error_reply() */ |
| 1001 | int RedisErrorReplyCommand(lua_State *lua) { return RedisReturnSingleFieldTable(lua, "err"); } |
| 1002 | |
| 1003 | /* redis.status_reply() */ |
| 1004 | int RedisStatusReplyCommand(lua_State *lua) { return RedisReturnSingleFieldTable(lua, "ok"); } |
nothing calls this directly
no test coverage detected