跳过导航链接
A B C D E G H I K L M P R S T U V Z 

A

allow(String, long, long, CheckedSupplier<T>) - 接口 中的方法tech.msop.core.redis.ratelimiter.RateLimiterClient
服务限流,被限制时抛出RateLimiterException 异常,需自行处理异常
allow(String, long, long, TimeUnit, CheckedSupplier<T>) - 接口 中的方法tech.msop.core.redis.ratelimiter.RateLimiterClient
服务限流,被限制时抛出RateLimiterException 异常,需自行处理异常
allow(String, long, long, CheckedSupplier<T>) - 接口 中的方法tech.msop.core.redis.ratelimiter.RateLimiterClient
服务限流,被限制时抛出RateLimiterException 异常,需自行处理异常
allow(String, long, long, TimeUnit, CheckedSupplier<T>) - 接口 中的方法tech.msop.core.redis.ratelimiter.RateLimiterClient
服务限流,被限制时抛出RateLimiterException 异常,需自行处理异常
aroundRateLimiter(ProceedingJoinPoint, RateLimiter) - 类 中的方法tech.msop.core.redis.ratelimiter.RedisRateLimiterAspect
AOP 环切 注解 @RateLimiter
aroundRateLimiter(ProceedingJoinPoint, RateLimiter) - 类 中的方法tech.msop.core.redis.ratelimiter.RedisRateLimiterAspect
AOP 环切 注解 @RateLimiter

B

BytesWrapper<T> - tech.msop.core.redis.serializer中的类
Redis 序列化辅助类,单纯的泛型无法定义通用schema,原因是无法通过泛型T得到Class
BytesWrapper<T> - tech.msop.core.redis.serializer中的类
Redis 序列化辅助类,单纯的泛型无法定义通用schema,原因是无法通过泛型T得到Class
BytesWrapper() - 类 的构造器tech.msop.core.redis.serializer.BytesWrapper
 
BytesWrapper(T) - 类 的构造器tech.msop.core.redis.serializer.BytesWrapper
 
BytesWrapper() - 类 的构造器tech.msop.core.redis.serializer.BytesWrapper
 
BytesWrapper(T) - 类 的构造器tech.msop.core.redis.serializer.BytesWrapper
 

C

CacheKey - tech.msop.core.redis.cache中的类
Cache Key 封装
CacheKey - tech.msop.core.redis.cache中的类
Cache Key 封装
CacheKey(String) - 类 的构造器tech.msop.core.redis.cache.CacheKey
 
CacheKey(String) - 类 的构造器tech.msop.core.redis.cache.CacheKey
 
cacheManagerCustomizers(ObjectProvider<List<CacheManagerCustomizer<?>>>) - 类 中的方法tech.msop.core.redis.config.RedisCacheManagerConfiguration
 
cacheManagerCustomizers(ObjectProvider<List<CacheManagerCustomizer<?>>>) - 类 中的方法tech.msop.core.redis.config.RedisCacheManagerConfiguration
 
clone() - 类 中的方法tech.msop.core.redis.serializer.BytesWrapper
 
clone() - 类 中的方法tech.msop.core.redis.serializer.BytesWrapper
 

D

decr(String) - 类 中的方法tech.msop.core.redis.cache.RedisRepository
将 key 中储存的数字值减一。
decr(String) - 类 中的方法tech.msop.core.redis.cache.RedisRepository
将 key 中储存的数字值减一。
decrBy(String, long) - 类 中的方法tech.msop.core.redis.cache.RedisRepository
将 key 所储存的值减去减量 decrement 。
decrBy(String, long) - 类 中的方法tech.msop.core.redis.cache.RedisRepository
将 key 所储存的值减去减量 decrement 。
defaultRedisSerializer(MsRedisProperties) - 接口 中的方法tech.msop.core.redis.config.MsRedisSerializerConfigAble
默认的序列化方式
defaultRedisSerializer(MsRedisProperties) - 接口 中的方法tech.msop.core.redis.config.MsRedisSerializerConfigAble
默认的序列化方式
del(String) - 类 中的方法tech.msop.core.redis.cache.RedisRepository
删除给定的一个 key 不存在的 key 会被忽略。
del(CacheKey) - 类 中的方法tech.msop.core.redis.cache.RedisRepository
删除给定的一个 key 不存在的 key 会被忽略。
del(String...) - 类 中的方法tech.msop.core.redis.cache.RedisRepository
删除给定的多个 key 不存在的 key 会被忽略。
del(Collection<String>) - 类 中的方法tech.msop.core.redis.cache.RedisRepository
删除给定的多个 key 不存在的 key 会被忽略。
del(String) - 类 中的方法tech.msop.core.redis.cache.RedisRepository
删除给定的一个 key 不存在的 key 会被忽略。
del(CacheKey) - 类 中的方法tech.msop.core.redis.cache.RedisRepository
删除给定的一个 key 不存在的 key 会被忽略。
del(String...) - 类 中的方法tech.msop.core.redis.cache.RedisRepository
删除给定的多个 key 不存在的 key 会被忽略。
del(Collection<String>) - 类 中的方法tech.msop.core.redis.cache.RedisRepository
删除给定的多个 key 不存在的 key 会被忽略。
deserialize(byte[]) - 类 中的方法tech.msop.core.redis.serializer.ProtostuffSerializer
 
deserialize(byte[]) - 类 中的方法tech.msop.core.redis.serializer.ProtostuffSerializer
 
deserialize(byte[]) - 类 中的方法tech.msop.core.redis.serializer.RedisKeySerializer
 
deserialize(byte[]) - 类 中的方法tech.msop.core.redis.serializer.RedisKeySerializer
 

E

