2017 © Pedro Peláez
 

library swredis

Redis driver for Shopware

image

b3nl/swredis

Redis driver for Shopware

  • Wednesday, April 15, 2015
  • by WBLKonzept
  • Repository
  • 2 Watchers
  • 9 Stars
  • 22 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 1 Forks
  • 2 Open issues
  • 3 Versions
  • 0 % Grown

The README.md

SWRedis

Redis Implementation for Shopware., (*1)

To enable redis session in your shopware 5, just follow this easy steps., (*2)

  1. Create/update your engine/Shopware/Components/DependencyInjection/services_local.xml with <service id="session_factory" class="b3nl\SWRedis\DI\Bridge\Session" />
  2. Overwrite the the session savehandler in your shopware config: 'session' => ['save_handler' => 'redis']
  3. And define a redis config with the key sessionredis if you like. Please use the config for a predis/predis client.

The Versions

15/04 2015

dev-master

9999999-dev http://github.com/b3nl/SWRedis

Redis driver for Shopware

  Sources   Download

MIT

The Requires

  • php >=5.4

 

The Development Requires

redis nosql shopware

25/03 2015

1.0.1

1.0.1.0 http://github.com/b3nl/SWRedis

Redis driver for Shopware

  Sources   Download

MIT

The Requires

  • php >=5.4

 

The Development Requires

25/03 2015

1.0

1.0.0.0 http://github.com/b3nl/SWRedis

Redis driver for Shopware

  Sources   Download

MIT

The Requires

  • php >=5.4

 

The Development Requires