mirror of
https://github.com/doctrine/DoctrineCacheBundle.git
synced 2026-04-28 11:13:22 +02:00
[PR #93] [MERGED] allow to use persistent redis connections #148
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/doctrine/DoctrineCacheBundle/pull/93
Author: @prgTW
Created: 3/31/2016
Status: ✅ Merged
Merged: 3/31/2016
Merged by: @mikeSimonson
Base:
master← Head:feat/redis/persistent-connection📝 Commits (1)
8f7df15allow to use persistent redis connections📊 Changes
6 files changed (+106 additions, -2 deletions)
View changed files
📝
DependencyInjection/Configuration.php(+1 -0)📝
DependencyInjection/Definition/RedisDefinition.php(+8 -2)📝
Resources/config/schema/doctrine_cache-1.0.xsd(+1 -0)📝
Resources/doc/reference.rst(+2 -0)➕
Tests/Functional/Fixtures/config/redis.xml(+16 -0)➕
Tests/Functional/RedisCacheTest.php(+78 -0)📄 Description
New
persistentconfiguration option for Redis introduced. It allows the connection to be persistent by internally switching connection method from\Redis::connectto\Redis::pconnect🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.