91超碰碰碰碰久久久久久综合_超碰av人澡人澡人澡人澡人掠_国产黄大片在线观看画质优化_txt小说免费全本

溫馨提示×

tp5框架中如何使用redis

小新
312
2020-12-18 15:10:00
欄目: 云計算

tp5框架中如何使用redis

tp5框架中使用redis的示例:

打開tp5框架的編輯器,輸入以下代碼使用redis:

/**

* @Author: Davax<23136891@qq.com>

* @Date: 2020-04-22 09:28:01

* @Last Modified by: Davax

* @Last Modified time: 2020-04-22 11:21:49

*/

namespace app\admin\Controller;

use think\Controller;

Class Test extends Controller{

public $redis;

public function __construct(){

$this->redis = new \Redis();

$this->redis->connect('127.0.0.1',6379);

}

public function index()

{

$redis = $this->redis;

echo $redis->ping();

$a = $redis->set('kl11',22);

$v = $redis->get('kl11');

print_r($v);

}

public function test(){

$redis = $this->redis;

$redis->incr('name');

$redis->expire('name','60');//設置有效時間為1分鐘

print_r($redis->get('name'));

}

}

0
聂荣县| 文成县| 长白| 探索| 广安市| 南宁市| 鹤岗市| 玉龙| 安顺市| 铅山县| 松江区| 尉犁县| 益阳市| 谢通门县| 类乌齐县| 晋江市| 平利县| 青海省| 清丰县| 恩平市| 咸阳市| 麟游县| 新竹县| 博野县| 磴口县| 教育| 张掖市| 兴业县| 罗甸县| 虞城县| 商都县| 青海省| 唐河县| 邹城市| 宁远县| 松溪县| 资讯| 鄂托克旗| 隆安县| 山西省| 荔浦县|