viosys/redis-plugin
Composer 安装命令:
composer require viosys/redis-plugin
包简介
Shopware 6 plugin, to configure redis cache
关键字:
README 文档
README
Shopware 6 plugin to allow easy and save session and cache handling with redis.
.env configuration
Session handling
REDIS_SESSION_ENABLED=1
REDIS_SESSION_HOST=127.0.0.1
REDIS_SESSION_PORT=40000
REDIS_SESSION_PASSWORD=...
REDIS_SESSION_DB=0
Cache handling
REDIS_CACHE_ENABLED=1
REDIS_CACHE_HOST=127.0.0.1
REDIS_CACHE_PORT=40000
REDIS_CACHE_PASSWORD=...
REDIS_CACHE_DB=1
统计信息
- 总下载量: 51
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: proprietary
- 更新时间: 2022-01-27