PEXPIREAT key ms_time */
| 550 | |
| 551 | /* PEXPIREAT key ms_time */ |
| 552 | void pexpireatCommand(client *c) { |
| 553 | expireGenericCommand(c,0,UNIT_MILLISECONDS); |
| 554 | } |
| 555 | |
| 556 | /* Implements TTL and PTTL */ |
| 557 | void ttlGenericCommand(client *c, int output_ms) { |
nothing calls this directly
no test coverage detected