exists(String) - 类 中的方法tech.msop.core.redis.cache.RedisRepository
检查给定 key 是否存在。
exists(String) - 类 中的方法tech.msop.core.redis.cache.RedisRepository
检查给定 key 是否存在。
expire(String, long) - 类 中的方法tech.msop.core.redis.cache.RedisRepository
为给定 key 设置生存时间,当 key 过期时(生存时间为 0 ),它会被自动删除。
expire(String, Duration) - 类 中的方法tech.msop.core.redis.cache.RedisRepository
为给定 key 设置生存时间,当 key 过期时(生存时间为 0 ),它会被自动删除。
expire(String, long) - 类 中的方法tech.msop.core.redis.cache.RedisRepository
为给定 key 设置生存时间,当 key 过期时(生存时间为 0 ),它会被自动删除。
expire(String, Duration) - 类 中的方法tech.msop.core.redis.cache.RedisRepository
为给定 key 设置生存时间,当 key 过期时(生存时间为 0 ),它会被自动删除。
expireAt(String, Date) - 类 中的方法tech.msop.core.redis.cache.RedisRepository
EXPIREAT 的作用和 EXPIRE 类似,都用于为 key 设置生存时间。
expireAt(String, long) - 类 中的方法tech.msop.core.redis.cache.RedisRepository
EXPIREAT 的作用和 EXPIRE 类似,都用于为 key 设置生存时间。
expireAt(String, Date) - 类 中的方法tech.msop.core.redis.cache.RedisRepository
EXPIREAT 的作用和 EXPIRE 类似,都用于为 key 设置生存时间。
expireAt(String, long) - 类 中的方法tech.msop.core.redis.cache.RedisRepository
EXPIREAT 的作用和 EXPIRE 类似,都用于为 key 设置生存时间。

G

get(String) - 类 中的方法tech.msop.core.redis.cache.RedisRepository
返回 key 所关联的 value 值 如果 key 不存在那么返回特殊值 nil 。
get(String, Supplier<T>) - 类 中的方法tech.msop.core.redis.cache.RedisRepository
获取cache 为 null 时使用加载器,然后设置缓存
get(CacheKey) - 类 中的方法tech.msop.core.redis.cache.RedisRepository
返回 key 所关联的 value 值 如果 key 不存在那么返回特殊值 nil 。
get(CacheKey, Supplier<T>) - 类 中的方法tech.msop.core.redis.cache.RedisRepository
获取cache 为 null 时使用加载器,然后设置缓存
get(String) - 类 中的方法tech.msop.core.redis.cache.RedisRepository
返回 key 所关联的 value 值 如果 key 不存在那么返回特殊值 nil 。
get(String, Supplier<T>) - 类 中的方法tech.msop.core.redis.cache.RedisRepository
获取cache 为 null 时使用加载器,然后设置缓存
get(CacheKey) - 类 中的方法tech.msop.core.redis.cache.RedisRepository
返回 key 所关联的 value 值 如果 key 不存在那么返回特殊值 nil 。
get(CacheKey, Supplier<T>) - 类 中的方法tech.msop.core.redis.cache.RedisRepository
获取cache 为 null 时使用加载器,然后设置缓存
getCounter(String) - 类 中的方法tech.msop.core.redis.cache.RedisRepository
获取记数器的值
getCounter(String) - 类 中的方法tech.msop.core.redis.cache.RedisRepository
获取记数器的值
getExpire() - 接口 中的方法tech.msop.core.redis.cache.ICacheKey
超时时间
getExpire() - 接口 中的方法tech.msop.core.redis.cache.ICacheKey
超时时间
getKey(Object...) - 接口 中的方法tech.msop.core.redis.cache.ICacheKey
 
getKey(Object...) - 接口 中的方法tech.msop.core.redis.cache.ICacheKey
 
getPrefix() - 接口 中的方法tech.msop.core.redis.cache.ICacheKey
获取前缀
getPrefix() - 接口 中的方法tech.msop.core.redis.cache.ICacheKey
获取前缀
getSet(String, Object) - 类 中的方法tech.msop.core.redis.cache.RedisRepository
将给定 key 的值设为 value ,并返回 key 的旧值(old value)。
getSet(String, Object) - 类 中的方法tech.msop.core.redis.cache.RedisRepository
将给定 key 的值设为 value ,并返回 key 的旧值(old value)。
getValue() - 类 中的方法tech.msop.core.redis.serializer.BytesWrapper
 
getValue() - 类 中的方法tech.msop.core.redis.serializer.BytesWrapper
 

H

hDel(String, Object...) - 类 中的方法tech.msop.core.redis.cache.RedisRepository
删除哈希表 key 中的一个或多个指定域,不存在的域将被忽略。
hDel(String, Object...) - 类 中的方法tech.msop.core.redis.cache.RedisRepository
删除哈希表 key 中的一个或多个指定域,不存在的域将被忽略。
hExists(String, Object) - 类 中的方法tech.msop.core.redis.cache.RedisRepository
查看哈希表 key 中,给定域 field 是否存在。
hExists(String, Object) - 类 中的方法tech.msop.core.redis.cache.RedisRepository
查看哈希表 key 中,给定域 field 是否存在。
hGet(String, Object) - 类 中的方法tech.msop.core.redis.cache.RedisRepository
返回哈希表 key 中给定域 field 的值。
hGet(String, Object) - 类 中的方法tech.msop.core.redis.cache.RedisRepository
返回哈希表 key 中给定域 field 的值。
hGetAll(String) - 类 中的方法tech.msop.core.redis.cache.RedisRepository
返回哈希表 key 中,所有的域和值。
hGetAll(String) - 类 中的方法tech.msop.core.redis.cache.RedisRepository
返回哈希表 key 中,所有的域和值。
hIncrBy(String, Object, long) - 类 中的方法tech.msop.core.redis.cache.RedisRepository
为哈希表 key 中的域 field 的值加上增量 increment 。
hIncrBy(String, Object, long) - 类 中的方法tech.msop.core.redis.cache.RedisRepository
为哈希表 key 中的域 field 的值加上增量 increment 。
hIncrByFloat(String, Object, double) - 类 中的方法tech.msop.core.redis.cache.RedisRepository
为哈希表 key 中的域 field 加上浮点数增量 increment 。
hIncrByFloat(String, Object, double) - 类 中的方法tech.msop.core.redis.cache.RedisRepository
为哈希表 key 中的域 field 加上浮点数增量 increment 。
hKeys(String) - 类 中的方法tech.msop.core.redis.cache.RedisRepository
返回哈希表 key 中的所有域。
hKeys(String) - 类 中的方法tech.msop.core.redis.cache.RedisRepository
返回哈希表 key 中的所有域。
hLen(String) - 类 中的方法tech.msop.core.redis.cache.RedisRepository
返回哈希表 key 中域的数量。
hLen(String) - 类 中的方法tech.msop.core.redis.cache.RedisRepository
返回哈希表 key 中域的数量。
hmGet(String, Object...) - 类 中的方法tech.msop.core.redis.cache.RedisRepository
返回哈希表 key 中,一个或多个给定域的值。
hmGet(String, Collection<Object>) - 类 中的方法tech.msop.core.redis.cache.RedisRepository
返回哈希表 key 中,一个或多个给定域的值。
hmGet(String, Object...) - 类 中的方法tech.msop.core.redis.cache.RedisRepository
返回哈希表 key 中,一个或多个给定域的值。
hmGet(String, Collection<Object>) - 类 中的方法tech.msop.core.redis.cache.RedisRepository
返回哈希表 key 中,一个或多个给定域的值。
hMset(String, Map<Object, Object>) - 类 中的方法tech.msop.core.redis.cache.RedisRepository
同时将多个 field-value (域-值)对设置到哈希表 key 中。
hMset(String, Map<Object, Object>) - 类 中的方法tech.msop.core.redis.cache.RedisRepository
同时将多个 field-value (域-值)对设置到哈希表 key 中。
hSet(String, Object, Object) - 类 中的方法tech.msop.core.redis.cache.RedisRepository
将哈希表 key 中的域 field 的值设为 value 。
hSet(String, Object, Object) - 类 中的方法tech.msop.core.redis.cache.RedisRepository
将哈希表 key 中的域 field 的值设为 value 。
hVals(String) - 类 中的方法tech.msop.core.redis.cache.RedisRepository
返回哈希表 key 中所有域的值。
hVals(String) - 类 中的方法tech.msop.core.redis.cache.RedisRepository
返回哈希表 key 中所有域的值。

