跳过导航链接
A C D E G H I L M R S T Z 

A

AbstractBaseRedisCommands - tech.mhuang.pacebox.springboot.redis.commands中的类
通用抽象通用处理
AbstractBaseRedisCommands() - 类 的构造器tech.mhuang.pacebox.springboot.redis.commands.AbstractBaseRedisCommands
 
append(int, String, Object) - 类 中的方法tech.mhuang.pacebox.springboot.redis.commands.AbstractBaseRedisCommands
 
append(String, Object) - 类 中的方法tech.mhuang.pacebox.springboot.redis.commands.AbstractBaseRedisCommands
 
append(String, Object) - 接口 中的方法tech.mhuang.pacebox.springboot.redis.commands.string.IRedisStringCommands
根据key追加值
append(int, String, Object) - 接口 中的方法tech.mhuang.pacebox.springboot.redis.commands.string.IRedisStringCommands
其他库追加值返回长度

C

compareTo(Double) - 类 中的方法tech.mhuang.pacebox.springboot.redis.commands.sets.sorted.RedisSortedSetDTO
 

D

del(String) - 类 中的方法tech.mhuang.pacebox.springboot.redis.commands.AbstractBaseRedisCommands
 
del(int, String) - 类 中的方法tech.mhuang.pacebox.springboot.redis.commands.AbstractBaseRedisCommands
 
del(String) - 接口 中的方法tech.mhuang.pacebox.springboot.redis.commands.string.IRedisStringCommands
根据key进行删除
del(int, String) - 接口 中的方法tech.mhuang.pacebox.springboot.redis.commands.string.IRedisStringCommands
删除key
DistributedLockHandler - tech.mhuang.pacebox.springboot.redis.lock中的类
分布式锁
DistributedLockHandler() - 类 的构造器tech.mhuang.pacebox.springboot.redis.lock.DistributedLockHandler
 

E

executeCommand(RedisTemplate<?, ?>) - 接口 中的方法tech.mhuang.pacebox.springboot.redis.commands.RedisCommand
 
executeRedisCommand(RedisCommand<T>) - 接口 中的方法tech.mhuang.pacebox.springboot.redis.commands.IRedisExtCommands
redis执行命令
executeRedisCommand(RedisCommand<T>) - 类 中的方法tech.mhuang.pacebox.springboot.redis.commands.RedisExtCommands
 
exists(String) - 类 中的方法tech.mhuang.pacebox.springboot.redis.commands.AbstractBaseRedisCommands
 
exists(int, String) - 类 中的方法tech.mhuang.pacebox.springboot.redis.commands.AbstractBaseRedisCommands
 
exists(String) - 接口 中的方法tech.mhuang.pacebox.springboot.redis.commands.key.IRedisKeyCommands
判断key是否存在
exists(int, String) - 接口 中的方法tech.mhuang.pacebox.springboot.redis.commands.key.IRedisKeyCommands
判断key是否存在
expire(String, long) - 类 中的方法tech.mhuang.pacebox.springboot.redis.commands.AbstractBaseRedisCommands
 
expire(int, String, long) - 类 中的方法tech.mhuang.pacebox.springboot.redis.commands.AbstractBaseRedisCommands
 
expire(String, long) - 接口 中的方法tech.mhuang.pacebox.springboot.redis.commands.key.IRedisKeyCommands
设置过期时间(秒)
expire(int, String, long) - 接口 中的方法tech.mhuang.pacebox.springboot.redis.commands.key.IRedisKeyCommands
设置过期时间(秒)

G

get(String) - 类 中的方法tech.mhuang.pacebox.springboot.redis.commands.AbstractBaseRedisCommands
 
get(int, String) - 类 中的方法tech.mhuang.pacebox.springboot.redis.commands.AbstractBaseRedisCommands
 
get(String, Class<T>) - 类 中的方法tech.mhuang.pacebox.springboot.redis.commands.RedisExtCommands
 
get(int, String, Class<T>) - 类 中的方法tech.mhuang.pacebox.springboot.redis.commands.RedisExtCommands
 
