redis.status_reply() */
| 916 | |
| 917 | /* redis.status_reply() */ |
| 918 | int luaRedisStatusReplyCommand(lua_State *lua) { |
| 919 | return luaRedisReturnSingleFieldTable(lua,"ok"); |
| 920 | } |
| 921 | |
| 922 | /* redis.replicate_commands() |
| 923 | * |
nothing calls this directly
no test coverage detected