mirror of
https://github.com/nextcloud/server.git
synced 2026-06-14 11:11:42 -04:00
Merge pull request #46521 from nextcloud/backport/46475/stable29
This commit is contained in:
commit
5e9aa2fb17
1 changed files with 1 additions and 1 deletions
|
|
@ -29,7 +29,7 @@ namespace OC;
|
|||
use OCP\Diagnostics\IEventLogger;
|
||||
|
||||
class RedisFactory {
|
||||
public const REDIS_MINIMAL_VERSION = '3.1.3';
|
||||
public const REDIS_MINIMAL_VERSION = '4.0.0';
|
||||
public const REDIS_EXTRA_PARAMETERS_MINIMAL_VERSION = '5.3.0';
|
||||
|
||||
/** @var \Redis|\RedisCluster */
|
||||
|
|
|
|||
Loading…
Reference in a new issue