viosys / redis-plugin
Shopware 6 plugin, to configure redis cache
Installs: 47
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 2
Forks: 1
Open Issues: 0
Type:shopware-platform-plugin
Requires
- shopware/core: >=6.3.5 < 6.5
This package is auto-updated.
Last update: 2025-04-10 22:32:13 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