Closed vzsg closed 6 years ago
Calling expire in the current tagged version throws an error: ⚠️ Redis Error: ERR Protocol error: expected '$', got ':', which means that the expiration time is expected as a bulk string, not as an integer literal on the wire.
expire
⚠️ Redis Error: ERR Protocol error: expected '$', got ':'
This PR adds a test and fixes the issue.
Hey @vzsg, you just merged a pull request, have a coin!
You now have 1503 coins.
Calling
expire
in the current tagged version throws an error:⚠️ Redis Error: ERR Protocol error: expected '$', got ':'
, which means that the expiration time is expected as a bulk string, not as an integer literal on the wire.This PR adds a test and fixes the issue.