fix(redis): Require version >=4 for unlink

Signed-off-by: Git'Fellow <12234510+solracsf@users.noreply.github.com>
This commit is contained in:
Git'Fellow 2024-07-12 19:53:49 +02:00 committed by GitHub
parent 86f5fb0c9b
commit 4c61a94f4f
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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 */