get(String) - 接口 中的方法tech.mhuang.pacebox.springboot.redis.commands.string.IRedisStringCommands
获取
get(int, String) - 接口 中的方法tech.mhuang.pacebox.springboot.redis.commands.string.IRedisStringCommands
根据库获取值
get(String, Class<T>) - 接口 中的方法tech.mhuang.pacebox.springboot.redis.commands.string.IRedisStringExtCommands
获取值并且转换对应类型
get(int, String, Class<T>) - 接口 中的方法tech.mhuang.pacebox.springboot.redis.commands.string.IRedisStringExtCommands
根据库获取值
getLock(Lock, long, long, long, boolean) - 类 中的方法tech.mhuang.pacebox.springboot.redis.lock.DistributedLockHandler
操作redis获取全局锁
getScore() - 类 中的方法tech.mhuang.pacebox.springboot.redis.commands.sets.sorted.RedisSortedSetDTO
 
getValue() - 类 中的方法tech.mhuang.pacebox.springboot.redis.commands.sets.sorted.RedisSortedSetDTO
 

H

hdel(int, String, Object) - 类 中的方法tech.mhuang.pacebox.springboot.redis.commands.AbstractBaseRedisCommands
 
hdel(String, Object) - 类 中的方法tech.mhuang.pacebox.springboot.redis.commands.AbstractBaseRedisCommands
 
hdel(int, String, Object) - 接口 中的方法tech.mhuang.pacebox.springboot.redis.commands.hash.IRedisHashCommands
 
hdel(String, Object) - 接口 中的方法tech.mhuang.pacebox.springboot.redis.commands.hash.IRedisHashCommands
 
hget(String, String) - 类 中的方法tech.mhuang.pacebox.springboot.redis.commands.AbstractBaseRedisCommands
 
hget(int, String, String) - 类 中的方法tech.mhuang.pacebox.springboot.redis.commands.AbstractBaseRedisCommands
 
hget(String, String) - 接口 中的方法tech.mhuang.pacebox.springboot.redis.commands.hash.IRedisHashCommands
获取单个对key的字段的值
hget(int, String, String) - 接口 中的方法tech.mhuang.pacebox.springboot.redis.commands.hash.IRedisHashCommands
获取单个对key的字段的值
hget(String, String, Class<T>) - 接口 中的方法tech.mhuang.pacebox.springboot.redis.commands.hash.IRedisHashExtCommands
取值转相应类型(该方法只支持单个)
hget(int, String, String, Class<T>) - 接口 中的方法tech.mhuang.pacebox.springboot.redis.commands.hash.IRedisHashExtCommands
获取值转相应类型(该方法只支持单个)
hget(String, String, Class<T>) - 类 中的方法tech.mhuang.pacebox.springboot.redis.commands.RedisExtCommands
 
hget(int, String, String, Class<T>) - 类 中的方法tech.mhuang.pacebox.springboot.redis.commands.RedisExtCommands
 
hgetall(String) - 类 中的方法tech.mhuang.pacebox.springboot.redis.commands.AbstractBaseRedisCommands
 
hgetall(int, String) - 类 中的方法tech.mhuang.pacebox.springboot.redis.commands.AbstractBaseRedisCommands
 
hgetall(String) - 接口 中的方法tech.mhuang.pacebox.springboot.redis.commands.hash.IRedisHashCommands
获取key的所有的字段、值
hgetall(int, String) - 接口 中的方法tech.mhuang.pacebox.springboot.redis.commands.hash.IRedisHashCommands
获取key的所有的字段、值
hgetAll(String, Class<T>) - 接口 中的方法tech.mhuang.pacebox.springboot.redis.commands.hash.IRedisHashExtCommands
获取key下的field value集合。
hgetAll(int, String, Class<T>) - 接口 中的方法tech.mhuang.pacebox.springboot.redis.commands.hash.IRedisHashExtCommands
获取key下的field value集合。
hgetAll(int, String, Class<T>) - 类 中的方法tech.mhuang.pacebox.springboot.redis.commands.RedisExtCommands
 
hgetAll(String, Class<T>) - 类 中的方法tech.mhuang.pacebox.springboot.redis.commands.RedisExtCommands
 
