mirror of
https://github.com/proxiodev/RedisBungee.git
synced 2024-11-05 04:48:02 +00:00
typo in redis minimal version
This commit is contained in:
parent
72b2d46dcd
commit
b3eacbd1c4
@ -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("\\.");
|
||||||
|
Loading…
Reference in New Issue
Block a user