redis.status_reply() */
| 1002 | |
| 1003 | /* redis.status_reply() */ |
| 1004 | int RedisStatusReplyCommand(lua_State *lua) { return RedisReturnSingleFieldTable(lua, "ok"); } |
| 1005 | |
| 1006 | /* This adds redis.sha1hex(string) to Lua scripts using the same hashing |
| 1007 | * function used for sha1ing lua scripts. */ |
nothing calls this directly
no test coverage detected