ackintosh / ganesha

:elephant: A Circuit Breaker pattern implementation for PHP applications.
https://ackintosh.github.io/ganesha/
MIT License
585 stars 42 forks source link

Cast cache expiration in Redis::removeExpiredElements to string #105

Open tmihalicka opened 1 year ago

tmihalicka commented 1 year ago

New version of redis require parameter max to function zRemRangeByScore as string

coveralls commented 1 year ago

Coverage Status

coverage: 93.475% (+1.4%) from 92.12% when pulling 238fff990369ec9f68a9ac4204c22493669e1f10 on monadial:fix/zRemRangeByScor-require-string into a4c08dca4a7531585c75554df22b1ac9eeb4527c on ackintosh:master.

ackintosh commented 1 year ago

@tmihalicka Thanks for this PR! Could you provide a URL or something that shows that redis require max as string?