当前位置:网站首页>Redis function discarding Encyclopedia redis:: delete() is deprecated solution

Redis function discarding Encyclopedia redis:: delete() is deprecated solution

2022-06-23 22:09:00 It workers

Function Redis::delete() is deprecated

Redis::lsize() is deprecated

Method Redis::lSize() is deprecated

Redis::lSize() is deprecated

Redis::lremove() is deprecated

Redis::zDelete() is deprecated

Redis::sRemove() is deprecated

Literally, it means Redis Cached functions are deprecated . This problem usually only occurs in the new version of php-redis Plug in , The old version does not affect .

Such as delete() resolvent : take delete($key) Change to del($key) The operation of .

Here are some ways to replace obsolete functions

原网站

版权声明
本文为[It workers]所创,转载请带上原文链接,感谢
https://yzsam.com/2021/12/202112181254359646.html

随机推荐