There was an error fetching the commit references. Please try again later.
Add Redis session handler (#1460)
Showing
- composer.json 1 addition, 0 deletionscomposer.json
- config/vufind/config.ini 10 additions, 1 deletionconfig/vufind/config.ini
- module/VuFind/src/VuFind/Session/PluginManager.php 3 additions, 0 deletionsmodule/VuFind/src/VuFind/Session/PluginManager.php
- module/VuFind/src/VuFind/Session/Redis.php 138 additions, 0 deletionsmodule/VuFind/src/VuFind/Session/Redis.php
... | @@ -12,6 +12,7 @@ | ... | @@ -12,6 +12,7 @@ |
"php": ">=7.1", | "php": ">=7.1", | ||
"ahand/mobileesp": "dev-master", | "ahand/mobileesp": "dev-master", | ||
"cap60552/php-sip2": "1.0.0", | "cap60552/php-sip2": "1.0.0", | ||
"colinmollenhour/credis": "1.10.1", | |||
"endroid/qr-code": "3.5.8", | "endroid/qr-code": "3.5.8", | ||
"ghislainf/zf2-whoops": "dev-master#2649cf7caf400409942ddc3f8fe15b89381fc74e", | "ghislainf/zf2-whoops": "dev-master#2649cf7caf400409942ddc3f8fe15b89381fc74e", | ||
"jasig/phpcas": "1.3.7", | "jasig/phpcas": "1.3.7", | ||
... | ... |
module/VuFind/src/VuFind/Session/Redis.php
0 → 100644
Please register or sign in to comment