I

ICacheKey - tech.msop.core.redis.cache中的接口
Cache Key
ICacheKey - tech.msop.core.redis.cache中的接口
Cache Key
incr(String) - 类 中的方法tech.msop.core.redis.cache.RedisRepository
将 key 中储存的数字值增一。
incr(String) - 类 中的方法tech.msop.core.redis.cache.RedisRepository
将 key 中储存的数字值增一。
incrBy(String, long) - 类 中的方法tech.msop.core.redis.cache.RedisRepository
将 key 所储存的值加上增量 increment 。
incrBy(String, long) - 类 中的方法tech.msop.core.redis.cache.RedisRepository
将 key 所储存的值加上增量 increment 。
isAllowed(String, long, long, TimeUnit) - 接口 中的方法tech.msop.core.redis.ratelimiter.RateLimiterClient
服务是否被限流
isAllowed(String, long, long) - 接口 中的方法tech.msop.core.redis.ratelimiter.RateLimiterClient
服务是否被限流
isAllowed(String, long, long, TimeUnit) - 接口 中的方法tech.msop.core.redis.ratelimiter.RateLimiterClient
服务是否被限流
isAllowed(String, long, long) - 接口 中的方法tech.msop.core.redis.ratelimiter.RateLimiterClient
服务是否被限流
isAllowed(String, long, long, TimeUnit) - 类 中的方法tech.msop.core.redis.ratelimiter.RedisRateLimiterClient
服务是否被限流
isAllowed(String, long, long, TimeUnit) - 类 中的方法tech.msop.core.redis.ratelimiter.RedisRateLimiterClient
服务是否被限流

K

keys(String) - 类 中的方法tech.msop.core.redis.cache.RedisRepository
查找所有符合给定模式 pattern 的 key 。
keys(String) - 类 中的方法tech.msop.core.redis.cache.RedisRepository
查找所有符合给定模式 pattern 的 key 。

L

lIndex(String, long) - 类 中的方法tech.msop.core.redis.cache.RedisRepository
返回列表 key 中,下标为 index 的元素。
lIndex(String, long) - 类 中的方法tech.msop.core.redis.cache.RedisRepository
返回列表 key 中,下标为 index 的元素。
lLen(String) - 类 中的方法tech.msop.core.redis.cache.RedisRepository
返回列表 key 的长度。
lLen(String) - 类 中的方法tech.msop.core.redis.cache.RedisRepository
返回列表 key 的长度。
lock(String, LockType, long, long, TimeUnit, CheckedSupplier<T>) - 类 中的方法tech.msop.core.redis.lock.RedissonDistributedLock
自动获取锁后执行方法
lock(String, LockType, long, long, TimeUnit, CheckedSupplier<T>) - 类 中的方法tech.msop.core.redis.lock.RedissonDistributedLock
自动获取锁后执行方法
lPop(String) - 类 中的方法tech.msop.core.redis.cache.RedisRepository
移除并返回列表 key 的头元素。
lPop(String) - 类 中的方法tech.msop.core.redis.cache.RedisRepository
移除并返回列表 key 的头元素。
lPush(String, Object...) - 类 中的方法tech.msop.core.redis.cache.RedisRepository
将一个或多个值 value 插入到列表 key 的表头 如果有多个 value 值,那么各个 value 值按从左到右的顺序依次插入到表头: 比如说, 对空列表 mylist 执行命令 LPUSH mylist a b c ,列表的值将是 c b a , 这等同于原子性地执行 LPUSH mylist a 、 LPUSH mylist b 和 LPUSH mylist c 三个命令。
lPush(String, Object...) - 类 中的方法tech.msop.core.redis.cache.RedisRepository
将一个或多个值 value 插入到列表 key 的表头 如果有多个 value 值,那么各个 value 值按从左到右的顺序依次插入到表头: 比如说, 对空列表 mylist 执行命令 LPUSH mylist a b c ,列表的值将是 c b a , 这等同于原子性地执行 LPUSH mylist a 、 LPUSH mylist b 和 LPUSH mylist c 三个命令。
lRange(String, long, long) - 类 中的方法tech.msop.core.redis.cache.RedisRepository
返回列表 key 中指定区间内的元素,区间以偏移量 start 和 stop 指定。
lRange(String, long, long) - 类 中的方法tech.msop.core.redis.cache.RedisRepository
返回列表 key 中指定区间内的元素,区间以偏移量 start 和 stop 指定。
lRem(String, long, Object) - 类 中的方法tech.msop.core.redis.cache.RedisRepository
根据参数 count 的值,移除列表中与参数 value 相等的元素。
lRem(String, long, Object) - 类 中的方法tech.msop.core.redis.cache.RedisRepository
根据参数 count 的值,移除列表中与参数 value 相等的元素。
lSet(String, long, Object) - 类 中的方法tech.msop.core.redis.cache.RedisRepository
将列表 key 下标为 index 的元素的值设置为 value 。
lSet(String, long, Object) - 类 中的方法tech.msop.core.redis.cache.RedisRepository
将列表 key 下标为 index 的元素的值设置为 value 。
lTrim(String, long, long) - 类 中的方法tech.msop.core.redis.cache.RedisRepository
对一个列表进行修剪(trim),就是说,让列表只保留指定区间内的元素,不在指定区间之内的元素都将被删除。
lTrim(String, long, long) - 类 中的方法tech.msop.core.redis.cache.RedisRepository
对一个列表进行修剪(trim),就是说,让列表只保留指定区间内的元素,不在指定区间之内的元素都将被删除。

