/**
* @author HappyLiu<543509783@qq.com>
* 程序代码请移步:http://down.51cto.com/data/2013151
*/
github地址: https://github.com/happyliu2014/Workerman-ThinkPHP-Redis
=======程序说明==============================================
此程序由workerman-chat改写;
workerman版本:3.0.7
ThinkPHP版本:3.2.3
=======服务器环境============================================
1.能够运行workerman框架
2.支持php-cli模式下的redis扩展
========安装说明=============================================
上传到linux服务器WEB目录,可以通过URL地址访问前端测试
http://xxxx/index.php
运行后端框架:
./wmchat/php start.php start
========使用方法=============================================
//在Event.php中或其他业务中使用ThinkPHP
R('Home/Index/index'); //传递参数请查看TP手册R方法
//在Event.php或其他业务中使用Redis
RedisDb::instance('redis')->get('key');