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 int
DEFAULT_REDIS_PORT
static Pattern
SENTINEL_READY_PATTERN
static Pattern
SERVER_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
-