colinmollenhour / Cm_Cache_Backend_Redis

A Zend_Cache backend for Redis with full support for tags (works great with Magento)
Other
390 stars 142 forks source link

Fix PHP 8.1 warning with sentinel #165

Closed zamu87 closed 2 years ago

zamu87 commented 2 years ago

Resolve: Deprecated Functionality: preg_split(): Passing null to parameter #3 ($limit) of type int is deprecated

Xon commented 2 years ago

You'll likely need to bump to the latest credis library as well to catch other php 8.1 warnings

colinmollenhour commented 2 years ago

Thanks for the PR!