public final class RedisURI
extends Object
- Author:
- Nikita Koksharov
-
-
Constructor Summary
Constructors
-
Method Summary
boolean
boolean
int
int
boolean
boolean
static boolean
-
Field Details
-
REDIS_PROTOCOL
public static final String REDIS_PROTOCOL
- See Also:
-
-
REDIS_SSL_PROTOCOL
public static final String REDIS_SSL_PROTOCOL
- See Also:
-
-
VALKEY_PROTOCOL
public static final String VALKEY_PROTOCOL
- See Also:
-
-
VALKEY_SSL_PROTOCOL
public static final String VALKEY_SSL_PROTOCOL
- See Also:
-
-
-
Method Details
-
isValid
public static boolean isValid(String url)
-
-
-
-
isSsl
public boolean isSsl()
-
-
getPort
public int getPort()
-
isIP
public boolean isIP()
-
-
-
-