Download the PHP package superrb/redis-handler without Composer
On this page you can find all versions of the php package superrb/redis-handler. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download superrb/redis-handler
More information about superrb/redis-handler
Files in superrb/redis-handler
Download superrb/redis-handler
More information about superrb/redis-handler
Files in superrb/redis-handler
Vendor superrb
Package redis-handler
Short Description A handler for Redis to use for Session handling and caching in Symfony/Doctrine
License MIT
Homepage https://gitlab.superrb.com/symfony/redis-handler
Package redis-handler
Short Description A handler for Redis to use for Session handling and caching in Symfony/Doctrine
License MIT
Homepage https://gitlab.superrb.com/symfony/redis-handler
Keywords cms
Please rate this library. Is it a good library?
Informations about the package redis-handler
SuperrbRedisHandlerBundle
Handler for using Redis with Symfony, Doctrine and Sessions
Storing sessions, application cache and doctrine cache in Redis can add some performance improvements, as well as centralising for multi server environments.
Installation
Step 1: Install the Bundle
Add Superrb\RedisHandlerBundle\SuperrbRedisHandlerBundle::class => ['all' => true],
to config/bundles.php
Step 2: Add environment variables
Configuration
Session Handling
config/packages/framework.yaml
Symfony Cache
config/packages/cache.yaml
Doctrine Cache
config/packages/doctrine.yaml
Issues and Troubleshooting
All issues: [email protected]
All versions of redis-handler with dependencies
PHP Build Version
Package Version
Requires
predis/predis Version
^1.1
The package superrb/redis-handler contains the following files
Loading the files please wait ....