badboy / rdb-rs

RDB parsing & dumping library and utility
https://rdb.fnordig.de/
MIT License
62 stars 17 forks source link

Expire dumped in milliseconds but command is EXPIREAT #14

Closed ProTip closed 8 years ago

ProTip commented 8 years ago

Hello,

When dumping to Redis protocol the object expiration is in milliseconds but the command is set to EXPIREAT. PEXPIREAT is the appropriate command.

badboy commented 8 years ago

You're right, we should change that.