Closed andiechang closed 4 years ago
The parameter $start & $end must be string!
Fix parameter type at Redis::zRangeByScore & Redis::zRevRangeByScore. The $start & $end must be string.
When I use these two functions, got timeout error!
The parameter $start & $end must be string!
What does this PR do?
Fix parameter type at Redis::zRangeByScore & Redis::zRevRangeByScore. The $start & $end must be string.
Motivation
When I use these two functions, got timeout error!
More
Additional Notes