Package redis.embedded
Interface Redis
- All Known Implementing Classes:
RedisCluster,RedisInstance,RedisSentinel,RedisServer
public interface Redis
-
Field Summary
Fields Modifier and Type Field Description static intDEFAULT_REDIS_PORTstatic PatternSENTINEL_READY_PATTERNstatic PatternSERVER_READY_PATTERN -
Method Summary
-
Field Details
-
DEFAULT_REDIS_PORT
static final int DEFAULT_REDIS_PORT- See Also:
- Constant Field Values
-
SERVER_READY_PATTERN
-
SENTINEL_READY_PATTERN
-
-
Method Details
-
isActive
boolean isActive() -
start
- Throws:
IOException
-
stop
- Throws:
IOException
-
ports
-