mirror of
https://github.com/nextcloud/server.git
synced 2026-06-08 16:26:59 -04:00
fix(redis): Require version >=4 for unlink
Signed-off-by: Git'Fellow <12234510+solracsf@users.noreply.github.com>
This commit is contained in:
parent
86f5fb0c9b
commit
4c61a94f4f
1 changed files with 1 additions and 1 deletions
|
|
@ -10,7 +10,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