EXPIREAT key time */
| 540 | |
| 541 | /* EXPIREAT key time */ |
| 542 | void expireatCommand(client *c) { |
| 543 | expireGenericCommand(c,0,UNIT_SECONDS); |
| 544 | } |
| 545 | |
| 546 | /* PEXPIRE key milliseconds */ |
| 547 | void pexpireCommand(client *c) { |
nothing calls this directly
no test coverage detected