PEXPIRE key milliseconds */
| 545 | |
| 546 | /* PEXPIRE key milliseconds */ |
| 547 | void pexpireCommand(client *c) { |
| 548 | expireGenericCommand(c,mstime(),UNIT_MILLISECONDS); |
| 549 | } |
| 550 | |
| 551 | /* PEXPIREAT key ms_time */ |
| 552 | void pexpireatCommand(client *c) { |
nothing calls this directly
no test coverage detected