摘要: 使用composer安装barryvdh/laravel-ide-helper $ composer require barryvdh/laravel-ide-helper # Then add to config/app Barryvdh\LaravelIdeHelper\IdeHelperSer 阅读全文
posted @ 2020-12-30 23:18 孤舟残月浅笑嫣然 阅读(134) 评论(0) 推荐(0) 编辑
摘要: <?php #################### # Redis方法 # #################### /** * 连接 * Connection */ $redis = new Redis; $redis->connect('127.0.0.1', 6379, 1); //短链接, 阅读全文
posted @ 2020-12-30 23:14 孤舟残月浅笑嫣然 阅读(84) 评论(0) 推荐(0) 编辑
摘要: php-redis代码库和文档地址:https://github.com/phpredis/phpredis/#readme string 字符串类型: <?php $redis = new Redis(); $redis->connect("127.0.0.1", 6379); $redis->a 阅读全文
posted @ 2020-12-30 00:28 孤舟残月浅笑嫣然 阅读(177) 评论(0) 推荐(0) 编辑