M

mGet(String...) - 类 中的方法tech.msop.core.redis.cache.RedisRepository
返回所有(一个或多个)给定 key 的值。
mGet(Collection<String>) - 类 中的方法tech.msop.core.redis.cache.RedisRepository
返回所有(一个或多个)给定 key 的值。
mGet(String...) - 类 中的方法tech.msop.core.redis.cache.RedisRepository
返回所有(一个或多个)给定 key 的值。
mGet(Collection<String>) - 类 中的方法tech.msop.core.redis.cache.RedisRepository
返回所有(一个或多个)给定 key 的值。
move(String, int) - 类 中的方法tech.msop.core.redis.cache.RedisRepository
将当前数据库的 key 移动到给定的数据库 db 当中。
move(String, int) - 类 中的方法tech.msop.core.redis.cache.RedisRepository
将当前数据库的 key 移动到给定的数据库 db 当中。
mSet(Object...) - 类 中的方法tech.msop.core.redis.cache.RedisRepository
同时设置一个或多个 key-value 对。
mSet(Object...) - 类 中的方法tech.msop.core.redis.cache.RedisRepository
同时设置一个或多个 key-value 对。
MsLockAutoConfiguration - tech.msop.core.redis.lock中的类
分布式锁自动化配置
MsLockAutoConfiguration - tech.msop.core.redis.lock中的类
分布式锁自动化配置
MsLockAutoConfiguration() - 类 的构造器tech.msop.core.redis.lock.MsLockAutoConfiguration
 
MsLockAutoConfiguration() - 类 的构造器tech.msop.core.redis.lock.MsLockAutoConfiguration
 
MsLockProperties - tech.msop.core.redis.lock中的类
分布式锁配置
MsLockProperties - tech.msop.core.redis.lock中的类
分布式锁配置
MsLockProperties() - 类 的构造器tech.msop.core.redis.lock.MsLockProperties
 
MsLockProperties() - 类 的构造器tech.msop.core.redis.lock.MsLockProperties
 
MsLockProperties.Mode - tech.msop.core.redis.lock中的枚举
 
MsLockProperties.Mode - tech.msop.core.redis.lock中的枚举
 
msRedis(RedisTemplate<String, Object>, StringRedisTemplate) - 类 中的方法tech.msop.core.redis.config.RedisTemplateConfiguration
 
msRedis(RedisTemplate<String, Object>, StringRedisTemplate) - 类 中的方法tech.msop.core.redis.config.RedisTemplateConfiguration
 
MsRedisCacheAutoConfiguration - tech.msop.core.redis.config中的类
扩展redis cache 支持注解cacheName 添加超时时间
MsRedisCacheAutoConfiguration - tech.msop.core.redis.config中的类
扩展redis cache 支持注解cacheName 添加超时时间
MsRedisCacheAutoConfiguration(RedisSerializer<Object>, CacheProperties, CacheManagerCustomizers, RedisCacheConfiguration) - 类 的构造器tech.msop.core.redis.config.MsRedisCacheAutoConfiguration
 
MsRedisCacheAutoConfiguration(RedisSerializer<Object>, CacheProperties, CacheManagerCustomizers, RedisCacheConfiguration) - 类 的构造器tech.msop.core.redis.config.MsRedisCacheAutoConfiguration
 
MsRedisProperties - tech.msop.core.redis.config中的类
Redis 配置
MsRedisProperties - tech.msop.core.redis.config中的类
Redis 配置
MsRedisProperties() - 类 的构造器tech.msop.core.redis.config.MsRedisProperties
 
MsRedisProperties() - 类 的构造器tech.msop.core.redis.config.MsRedisProperties
 
MsRedisProperties.SerializerType - tech.msop.core.redis.config中的枚举
 
MsRedisProperties.SerializerType - tech.msop.core.redis.config中的枚举
 
MsRedisSerializerConfigAble - tech.msop.core.redis.config中的接口
Redis 序列化
MsRedisSerializerConfigAble - tech.msop.core.redis.config中的接口
Redis 序列化

P

persist(String) - 类 中的方法tech.msop.core.redis.cache.RedisRepository
移除给定 key 的生存时间,将这个 key 从『易失的』(带生存时间 key )转换成『持久的』(一个不带生存时间、永不过期的 key )。
persist(String) - 类 中的方法tech.msop.core.redis.cache.RedisRepository
移除给定 key 的生存时间,将这个 key 从『易失的』(带生存时间 key )转换成『持久的』(一个不带生存时间、永不过期的 key )。
pexpire(String, long) - 类 中的方法tech.msop.core.redis.cache.RedisRepository
这个命令和 EXPIRE 命令的作用类似,但是它以毫秒为单位设置 key 的生存时间,而不像 EXPIRE 命令那样,以秒为单位。
pexpire(String, long) - 类 中的方法tech.msop.core.redis.cache.RedisRepository
这个命令和 EXPIRE 命令的作用类似,但是它以毫秒为单位设置 key 的生存时间,而不像 EXPIRE 命令那样,以秒为单位。
PREFIX - 类 中的静态变量tech.msop.core.redis.lock.MsLockProperties
 
PREFIX - 类 中的静态变量tech.msop.core.redis.lock.MsLockProperties
 
ProtostuffSerializer - tech.msop.core.redis.serializer中的类
Protostuff 序列化
ProtostuffSerializer - tech.msop.core.redis.serializer中的类
Protostuff 序列化
ProtostuffSerializer() - 类 的构造器tech.msop.core.redis.serializer.ProtostuffSerializer
 
