1.. include:: ../../Includes.txt
2
3=============================================================================================
4Important: #79005 - Included missing support for persistent connection in Redis cache backend
5=============================================================================================
6
7See :issue:`79005`
8
9Description
10===========
11
12phpredis has support for persistent connections, but until now the Redis cache backend had
13the regular connect call hard-coded. For unknown reasons this is the only
14connection setting missing from the Redis cache backend but has now been implemented.
15
16The configuration setting is named `persistentConnection`. It is an optional boolean option.
17
18For other configuration options see https://docs.typo3.org/typo3cms/CoreApiReference/CachingFramework/FrontendsBackends/Index.html#redis-backend
19
20
21Impact
22======
23
24None. Non-persistent connections remain the default.
25
26
27.. index:: LocalConfiguration