Package redis.embedded
Class RedisServer
java.lang.Object
redis.embedded.RedisServer
- All Implemented Interfaces:
Redis
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionRedisServer(int port) RedisServer(int port, int tlsPort) RedisServer(File executable, int port) RedisServer(RedisExecProvider redisExecProvider, int port) -
Method Summary
-
Field Details
-
args
-
-
Constructor Details
-
RedisServer
public RedisServer() -
RedisServer
public RedisServer(int port) -
RedisServer
public RedisServer(int port, int tlsPort) -
RedisServer
-
RedisServer
- Throws:
IOException
-
-
Method Details
-
builder
-
redisReadyPattern
-
isActive
public boolean isActive() -
start
- Specified by:
startin interfaceRedis- Throws:
EmbeddedRedisException
-
stop
- Specified by:
stopin interfaceRedis- Throws:
EmbeddedRedisException
-
ports
-
tlsPorts
-