EXPIREAT key time */
| 789 | |
| 790 | /* EXPIREAT key time */ |
| 791 | void expireatCommand(client *c) { |
| 792 | expireGenericCommand(c,0,UNIT_SECONDS); |
| 793 | } |
| 794 | |
| 795 | /* PEXPIRE key milliseconds */ |
| 796 | void pexpireCommand(client *c) { |
nothing calls this directly
no test coverage detected