随笔分类 -  mysql

PHP操作Redis相关方法大全
摘要:发布时间: 2020-07-29 15:26 1、连接操作 $redis = new Redis(); $redis->connect('127.0.0.1',6379);//链接redis服务 // 参数 // `host: string`,服务地址 // `port: int`,端口号 // ` 阅读全文

posted @ 2020-07-29 15:26 githup 阅读(685) 评论(0) 推荐(0)

导航