Package redis.embedded
Class RedisSentinel
java.lang.Object
redis.embedded.RedisInstance
redis.embedded.RedisSentinel
- All Implemented Interfaces:
Redis
-
Field Summary
Fields inherited from interface redis.embedded.Redis
DEFAULT_REDIS_PORT, SENTINEL_READY_PATTERN, SERVER_READY_PATTERN
-
Constructor Summary
ConstructorsConstructorDescriptionRedisSentinel
(int port, List<String> args, boolean forceStop) RedisSentinel
(int port, List<String> args, boolean forceStop, Consumer<String> soutListener, Consumer<String> serrListener) -
Method Summary
Methods inherited from class redis.embedded.RedisInstance
isActive, ports, start, stop
-
Constructor Details
-
RedisSentinel
-
RedisSentinel
-
-
Method Details
-
newRedisSentinel
-