Search before asking
Motivation
In redis, the timeout parameter of commands like BLPOP is a double value, but in kvrocks, the parameter must be an integer.
Solution
We can change parseint in the Parse function into parsefloat.
Are you willing to submit a PR?