Interface ConfigureRedisAction
- All Known Implementing Classes:
ConfigureNotifyKeyspaceEventsAction
public interface ConfigureRedisAction
Allows specifying a strategy for configuring and validating Redis.
- Since:
- 1.0.1
-
Field Summary
Modifier and TypeFieldDescriptionstatic final ConfigureRedisAction
A do nothing implementation ofConfigureRedisAction
. -
Method Summary
Modifier and TypeMethodDescriptionvoid
configure
(org.springframework.data.redis.connection.RedisConnection connection)
-
Field Details
-
NO_OP
A do nothing implementation ofConfigureRedisAction
.
-
-
Method Details
-
configure
void configure(org.springframework.data.redis.connection.RedisConnection connection)
-