PEXPIRE key milliseconds */
| 794 | |
| 795 | /* PEXPIRE key milliseconds */ |
| 796 | void pexpireCommand(client *c) { |
| 797 | expireGenericCommand(c,mstime(),UNIT_MILLISECONDS); |
| 798 | } |
| 799 | |
| 800 | /* PEXPIREAT key ms_time */ |
| 801 | void pexpireatCommand(client *c) { |
nothing calls this directly
no test coverage detected