hgetAllList(String, Class<T>) - 接口 中的方法tech.mhuang.pacebox.springboot.redis.commands.hash.IRedisHashExtCommands
获取key下的field value集合。
hgetAllList(int, String, Class<T>) - 接口 中的方法tech.mhuang.pacebox.springboot.redis.commands.hash.IRedisHashExtCommands
获取key下的field value集合。
hgetAllList(String, Class<T>) - 类 中的方法tech.mhuang.pacebox.springboot.redis.commands.RedisExtCommands
 
hgetAllList(int, String, Class<T>) - 类 中的方法tech.mhuang.pacebox.springboot.redis.commands.RedisExtCommands
 
hgetList(String, String, Class<T>) - 接口 中的方法tech.mhuang.pacebox.springboot.redis.commands.hash.IRedisHashExtCommands
获取值转相应类型(该方法只支持单个)
hgetList(int, String, String, Class<T>) - 接口 中的方法tech.mhuang.pacebox.springboot.redis.commands.hash.IRedisHashExtCommands
获取值转相应类型(该方法只支持单个)
hgetList(String, String, Class<T>) - 类 中的方法tech.mhuang.pacebox.springboot.redis.commands.RedisExtCommands
 
hgetList(int, String, String, Class<T>) - 类 中的方法tech.mhuang.pacebox.springboot.redis.commands.RedisExtCommands
 
hincrby(String, String, Long) - 类 中的方法tech.mhuang.pacebox.springboot.redis.commands.AbstractBaseRedisCommands
 
hincrby(int, String, String, Long) - 类 中的方法tech.mhuang.pacebox.springboot.redis.commands.AbstractBaseRedisCommands
 
hincrby(String, String, Long) - 接口 中的方法tech.mhuang.pacebox.springboot.redis.commands.hash.IRedisHashCommands
 
hincrby(int, String, String, Long) - 接口 中的方法tech.mhuang.pacebox.springboot.redis.commands.hash.IRedisHashCommands
 
hkeys(String) - 类 中的方法tech.mhuang.pacebox.springboot.redis.commands.AbstractBaseRedisCommands
 
hkeys(int, String) - 类 中的方法tech.mhuang.pacebox.springboot.redis.commands.AbstractBaseRedisCommands
 
hkeys(String) - 接口 中的方法tech.mhuang.pacebox.springboot.redis.commands.hash.IRedisHashCommands
 
hkeys(int, String) - 接口 中的方法tech.mhuang.pacebox.springboot.redis.commands.hash.IRedisHashCommands
 
hmget(String, Collection<String>) - 类 中的方法tech.mhuang.pacebox.springboot.redis.commands.AbstractBaseRedisCommands
 
hmget(int, String, Collection<String>) - 类 中的方法tech.mhuang.pacebox.springboot.redis.commands.AbstractBaseRedisCommands
 
hmget(String, Collection<String>) - 接口 中的方法tech.mhuang.pacebox.springboot.redis.commands.hash.IRedisHashCommands
根获取这个key中选择的多个field值
hmget(int, String, Collection<String>) - 接口 中的方法tech.mhuang.pacebox.springboot.redis.commands.hash.IRedisHashCommands
根获取这个key中选择的多个field值
hmget(String, Collection<String>, Class<T>) - 接口 中的方法tech.mhuang.pacebox.springboot.redis.commands.hash.IRedisHashExtCommands
获取多个field的值
hmget(int, String, Collection<String>, Class<T>) - 接口 中的方法tech.mhuang.pacebox.springboot.redis.commands.hash.IRedisHashExtCommands
获取多个field的值
hmget(String, Collection<String>, Class<T>) - 类 中的方法tech.mhuang.pacebox.springboot.redis.commands.RedisExtCommands
 
hmget(int, String, Collection<String>, Class<T>) - 类 中的方法tech.mhuang.pacebox.springboot.redis.commands.RedisExtCommands
 
hmset(String, Map<String, Object>) - 类 中的方法tech.mhuang.pacebox.springboot.redis.commands.AbstractBaseRedisCommands
 
hmset(int, String, Map<String, Object>) - 类 中的方法tech.mhuang.pacebox.springboot.redis.commands.AbstractBaseRedisCommands
 
