swoft-cloud / swoft-component

📦 This is a repository of centralized management of all swoft core components
https://www.swoft.org
Apache License 2.0
96 stars 107 forks source link

fix: Redis::zRangeByScore & Redis::zRevRangeByScore #583

Closed andiechang closed 4 years ago

andiechang commented 4 years ago

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