2
0
mirror of https://github.com/proxiodev/RedisBungee.git synced 2024-11-05 12:58:02 +00:00

typo in redis minimal version

This commit is contained in:
mohammed jasem alaajel 2024-02-27 20:34:52 +04:00
parent 72b2d46dcd
commit b3eacbd1c4

View File

@ -7,7 +7,7 @@ public class RedisUtil {
public final static int PROXY_TIMEOUT = 30; public final static int PROXY_TIMEOUT = 30;
public static final int MAJOR_VERSION = 6; public static final int MAJOR_VERSION = 6;
public static final int MINOR_VERSION = 6; public static final int MINOR_VERSION = 2;
public static boolean isRedisVersionRight(String redisVersion) { public static boolean isRedisVersionRight(String redisVersion) {
String[] args = redisVersion.split("\\."); String[] args = redisVersion.split("\\.");