yeahoffline / redis-mock

Node.js redis client mock
213 stars 111 forks source link

Missing PEXPIRE command #82

Closed twalker closed 6 years ago

twalker commented 6 years ago

It appears the PEXPIRE command is missing, it'd be great to have it added. https://redis.io/commands/pexpire

twalker commented 6 years ago

The corresponding PR #85 was merged. Thank you @yeahoffline for the quick merge, and such a helpful module for unit testing redis client implementations.

yeahoffline commented 6 years ago

thanks for your participation