ProtostuffSerializer() - 类 的构造器tech.msop.core.redis.serializer.ProtostuffSerializer
 
ProtoStuffSerializerConfiguration - tech.msop.core.redis.config中的类
ProtoStuff 序列化配置
ProtoStuffSerializerConfiguration - tech.msop.core.redis.config中的类
ProtoStuff 序列化配置
ProtoStuffSerializerConfiguration() - 类 的构造器tech.msop.core.redis.config.ProtoStuffSerializerConfiguration
 
ProtoStuffSerializerConfiguration() - 类 的构造器tech.msop.core.redis.config.ProtoStuffSerializerConfiguration
 
pttl(String) - 类 中的方法tech.msop.core.redis.cache.RedisRepository
这个命令类似于 TTL 命令,但它以毫秒为单位返回 key 的剩余生存时间,而不是像 TTL 命令那样,以秒为单位。
pttl(String) - 类 中的方法tech.msop.core.redis.cache.RedisRepository
这个命令类似于 TTL 命令,但它以毫秒为单位返回 key 的剩余生存时间,而不是像 TTL 命令那样,以秒为单位。

R

randomKey() - 类 中的方法tech.msop.core.redis.cache.RedisRepository
从当前数据库中随机返回(不删除)一个 key 。
randomKey() - 类 中的方法tech.msop.core.redis.cache.RedisRepository
从当前数据库中随机返回(不删除)一个 key 。
RateLimiter - tech.msop.core.redis.ratelimiter中的注释类型
分布式 限流注解,默认速率 600/ms
RateLimiter - tech.msop.core.redis.ratelimiter中的注释类型
分布式 限流注解,默认速率 600/ms
RateLimiterAutoConfiguration - tech.msop.core.redis.config中的类
基于Redis 的分布式限流自动配置
RateLimiterAutoConfiguration - tech.msop.core.redis.config中的类
基于Redis 的分布式限流自动配置
RateLimiterAutoConfiguration() - 类 的构造器tech.msop.core.redis.config.RateLimiterAutoConfiguration
 
RateLimiterAutoConfiguration() - 类 的构造器tech.msop.core.redis.config.RateLimiterAutoConfiguration
 
RateLimiterClient - tech.msop.core.redis.ratelimiter中的接口
RateLimiter 限流 Client
RateLimiterClient - tech.msop.core.redis.ratelimiter中的接口
RateLimiter 限流 Client
RateLimiterException - tech.msop.core.redis.ratelimiter中的异常错误
限流异常
RateLimiterException - tech.msop.core.redis.ratelimiter中的异常错误
限流异常
RateLimiterException(String, long, long, TimeUnit) - 异常错误 的构造器tech.msop.core.redis.ratelimiter.RateLimiterException
 
RateLimiterException(String, long, long, TimeUnit) - 异常错误 的构造器tech.msop.core.redis.ratelimiter.RateLimiterException
 
RedisAutoCacheManager - tech.msop.core.redis.config中的类
redis cache 扩展 cache name 自动化配置
RedisAutoCacheManager - tech.msop.core.redis.config中的类
redis cache 扩展 cache name 自动化配置
RedisAutoCacheManager(RedisCacheWriter, RedisCacheConfiguration, Map<String, RedisCacheConfiguration>, boolean) - 类 的构造器tech.msop.core.redis.config.RedisAutoCacheManager
 
RedisAutoCacheManager(RedisCacheWriter, RedisCacheConfiguration, Map<String, RedisCacheConfiguration>, boolean) - 类 的构造器tech.msop.core.redis.config.RedisAutoCacheManager
 
redisCacheManager(RedisConnectionFactory) - 类 中的方法tech.msop.core.redis.config.MsRedisCacheAutoConfiguration
 
redisCacheManager(RedisConnectionFactory) - 类 中的方法tech.msop.core.redis.config.MsRedisCacheAutoConfiguration
 
RedisCacheManagerConfiguration - tech.msop.core.redis.config中的类
CacheManagerCustomizers 配置
RedisCacheManagerConfiguration - tech.msop.core.redis.config中的类
CacheManagerCustomizers 配置
RedisCacheManagerConfiguration() - 类 的构造器tech.msop.core.redis.config.RedisCacheManagerConfiguration
 
RedisCacheManagerConfiguration() - 类 的构造器tech.msop.core.redis.config.RedisCacheManagerConfiguration
 
RedisKeySerializer - tech.msop.core.redis.serializer中的类
将redis key 序列化为字符串 spring cache中的简单基本类型直接使用StringRedisSerializer会有问题
RedisKeySerializer - tech.msop.core.redis.serializer中的类
将redis key 序列化为字符串 spring cache中的简单基本类型直接使用StringRedisSerializer会有问题
RedisKeySerializer() - 类 的构造器tech.msop.core.redis.serializer.RedisKeySerializer
 
RedisKeySerializer(Charset) - 类 的构造器tech.msop.core.redis.serializer.RedisKeySerializer
 
RedisKeySerializer() - 类 的构造器tech.msop.core.redis.serializer.RedisKeySerializer
 
RedisKeySerializer(Charset) - 类 的构造器tech.msop.core.redis.serializer.RedisKeySerializer
 
redisLockAspect(DistributedLock) - 类 中的方法tech.msop.core.redis.lock.MsLockAutoConfiguration
 
redisLockAspect(DistributedLock) - 类 中的方法tech.msop.core.redis.lock.MsLockAutoConfiguration
 
redisRateLimiter(StringRedisTemplate, Environment) - 类 中的方法tech.msop.core.redis.config.RateLimiterAutoConfiguration
 
redisRateLimiter(StringRedisTemplate, Environment) - 类 中的方法tech.msop.core.redis.config.RateLimiterAutoConfiguration
 
redisRateLimiterAspect(RedisRateLimiterClient) - 类 中的方法tech.msop.core.redis.config.RateLimiterAutoConfiguration
 
redisRateLimiterAspect(RedisRateLimiterClient) - 类 中的方法tech.msop.core.redis.config.RateLimiterAutoConfiguration
 
RedisRateLimiterAspect - tech.msop.core.redis.ratelimiter中的类
Redis 限流注解切面
RedisRateLimiterAspect - tech.msop.core.redis.ratelimiter中的类
Redis 限流注解切面
RedisRateLimiterAspect() - 类 的构造器tech.msop.core.redis.ratelimiter.RedisRateLimiterAspect
 
