viosys / redis-plugin
Shopware 6 plugin, to configure redis cache
Package info
Type:shopware-platform-plugin
pkg:composer/viosys/redis-plugin
1.0.1
2022-03-10 15:20 UTC
Requires
- shopware/core: >=6.3.5 < 6.5
This package is auto-updated.
Last update: 2026-03-11 00:22:43 UTC
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