lnmp Fatal error: Uncaught Error: Class 'Redis' not found

版权声明:本文为博主原创文章,未经博主允许不得转载。 https://blog.csdn.net/qq_33733970/article/details/89354429

搬运,写的不错!
https://blog.51cto.com/leoheng/2162621
https://stackoverflow.com/questions/24858704/phpredis-errors-class-redis-not-found-in-linux

测试安装是否成功代码:

php -r "if (new Redis() == true){ echo \"\r\n OK \r\n\"; }"

猜你喜欢

转载自blog.csdn.net/qq_33733970/article/details/89354429