hmset(String, Map<String, Object>) - 接口 中的方法tech.mhuang.pacebox.springboot.redis.commands.hash.IRedisHashCommands
根据键设置多个字段和值
hmset(int, String, Map<String, Object>) - 接口 中的方法tech.mhuang.pacebox.springboot.redis.commands.hash.IRedisHashCommands
根据键设置多个字段和值
hmsetList(String, Map<String, List<Object>>) - 类 中的方法tech.mhuang.pacebox.springboot.redis.commands.AbstractBaseRedisCommands
 
hmsetList(int, String, Map<String, List<Object>>) - 类 中的方法tech.mhuang.pacebox.springboot.redis.commands.AbstractBaseRedisCommands
 
hmsetList(String, Map<String, List<Object>>) - 接口 中的方法tech.mhuang.pacebox.springboot.redis.commands.hash.IRedisHashCommands
 
hmsetList(int, String, Map<String, List<Object>>) - 接口 中的方法tech.mhuang.pacebox.springboot.redis.commands.hash.IRedisHashCommands
 
hset(String, String, Object) - 类 中的方法tech.mhuang.pacebox.springboot.redis.commands.AbstractBaseRedisCommands
 
hset(int, String, String, Object) - 类 中的方法tech.mhuang.pacebox.springboot.redis.commands.AbstractBaseRedisCommands
 
hset(String, String, Object) - 接口 中的方法tech.mhuang.pacebox.springboot.redis.commands.hash.IRedisHashCommands
设置单个值
hset(int, String, String, Object) - 接口 中的方法tech.mhuang.pacebox.springboot.redis.commands.hash.IRedisHashCommands
设置单个值
hset(String, String, Object, long) - 接口 中的方法tech.mhuang.pacebox.springboot.redis.commands.hash.IRedisHashExtCommands
设置hash过期时间
hset(String, String, Object, long) - 类 中的方法tech.mhuang.pacebox.springboot.redis.commands.RedisExtCommands
 
hvals(String) - 类 中的方法tech.mhuang.pacebox.springboot.redis.commands.AbstractBaseRedisCommands
 
hvals(int, String) - 类 中的方法tech.mhuang.pacebox.springboot.redis.commands.AbstractBaseRedisCommands
 
hvals(String) - 接口 中的方法tech.mhuang.pacebox.springboot.redis.commands.hash.IRedisHashCommands
 
hvals(int, String) - 接口 中的方法tech.mhuang.pacebox.springboot.redis.commands.hash.IRedisHashCommands
获取key所有的值
hvals(int, String, Class<T>) - 接口 中的方法tech.mhuang.pacebox.springboot.redis.commands.hash.IRedisHashExtCommands
获取key所有的值
hvals(String, Class<T>) - 接口 中的方法tech.mhuang.pacebox.springboot.redis.commands.hash.IRedisHashExtCommands
获取key下的所有value
hvals(int, String, Class<T>) - 类 中的方法tech.mhuang.pacebox.springboot.redis.commands.RedisExtCommands
 
hvals(String, Class<T>) - 类 中的方法tech.mhuang.pacebox.springboot.redis.commands.RedisExtCommands
 

I

incr(String) - 类 中的方法tech.mhuang.pacebox.springboot.redis.commands.AbstractBaseRedisCommands
 
incr(int, String) - 类 中的方法tech.mhuang.pacebox.springboot.redis.commands.AbstractBaseRedisCommands
 
incr(String) - 接口 中的方法tech.mhuang.pacebox.springboot.redis.commands.string.IRedisStringCommands
原子追加
incr(int, String) - 接口 中的方法tech.mhuang.pacebox.springboot.redis.commands.string.IRedisStringCommands
根据库进行原子追加
IRedisExtCommands - tech.mhuang.pacebox.springboot.redis.commands中的接口
通用Redis接口
IRedisHashCommands - tech.mhuang.pacebox.springboot.redis.commands.hash中的接口
Redis hash接口
IRedisHashExtCommands - tech.mhuang.pacebox.springboot.redis.commands.hash中的接口
redisHash扩展接口
IRedisKeyCommands - tech.mhuang.pacebox.springboot.redis.commands.key中的接口
redis key操作
IRedisListCommands - tech.mhuang.pacebox.springboot.redis.commands.list中的接口
redis list接口
IRedisSortedSetCommands - tech.mhuang.pacebox.springboot.redis.commands.sets.sorted中的接口
有序集合
IRedisStringCommands - tech.mhuang.pacebox.springboot.redis.commands.string中的接口
String工具类
IRedisStringExtCommands - tech.mhuang.pacebox.springboot.redis.commands.string中的接口
redis string扩展接口

