类 RedisStandaloneConfiguration
java.lang.Object
com.cdkjframework.redis.connectivity.BaseRedisConfiguration
com.cdkjframework.redis.connectivity.RedisStandaloneConfiguration
@Configuration
@Component
@AutoConfigureOrder(1)
public class RedisStandaloneConfiguration
extends BaseRedisConfiguration
-
构造器概要
构造器 -
方法概要
修饰符和类型方法说明void
构造函数Redis高级集群命令响应
-
构造器详细资料
-
RedisStandaloneConfiguration
构造函数- 参数:
redisConfig
-
-
-
方法详细资料
-
initConnection
public void initConnection()构造函数 -
redisAsyncCommands
@Bean(name="redisAsyncCommands") public io.lettuce.core.api.async.RedisAsyncCommands<String,String> redisAsyncCommands() throws GlobalExceptionRedis高级集群命令- 返回:
- 返回结果
- 抛出:
GlobalException
-
redisReactiveCommands
@Bean(name="redisReactiveCommands") public io.lettuce.core.api.reactive.RedisReactiveCommands<String,String> redisReactiveCommands()响应- 返回:
- 返回结果
-