摘要:
使用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
孤舟残月浅笑嫣然
阅读(142)
评论(0)
推荐(0)
摘要:
<?php #################### # Redis方法 # #################### /** * 连接 * Connection */ $redis = new Redis; $redis->connect('127.0.0.1', 6379, 1); //短链接, 阅读全文
posted @ 2020-12-30 23:14
孤舟残月浅笑嫣然
阅读(95)
评论(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
孤舟残月浅笑嫣然
阅读(194)
评论(0)
推荐(0)