Package redis.embedded
Interface Redis
- All Known Implementing Classes:
RedisCluster
,RedisInstance
,RedisSentinel
,RedisServer
public interface Redis
-
Field Details
-
DEFAULT_REDIS_PORT
static final int DEFAULT_REDIS_PORT- See Also:
-
SERVER_READY_PATTERN
-
SENTINEL_READY_PATTERN
-
-
Method Details
-
isActive
boolean isActive() -
start
- Throws:
IOException
-
stop
- Throws:
IOException
-
ports
-