slim-redis-cache:用于Slim框架的Redis缓存中间件

时间:2024-05-28 18:19:51
【文件属性】:

文件名称:slim-redis-cache:用于Slim框架的Redis缓存中间件

文件大小:6KB

文件格式:ZIP

更新时间:2024-05-28 18:19:51

redis middleware cache slim PHP

RedisCache 用于Slim框架的Redis缓存中间件。 安装 composer require abouvier/slim-redis-cache 用法 在本地Redis服务器中将每个成功的HTTP响应缓存8小时。 $ app = new \ Slim \ Slim (); // ... $ client = new \ Predis \ Client ( 'tcp://localhost:6379' , [ 'prefix' => $ app -> environment [ 'SERVER_NAME' ] ]); $ app -> add ( new \ Slim \ Middleware \ RedisCache ( $ client , [ 'timeout' => 28800 ])); // ... $ app -> run ();


【文件预览】:
slim-redis-cache-master
----src()
--------RedisCache.php(1KB)
----LICENSE(11KB)
----composer.json(572B)
----README.md(456B)

网友评论