crodas / microredis

Redis server implemented in rust.
BSD 3-Clause "New" or "Revised" License
1 stars 0 forks source link

Fixed bug in SETEX command #29

Closed crodas closed 2 years ago

crodas commented 2 years ago

SETEX was parsing the arguments incorrectly, copying the VALUE from the second argument instead of the third.