redis.error_reply() */
| 911 | |
| 912 | /* redis.error_reply() */ |
| 913 | int luaRedisErrorReplyCommand(lua_State *lua) { |
| 914 | return luaRedisReturnSingleFieldTable(lua,"err"); |
| 915 | } |
| 916 | |
| 917 | /* redis.status_reply() */ |
| 918 | int luaRedisStatusReplyCommand(lua_State *lua) { |
nothing calls this directly
no test coverage detected