viosys/redis-plugin

Shopware 6 plugin, to configure redis cache

Installs: 39

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 2

Forks: 1

Open Issues: 0

Type:shopware-platform-plugin

1.0.1 2022-03-10 15:20 UTC

This package is auto-updated.

Last update: 2024-05-10 20:44:26 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