PEXPIREAT key ms_time */
| 799 | |
| 800 | /* PEXPIREAT key ms_time */ |
| 801 | void pexpireatCommand(client *c) { |
| 802 | expireGenericCommand(c,0,UNIT_MILLISECONDS); |
| 803 | } |
| 804 | |
| 805 | /* Implements TTL and PTTL */ |
| 806 | void ttlGenericCommand(client *c, int output_ms) { |
nothing calls this directly
no test coverage detected