redis.status_reply() */
| 552 | |
| 553 | /* redis.status_reply() */ |
| 554 | int luaRedisStatusReplyCommand(lua_State* lua) { |
| 555 | return luaRedisReturnSingleFieldTable(lua, "ok"); |
| 556 | } |
| 557 | |
| 558 | /* redis.replicate_commands() |
| 559 | * |
nothing calls this directly
no test coverage detected