RedisRateLimiterAspect() - 类 的构造器tech.msop.core.redis.ratelimiter.RedisRateLimiterAspect
 
RedisRateLimiterClient - tech.msop.core.redis.ratelimiter中的类
Redis 限流服务
RedisRateLimiterClient - tech.msop.core.redis.ratelimiter中的类
Redis 限流服务
RedisRateLimiterClient() - 类 的构造器tech.msop.core.redis.ratelimiter.RedisRateLimiterClient
 
RedisRateLimiterClient() - 类 的构造器tech.msop.core.redis.ratelimiter.RedisRateLimiterClient
 
RedisRepository - tech.msop.core.redis.cache中的类
redis 工具
RedisRepository - tech.msop.core.redis.cache中的类
redis 工具
RedisRepository(RedisTemplate<String, Object>, StringRedisTemplate) - 类 的构造器tech.msop.core.redis.cache.RedisRepository
 
RedisRepository(RedisTemplate<String, Object>, StringRedisTemplate) - 类 的构造器tech.msop.core.redis.cache.RedisRepository
 
redisSerializer(MsRedisProperties) - 接口 中的方法tech.msop.core.redis.config.MsRedisSerializerConfigAble
序列化接口
redisSerializer(MsRedisProperties) - 接口 中的方法tech.msop.core.redis.config.MsRedisSerializerConfigAble
序列化接口
redisSerializer(MsRedisProperties) - 类 中的方法tech.msop.core.redis.config.ProtoStuffSerializerConfiguration
序列化接口
redisSerializer(MsRedisProperties) - 类 中的方法tech.msop.core.redis.config.ProtoStuffSerializerConfiguration
序列化接口
redisSerializer(MsRedisProperties) - 类 中的方法tech.msop.core.redis.config.RedisTemplateConfiguration
value 值 序列化
redisSerializer(MsRedisProperties) - 类 中的方法tech.msop.core.redis.config.RedisTemplateConfiguration
value 值 序列化
redissonClient(MsLockProperties) - 类 中的静态方法tech.msop.core.redis.lock.MsLockAutoConfiguration
 
redissonClient(MsLockProperties) - 类 中的静态方法tech.msop.core.redis.lock.MsLockAutoConfiguration
 
RedissonDistributedLock - tech.msop.core.redis.lock中的类
Redisson 分布式锁实现,基本锁功能的抽象实现
RedissonDistributedLock - tech.msop.core.redis.lock中的类
Redisson 分布式锁实现,基本锁功能的抽象实现
RedissonDistributedLock() - 类 的构造器tech.msop.core.redis.lock.RedissonDistributedLock
 
RedissonDistributedLock() - 类 的构造器tech.msop.core.redis.lock.RedissonDistributedLock
 
redisTemplate(RedisConnectionFactory, RedisSerializer<Object>) - 类 中的方法tech.msop.core.redis.config.RedisTemplateConfiguration
 
redisTemplate(RedisConnectionFactory, RedisSerializer<Object>) - 类 中的方法tech.msop.core.redis.config.RedisTemplateConfiguration
 
RedisTemplateConfiguration - tech.msop.core.redis.config中的类
RedisTemplate 配置
RedisTemplateConfiguration - tech.msop.core.redis.config中的类
RedisTemplate 配置
RedisTemplateConfiguration() - 类 的构造器tech.msop.core.redis.config.RedisTemplateConfiguration
 
RedisTemplateConfiguration() - 类 的构造器tech.msop.core.redis.config.RedisTemplateConfiguration
 
rename(String, String) - 类 中的方法tech.msop.core.redis.cache.RedisRepository
将 key 改名为 newkey 。
rename(String, String) - 类 中的方法tech.msop.core.redis.cache.RedisRepository
将 key 改名为 newkey 。
rPop(String) - 类 中的方法tech.msop.core.redis.cache.RedisRepository
移除并返回列表 key 的尾元素。
rPop(String) - 类 中的方法tech.msop.core.redis.cache.RedisRepository
移除并返回列表 key 的尾元素。
rPopLPush(String, String) - 类 中的方法tech.msop.core.redis.cache.RedisRepository
命令 RPOPLPUSH 在一个原子时间内,执行以下两个动作: 将列表 source 中的最后一个元素(尾元素)弹出,并返回给客户端。
rPopLPush(String, String) - 类 中的方法tech.msop.core.redis.cache.RedisRepository
命令 RPOPLPUSH 在一个原子时间内,执行以下两个动作: 将列表 source 中的最后一个元素(尾元素)弹出,并返回给客户端。
rPush(String, Object...) - 类 中的方法tech.msop.core.redis.cache.RedisRepository
将一个或多个值 value 插入到列表 key 的表尾(最右边)。
rPush(String, Object...) - 类 中的方法tech.msop.core.redis.cache.RedisRepository
将一个或多个值 value 插入到列表 key 的表尾(最右边)。

S

sAdd(String, Object...) - 类 中的方法tech.msop.core.redis.cache.RedisRepository
将一个或多个 member 元素加入到集合 key 当中,已经存在于集合的 member 元素将被忽略。
sAdd(String, Object...) - 类 中的方法tech.msop.core.redis.cache.RedisRepository
将一个或多个 member 元素加入到集合 key 当中,已经存在于集合的 member 元素将被忽略。
sDiff(String, String) - 类 中的方法tech.msop.core.redis.cache.RedisRepository
返回一个集合的全部成员,该集合是所有给定集合之间的差集。
sDiff(String, Collection<String>) - 类 中的方法tech.msop.core.redis.cache.RedisRepository
返回一个集合的全部成员,该集合是所有给定集合之间的差集。
sDiff(String, String) - 类 中的方法tech.msop.core.redis.cache.RedisRepository
返回一个集合的全部成员,该集合是所有给定集合之间的差集。
sDiff(String, Collection<String>) - 类 中的方法tech.msop.core.redis.cache.RedisRepository
返回一个集合的全部成员,该集合是所有给定集合之间的差集。
serialize(Object) - 类 中的方法tech.msop.core.redis.serializer.ProtostuffSerializer
 
serialize(Object) - 类 中的方法tech.msop.core.redis.serializer.ProtostuffSerializer
 
serialize(Object) - 类 中的方法tech.msop.core.redis.serializer.RedisKeySerializer
 
