修正php.ini文件
vi /usr/local/php/lib/php.ini
增加如下内容:
extension_dir = \"大众/usr/local/php/lib/php/extensions/no-debug-zts-20090626\"大众extension=redis.so
安装完成后重启php-fpm 或 apache。查看phpinfo信息,就能看到redis扩展。
连接到 redis 做事
实行脚本,输出结果为:
Connection to server sucessfullyServer is running: PONGRedis PHP String(字符串) 实例
实行脚本,输出结果为:
Connection to server sucessfullyStored string in redis:: Redis tutorialRedis PHP List(列表) 实例
实行脚本,输出结果为:
Redis PHP Keys 实例
实行脚本,输出结果为: