
redis
OneGoal
这个作者很懒,什么都没留下…
展开
-
php7.1.6 + redis
yum install -y php71w-pecl-redis systemctl restart httpd.service setenforce 0centos7.x 配置(php7.x) + mariadb + apache http://blog.youkuaiyun.com/onegoal/article/details/73824612原创 2017-07-18 17:46:40 · 1107 阅读 · 0 评论 -
php redis的应用
<?php // $uid=get_uid(); // $content=get_content(); // $timestamp=time(); // $weibo=new Weibo(); // $weibo->post($uid,$content,$timestamp);// 将消息存于 redis 队列中 $redis=new Redis('127.0.0.1',6379); $redi原创 2017-07-24 16:09:56 · 420 阅读 · 0 评论 -
redis 配置
maxmemory 1g maxmemory-policy allkeys-lru daemonize yes原创 2019-06-12 15:09:38 · 161 阅读 · 0 评论