b3nl / swredis
Redis driver for Shopware
1.0.1
2015-03-25 18:28 UTC
Requires
- php: >=5.4
Requires (Dev)
- phpunit/phpunit: ~4.0
This package is auto-updated.
Last update: 2024-10-16 06:39:24 UTC
README
Redis Implementation for Shopware.
To enable redis session in your shopware 5, just follow this easy steps.
- Create/update your engine/Shopware/Components/DependencyInjection/services_local.xml with
<service id="session_factory" class="b3nl\SWRedis\DI\Bridge\Session" />
- Overwrite the the session savehandler in your shopware config:
'session' => ['save_handler' => 'redis']
- And define a redis config with the key
sessionredis
if you like. Please use the config for a predis/predis client.