类的使用
com.cdkjframework.redis.config.RedisConfig
使用RedisConfig的程序包
程序包
说明
Redis 工具
Redis 配置连接器(单点、集群)、Redis订阅、Redis 发布
Redis 订阅
-
com.cdkjframework.redis中RedisConfig的使用
参数类型为RedisConfig的com.cdkjframework.redis中的构造器限定符构造器说明RedisUtils
(io.lettuce.core.cluster.api.async.RedisAdvancedClusterAsyncCommands<String, String> clusterAsyncCommands, io.lettuce.core.api.async.RedisAsyncCommands<String, String> asyncCommands, io.lettuce.core.pubsub.StatefulRedisPubSubConnection<String, String> redisSubscribeConnection, io.lettuce.core.cluster.pubsub.StatefulRedisClusterPubSubConnection<String, String> clusterSubscribeConnection, RedisConfig redisConfig) 构造函数 -
com.cdkjframework.redis.connectivity中RedisConfig的使用
限定符构造器说明RedisClusterConfiguration
(RedisConfig redisConfig) 构造函数RedisConfiguration
(RedisConfig redisConfig) 构建函数RedisPublishConfiguration
(RedisConfig redisConfig) 构造函数RedisStandaloneConfiguration
(RedisConfig redisConfig) 构造函数RedisSubscribeConfiguration
(RedisConfig redisConfig) 构造函数 -
com.cdkjframework.redis.subscribe中RedisConfig的使用
参数类型为RedisConfig的com.cdkjframework.redis.subscribe中的构造器