serialize(Object) - 类 中的方法tech.msop.core.redis.serializer.RedisKeySerializer
 
set(CacheKey, Object) - 类 中的方法tech.msop.core.redis.cache.RedisRepository
设置缓存
set(String, Object) - 类 中的方法tech.msop.core.redis.cache.RedisRepository
存放 key value 对到 redis。
set(CacheKey, Object) - 类 中的方法tech.msop.core.redis.cache.RedisRepository
设置缓存
set(String, Object) - 类 中的方法tech.msop.core.redis.cache.RedisRepository
存放 key value 对到 redis。
setApplicationContext(ApplicationContext) - 类 中的方法tech.msop.core.redis.ratelimiter.RedisRateLimiterAspect
 
setApplicationContext(ApplicationContext) - 类 中的方法tech.msop.core.redis.ratelimiter.RedisRateLimiterAspect
 
setEx(String, Object, Duration) - 类 中的方法tech.msop.core.redis.cache.RedisRepository
存放 key value 对到 redis,并将 key 的生存时间设为 seconds (以秒为单位)。
setEx(String, Object, Long) - 类 中的方法tech.msop.core.redis.cache.RedisRepository
存放 key value 对到 redis,并将 key 的生存时间设为 seconds (以秒为单位)。
setEx(String, Object, Duration) - 类 中的方法tech.msop.core.redis.cache.RedisRepository
存放 key value 对到 redis,并将 key 的生存时间设为 seconds (以秒为单位)。
setEx(String, Object, Long) - 类 中的方法tech.msop.core.redis.cache.RedisRepository
存放 key value 对到 redis,并将 key 的生存时间设为 seconds (以秒为单位)。
setValue(T) - 类 中的方法tech.msop.core.redis.serializer.BytesWrapper
 
setValue(T) - 类 中的方法tech.msop.core.redis.serializer.BytesWrapper
 
sInter(String, String) - 类 中的方法tech.msop.core.redis.cache.RedisRepository
返回多个集合的交集,多个集合由 keys 指定
sInter(String, Collection<String>) - 类 中的方法tech.msop.core.redis.cache.RedisRepository
返回多个集合的交集,多个集合由 keys 指定
sInter(String, String) - 类 中的方法tech.msop.core.redis.cache.RedisRepository
返回多个集合的交集,多个集合由 keys 指定
sInter(String, Collection<String>) - 类 中的方法tech.msop.core.redis.cache.RedisRepository
返回多个集合的交集,多个集合由 keys 指定
sIsMember(String, Object) - 类 中的方法tech.msop.core.redis.cache.RedisRepository
判断 member 元素是否集合 key 的成员。
sIsMember(String, Object) - 类 中的方法tech.msop.core.redis.cache.RedisRepository
判断 member 元素是否集合 key 的成员。
sMembers(String) - 类 中的方法tech.msop.core.redis.cache.RedisRepository
返回集合 key 中的所有成员。
sMembers(String) - 类 中的方法tech.msop.core.redis.cache.RedisRepository
返回集合 key 中的所有成员。
sPop(String) - 类 中的方法tech.msop.core.redis.cache.RedisRepository
移除并返回集合中的一个随机元素。
sPop(String) - 类 中的方法tech.msop.core.redis.cache.RedisRepository
移除并返回集合中的一个随机元素。
sRandMember(String) - 类 中的方法tech.msop.core.redis.cache.RedisRepository
返回集合中的一个随机元素。
sRandMember(String, int) - 类 中的方法tech.msop.core.redis.cache.RedisRepository
返回集合中的 count 个随机元素。
sRandMember(String) - 类 中的方法tech.msop.core.redis.cache.RedisRepository
返回集合中的一个随机元素。
sRandMember(String, int) - 类 中的方法tech.msop.core.redis.cache.RedisRepository
返回集合中的 count 个随机元素。
sRem(String, Object...) - 类 中的方法tech.msop.core.redis.cache.RedisRepository
移除集合 key 中的一个或多个 member 元素,不存在的 member 元素会被忽略。
sRem(String, Object...) - 类 中的方法tech.msop.core.redis.cache.RedisRepository
移除集合 key 中的一个或多个 member 元素,不存在的 member 元素会被忽略。
sUnion(String, String) - 类 中的方法tech.msop.core.redis.cache.RedisRepository
返回多个集合的并集,多个集合由 keys 指定 不存在的 key 被视为空集。
sUnion(String, Collection<String>) - 类 中的方法tech.msop.core.redis.cache.RedisRepository
返回多个集合的并集,多个集合由 keys 指定 不存在的 key 被视为空集。
sUnion(String, String) - 类 中的方法tech.msop.core.redis.cache.RedisRepository
返回多个集合的并集,多个集合由 keys 指定 不存在的 key 被视为空集。
sUnion(String, Collection<String>) - 类 中的方法tech.msop.core.redis.cache.RedisRepository
返回多个集合的并集,多个集合由 keys 指定 不存在的 key 被视为空集。

T

tech.msop.core.redis.cache - 程序包 tech.msop.core.redis.cache
 
tech.msop.core.redis.config - 程序包 tech.msop.core.redis.config
 
tech.msop.core.redis.lock - 程序包 tech.msop.core.redis.lock
 
tech.msop.core.redis.ratelimiter - 程序包 tech.msop.core.redis.ratelimiter
 
tech.msop.core.redis.serializer - 程序包 tech.msop.core.redis.serializer
 
tryLock(String, LockType, long, long, TimeUnit) - 类 中的方法tech.msop.core.redis.lock.RedissonDistributedLock
尝试获取锁
tryLock(String, LockType, long, long, TimeUnit) - 类 中的方法tech.msop.core.redis.lock.RedissonDistributedLock
尝试获取锁
ttl(String) - 类 中的方法tech.msop.core.redis.cache.RedisRepository
以秒为单位,返回给定 key 的剩余生存时间(TTL, time to live)。
ttl(String) - 类 中的方法tech.msop.core.redis.cache.RedisRepository
以秒为单位,返回给定 key 的剩余生存时间(TTL, time to live)。
type(String) - 类 中的方法tech.msop.core.redis.cache.RedisRepository
返回 key 所储存的值的类型。
type(String) - 类 中的方法tech.msop.core.redis.cache.RedisRepository
返回 key 所储存的值的类型。
TYPE_NAME - 接口 中的静态变量tech.msop.core.redis.config.MsRedisSerializerConfigAble
JSON序列化字段
TYPE_NAME - 接口 中的静态变量tech.msop.core.redis.config.MsRedisSerializerConfigAble
JSON序列化字段