L

Lock - tech.mhuang.pacebox.springboot.redis.lock中的类
Lock() - 类 的构造器tech.mhuang.pacebox.springboot.redis.lock.Lock
 

M

mget(Collection<String>) - 类 中的方法tech.mhuang.pacebox.springboot.redis.commands.AbstractBaseRedisCommands
 
mget(int, Collection<String>) - 类 中的方法tech.mhuang.pacebox.springboot.redis.commands.AbstractBaseRedisCommands
 
mget(Collection<String>) - 接口 中的方法tech.mhuang.pacebox.springboot.redis.commands.string.IRedisStringCommands
获取多个值
mget(int, Collection<String>) - 接口 中的方法tech.mhuang.pacebox.springboot.redis.commands.string.IRedisStringCommands
根据key集合获取多个值
mset(Map<String, Object>) - 类 中的方法tech.mhuang.pacebox.springboot.redis.commands.AbstractBaseRedisCommands
 
mset(int, Map<String, Object>) - 类 中的方法tech.mhuang.pacebox.springboot.redis.commands.AbstractBaseRedisCommands
 
mset(Map<String, Object>) - 接口 中的方法tech.mhuang.pacebox.springboot.redis.commands.string.IRedisStringCommands
设置多个值
mset(int, Map<String, Object>) - 接口 中的方法tech.mhuang.pacebox.springboot.redis.commands.string.IRedisStringCommands
设置其他库多个值

R

RedisCommand<T> - tech.mhuang.pacebox.springboot.redis.commands中的接口
redis命令接口
RedisExtCommands - tech.mhuang.pacebox.springboot.redis.commands中的类
redis操作类
RedisExtCommands() - 类 的构造器tech.mhuang.pacebox.springboot.redis.commands.RedisExtCommands
 
RedisSortedSetDTO - tech.mhuang.pacebox.springboot.redis.commands.sets.sorted中的类
sortedset 对象
RedisSortedSetDTO() - 类 的构造器tech.mhuang.pacebox.springboot.redis.commands.sets.sorted.RedisSortedSetDTO
 
releaseLock(Lock) - 类 中的方法tech.mhuang.pacebox.springboot.redis.lock.DistributedLockHandler
释放锁

S

scan(int, String, int, Class<T>) - 类 中的方法tech.mhuang.pacebox.springboot.redis.commands.AbstractBaseRedisCommands
 
scan(String, int, Class<T>) - 接口 中的方法tech.mhuang.pacebox.springboot.redis.commands.key.IRedisKeyCommands
扫描获取最多的数据
scan(int, String, int, Class<T>) - 接口 中的方法tech.mhuang.pacebox.springboot.redis.commands.key.IRedisKeyCommands
扫描获取最多的数据
scan(String, int, Class<T>) - 类 中的方法tech.mhuang.pacebox.springboot.redis.commands.RedisExtCommands
 
set(String, Object) - 类 中的方法tech.mhuang.pacebox.springboot.redis.commands.AbstractBaseRedisCommands
 
set(String, Object, long) - 类 中的方法tech.mhuang.pacebox.springboot.redis.commands.AbstractBaseRedisCommands
 
set(int, String, Object) - 类 中的方法tech.mhuang.pacebox.springboot.redis.commands.AbstractBaseRedisCommands
 
set(int, String, Object, long) - 类 中的方法tech.mhuang.pacebox.springboot.redis.commands.AbstractBaseRedisCommands
 
set(String, Object) - 接口 中的方法tech.mhuang.pacebox.springboot.redis.commands.string.IRedisStringCommands
设置key value
set(String, Object, long) - 接口 中的方法tech.mhuang.pacebox.springboot.redis.commands.string.IRedisStringCommands
设置key value 并添加过期时间
set(int, String, Object) - 接口 中的方法tech.mhuang.pacebox.springboot.redis.commands.string.IRedisStringCommands
设置其他库的key value
set(int, String, Object, long) - 接口 中的方法tech.mhuang.pacebox.springboot.redis.commands.string.IRedisStringCommands
设置其他库过期时间
setRedisTemplate(RedisTemplate<String, ?>) - 类 中的方法tech.mhuang.pacebox.springboot.redis.commands.RedisExtCommands
 

