Home > php教程 > php手册 > body text

windwos平台安装phpredis模块,windwosphpredis

WBOY
Release: 2016-06-13 09:07:55
Original
838 people have browsed it

windwos平台安装phpredis模块,windwosphpredis

要求

    • 必备知识

      熟悉基本编程环境搭建。

    • 运行环境

      windows 7(64位);
      php-5.3
      redis64-2.8.17

    • 下载地址

      环境下载

什么是PHP Redis

PHP Redis 是一个用C语言编写的PHP模块,用来连接并操作 Redis 数据库上的数据。

下载

  • 下载地址:https://github.com/phpredis/phpredis/downloads

这里需要注意一下版本号,根据个人情况而定,我下的是php_redis-5.3-vc9-ts-73d99c3e.zip

 php $redis = new Redis(); $redis->connect("localhost","6379"); $redis->set("string","Hello World"); echo $redis->get("string"); ?>

 

在浏览器中进行测试,这里需要注意的是reids服务必需在启动状态下哦。关于Redis在windows平台的安装,可以参考我之前写的一篇文章哦。

  • edis for windows

还不错”按钮或到页面右下角点击 “赞一个” 按钮哦。你也可以点击页面右边“分享”悬浮按钮哦,让更多的人阅读这篇文章。

作者:Li-Cheng 微博:http://weibo.com/licheng0426 出处: http://www.cnblogs.com/Li-Cheng/p/4391337.html 由于本人水平有限,文章在表述和代码方面如有不妥之处,欢迎批评指正。留下你的脚印,欢迎评论哦。你也可以关注我,一起学习哦!

(^_^)如果您觉得此文对您有帮助的话,打个赏喝个咖啡吧,么么哒(^_^)

Related labels:
source:php.cn
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Popular Recommendations
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template