U

unLock(String, LockType) - 类 中的方法tech.msop.core.redis.lock.RedissonDistributedLock
解锁
unLock(String, LockType) - 类 中的方法tech.msop.core.redis.lock.RedissonDistributedLock
解锁

V

valueOf(String) - 枚举 中的静态方法tech.msop.core.redis.config.MsRedisProperties.SerializerType
返回带有指定名称的该类型的枚举常量。
valueOf(String) - 枚举 中的静态方法tech.msop.core.redis.config.MsRedisProperties.SerializerType
返回带有指定名称的该类型的枚举常量。
valueOf(String) - 枚举 中的静态方法tech.msop.core.redis.lock.MsLockProperties.Mode
返回带有指定名称的该类型的枚举常量。
valueOf(String) - 枚举 中的静态方法tech.msop.core.redis.lock.MsLockProperties.Mode
返回带有指定名称的该类型的枚举常量。
valueOperations(RedisTemplate) - 类 中的方法tech.msop.core.redis.config.RedisTemplateConfiguration
 
valueOperations(RedisTemplate) - 类 中的方法tech.msop.core.redis.config.RedisTemplateConfiguration
 
values() - 枚举 中的静态方法tech.msop.core.redis.config.MsRedisProperties.SerializerType
按照声明该枚举类型的常量的顺序, 返回 包含这些常量的数组。
values() - 枚举 中的静态方法tech.msop.core.redis.config.MsRedisProperties.SerializerType
按照声明该枚举类型的常量的顺序, 返回 包含这些常量的数组。
values() - 枚举 中的静态方法tech.msop.core.redis.lock.MsLockProperties.Mode
按照声明该枚举类型的常量的顺序, 返回 包含这些常量的数组。
values() - 枚举 中的静态方法tech.msop.core.redis.lock.MsLockProperties.Mode
按照声明该枚举类型的常量的顺序, 返回 包含这些常量的数组。

Z

zAdd(String, Object, double) - 类 中的方法tech.msop.core.redis.cache.RedisRepository
将一个或多个 member 元素及其 score 值加入到有序集 key 当中。
zAdd(String, Map<Object, Double>) - 类 中的方法tech.msop.core.redis.cache.RedisRepository
将一个或多个 member 元素及其 score 值加入到有序集 key 当中。
zAdd(String, Object, double) - 类 中的方法tech.msop.core.redis.cache.RedisRepository
将一个或多个 member 元素及其 score 值加入到有序集 key 当中。
zAdd(String, Map<Object, Double>) - 类 中的方法tech.msop.core.redis.cache.RedisRepository
将一个或多个 member 元素及其 score 值加入到有序集 key 当中。
zCard(String) - 类 中的方法tech.msop.core.redis.cache.RedisRepository
返回有序集 key 的基数。
zCard(String) - 类 中的方法tech.msop.core.redis.cache.RedisRepository
返回有序集 key 的基数。
zCount(String, double, double) - 类 中的方法tech.msop.core.redis.cache.RedisRepository
返回有序集 key 中, score 值在 min 和 max 之间(默认包括 score 值等于 min 或 max )的成员的数量。
zCount(String, double, double) - 类 中的方法tech.msop.core.redis.cache.RedisRepository
返回有序集 key 中, score 值在 min 和 max 之间(默认包括 score 值等于 min 或 max )的成员的数量。
zIncrBy(String, Object, double) - 类 中的方法tech.msop.core.redis.cache.RedisRepository
为有序集 key 的成员 member 的 score 值加上增量 increment 。
zIncrBy(String, Object, double) - 类 中的方法tech.msop.core.redis.cache.RedisRepository
为有序集 key 的成员 member 的 score 值加上增量 increment 。
zRange(String, long, long) - 类 中的方法tech.msop.core.redis.cache.RedisRepository
返回有序集 key 中,指定区间内的成员。
zRange(String, long, long) - 类 中的方法tech.msop.core.redis.cache.RedisRepository
返回有序集 key 中,指定区间内的成员。
zRangeByScore(String, double, double) - 类 中的方法tech.msop.core.redis.cache.RedisRepository
返回有序集 key 中,所有 score 值介于 min 和 max 之间(包括等于 min 或 max )的成员。
zRangeByScore(String, double, double) - 类 中的方法tech.msop.core.redis.cache.RedisRepository
返回有序集 key 中,所有 score 值介于 min 和 max 之间(包括等于 min 或 max )的成员。
zRank(String, Object) - 类 中的方法tech.msop.core.redis.cache.RedisRepository
返回有序集 key 中成员 member 的排名。
zRank(String, Object) - 类 中的方法tech.msop.core.redis.cache.RedisRepository
返回有序集 key 中成员 member 的排名。
zRem(String, Object...) - 类 中的方法tech.msop.core.redis.cache.RedisRepository
移除有序集 key 中的一个或多个成员,不存在的成员将被忽略。
zRem(String, Object...) - 类 中的方法tech.msop.core.redis.cache.RedisRepository
移除有序集 key 中的一个或多个成员,不存在的成员将被忽略。
zRevrange(String, long, long) - 类 中的方法tech.msop.core.redis.cache.RedisRepository
返回有序集 key 中,指定区间内的成员。
zRevrange(String, long, long) - 类 中的方法tech.msop.core.redis.cache.RedisRepository
返回有序集 key 中,指定区间内的成员。
zRevrank(String, Object) - 类 中的方法tech.msop.core.redis.cache.RedisRepository
返回有序集 key 中成员 member 的排名。
zRevrank(String, Object) - 类 中的方法tech.msop.core.redis.cache.RedisRepository
返回有序集 key 中成员 member 的排名。
zScore(String, Object) - 类 中的方法tech.msop.core.redis.cache.RedisRepository
返回有序集 key 中,成员 member 的 score 值。
zScore(String, Object) - 类 中的方法tech.msop.core.redis.cache.RedisRepository
返回有序集 key 中,成员 member 的 score 值。
A B C D E G H I K L M P R S T U V Z 
跳过导航链接

Copyright © 2023. All rights reserved.