T

tech.mhuang.pacebox.springboot.redis.commands - 程序包 tech.mhuang.pacebox.springboot.redis.commands
 
tech.mhuang.pacebox.springboot.redis.commands.hash - 程序包 tech.mhuang.pacebox.springboot.redis.commands.hash
 
tech.mhuang.pacebox.springboot.redis.commands.key - 程序包 tech.mhuang.pacebox.springboot.redis.commands.key
 
tech.mhuang.pacebox.springboot.redis.commands.list - 程序包 tech.mhuang.pacebox.springboot.redis.commands.list
 
tech.mhuang.pacebox.springboot.redis.commands.sets.sorted - 程序包 tech.mhuang.pacebox.springboot.redis.commands.sets.sorted
 
tech.mhuang.pacebox.springboot.redis.commands.string - 程序包 tech.mhuang.pacebox.springboot.redis.commands.string
 
tech.mhuang.pacebox.springboot.redis.lock - 程序包 tech.mhuang.pacebox.springboot.redis.lock
 
tryLock(Lock) - 类 中的方法tech.mhuang.pacebox.springboot.redis.lock.DistributedLockHandler
尝试获取全局锁
tryLock(Lock, boolean) - 类 中的方法tech.mhuang.pacebox.springboot.redis.lock.DistributedLockHandler
尝试获取全局锁
tryLock(Lock, long) - 类 中的方法tech.mhuang.pacebox.springboot.redis.lock.DistributedLockHandler
尝试获取全局锁
tryLock(Lock, long, long) - 类 中的方法tech.mhuang.pacebox.springboot.redis.lock.DistributedLockHandler
尝试获取全局锁
tryLock(Lock, long, long, long) - 类 中的方法tech.mhuang.pacebox.springboot.redis.lock.DistributedLockHandler
尝试获取全局锁

Z

zadd(String, double, Object) - 类 中的方法tech.mhuang.pacebox.springboot.redis.commands.AbstractBaseRedisCommands
 
zadd(int, String, double, Object) - 类 中的方法tech.mhuang.pacebox.springboot.redis.commands.AbstractBaseRedisCommands
添加
zadd(String, List<RedisSortedSetDTO>) - 类 中的方法tech.mhuang.pacebox.springboot.redis.commands.AbstractBaseRedisCommands
 
zadd(int, String, List<RedisSortedSetDTO>) - 类 中的方法tech.mhuang.pacebox.springboot.redis.commands.AbstractBaseRedisCommands
 
zadd(String, double, Object) - 接口 中的方法tech.mhuang.pacebox.springboot.redis.commands.sets.sorted.IRedisSortedSetCommands
添加
zadd(String, List<RedisSortedSetDTO>) - 接口 中的方法tech.mhuang.pacebox.springboot.redis.commands.sets.sorted.IRedisSortedSetCommands
 
zadd(int, String, double, Object) - 接口 中的方法tech.mhuang.pacebox.springboot.redis.commands.sets.sorted.IRedisSortedSetCommands
添加
zadd(int, String, List<RedisSortedSetDTO>) - 接口 中的方法tech.mhuang.pacebox.springboot.redis.commands.sets.sorted.IRedisSortedSetCommands
 
zIncrBy(int, String, double, Object) - 类 中的方法tech.mhuang.pacebox.springboot.redis.commands.AbstractBaseRedisCommands
 
zIncrBy(int, String, double, Object) - 接口 中的方法tech.mhuang.pacebox.springboot.redis.commands.sets.sorted.IRedisSortedSetCommands
 
zRevRange(int, String, long, long, Class<T>) - 类 中的方法tech.mhuang.pacebox.springboot.redis.commands.AbstractBaseRedisCommands
 
zRevRange(int, String, long, long, Class<T>) - 接口 中的方法tech.mhuang.pacebox.springboot.redis.commands.sets.sorted.IRedisSortedSetCommands
最大的分数在前获取
A C D E G H I L M R S T Z 
跳过导航链接

Copyright © 2021. All rights reserved.