Download the PHP package b3nl/swredis without Composer
On this page you can find all versions of the php package b3nl/swredis. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Vendor b3nl
Package swredis
Short Description Redis driver for Shopware
License MIT
Homepage http://github.com/b3nl/SWRedis
Package swredis
Short Description Redis driver for Shopware
License MIT
Homepage http://github.com/b3nl/SWRedis
Please rate this library. Is it a good library?
Informations about the package swredis
SWRedis
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.
All versions of swredis with dependencies
PHP Build Version
Package Version
Requires
php Version
>=5.4
The package b3nl/swredis contains the following files
Loading the files please wait ....