public interface ConfigureRedisAction
Modifier and Type | Field and Description |
---|---|
static ConfigureRedisAction |
NO_OP
A do nothing implementation of
ConfigureRedisAction . |
Modifier and Type | Method and Description |
---|---|
void |
configure(org.springframework.data.redis.connection.RedisConnection connection) |
static final ConfigureRedisAction NO_OP
ConfigureRedisAction
.