跳过导航链接
A C D E G H K L O P R S U 

A

AbstractDistributedLockImpl - cn.sylinx.redis.springboot.lock中的类
 
AbstractDistributedLockImpl() - 类 的构造器cn.sylinx.redis.springboot.lock.AbstractDistributedLockImpl
 
AbstractMessageListener - cn.sylinx.redis.springboot中的类
 
AbstractMessageListener() - 类 的构造器cn.sylinx.redis.springboot.AbstractMessageListener
 
atomicAction() - 接口 中的方法cn.sylinx.redis.springboot.lock.DistributedLock.IAction
 

C

cmd(RedisConnection, Object...) - 接口 中的方法cn.sylinx.redis.springboot.RedisCommand.Executeable
 
cn.sylinx.redis.springboot - 程序包 cn.sylinx.redis.springboot
 
cn.sylinx.redis.springboot.lock - 程序包 cn.sylinx.redis.springboot.lock
 
cn.sylinx.redis.springboot.serial - 程序包 cn.sylinx.redis.springboot.serial
 

D

del(String...) - 类 中的方法cn.sylinx.redis.springboot.RedisCommand
 
del(byte[]...) - 类 中的方法cn.sylinx.redis.springboot.RedisCommand
 
DistributedLock - cn.sylinx.redis.springboot.lock中的接口
 
distributedLock(RedisCommand) - 类 中的方法cn.sylinx.redis.springboot.RedisStarter
 
DistributedLock.IAction<T> - cn.sylinx.redis.springboot.lock中的接口
原子操作
DistributedLock.ILockable<T> - cn.sylinx.redis.springboot.lock中的接口
 

E

exe(String, DistributedLock.IAction<T>) - 类 中的方法cn.sylinx.redis.springboot.lock.AbstractDistributedLockImpl
 
exe(DistributedLock.ILockable<T>) - 类 中的方法cn.sylinx.redis.springboot.lock.AbstractDistributedLockImpl
 
exe(DistributedLock.ILockable<T>) - 接口 中的方法cn.sylinx.redis.springboot.lock.DistributedLock
 
exe(String, DistributedLock.IAction<T>) - 接口 中的方法cn.sylinx.redis.springboot.lock.DistributedLock
 
execute() - 接口 中的方法cn.sylinx.redis.springboot.lock.DistributedLock.ILockable
 
executeCommand(RedisCommand.Executeable<T>, Object...) - 类 中的方法cn.sylinx.redis.springboot.RedisCommand
 
exists(byte[]) - 类 中的方法cn.sylinx.redis.springboot.RedisCommand
 
exists(String) - 类 中的方法cn.sylinx.redis.springboot.RedisCommand
 
expire(String, long) - 类 中的方法cn.sylinx.redis.springboot.RedisCommand
 
expire(byte[], long) - 类 中的方法cn.sylinx.redis.springboot.RedisCommand
 

G

get(byte[]) - 类 中的方法cn.sylinx.redis.springboot.RedisCommand
 
get(String) - 类 中的方法cn.sylinx.redis.springboot.RedisCommand
 
getKey() - 接口 中的方法cn.sylinx.redis.springboot.lock.DistributedLock.ILockable
 
getStringRedisSerializer() - 类 中的静态方法cn.sylinx.redis.springboot.serial.SerializerUtil
 

H

hget(byte[], byte[]) - 类 中的方法cn.sylinx.redis.springboot.RedisCommand
 
hget(String, String) - 类 中的方法cn.sylinx.redis.springboot.RedisCommand
 
hgetAll(byte[]) - 类 中的方法cn.sylinx.redis.springboot.RedisCommand
 
hgetAll(String) - 类 中的方法cn.sylinx.redis.springboot.RedisCommand
 
hmset(byte[], Map<byte[], byte[]>) - 类 中的方法cn.sylinx.redis.springboot.RedisCommand
 
hmset(String, Map<String, String>) - 类 中的方法cn.sylinx.redis.springboot.RedisCommand
 
hset(byte[], byte[], byte[]) - 类 中的方法cn.sylinx.redis.springboot.RedisCommand
 
hset(String, String, String) - 类 中的方法cn.sylinx.redis.springboot.RedisCommand
 

K

keys(byte[]) - 类 中的方法cn.sylinx.redis.springboot.RedisCommand
 
keys(String) - 类 中的方法cn.sylinx.redis.springboot.RedisCommand
 

L

lock(String) - 类 中的方法cn.sylinx.redis.springboot.lock.AbstractDistributedLockImpl
加锁 应该以: lock(key); try { doSomething(); } finally { unlock(key); } 的方式调用
lock(String) - 类 中的方法cn.sylinx.redis.springboot.lock.RedisDistributedLockImpl
 

O

onMessage(Message, byte[]) - 类 中的方法cn.sylinx.redis.springboot.AbstractMessageListener
 
onMessage(Message, String) - 类 中的方法cn.sylinx.redis.springboot.AbstractMessageListener
 

P

publish(byte[], byte[]) - 类 中的方法cn.sylinx.redis.springboot.RedisCommand
 
publish(String, String) - 类 中的方法cn.sylinx.redis.springboot.RedisCommand
 

R

RedisCommand - cn.sylinx.redis.springboot中的类
 
RedisCommand() - 类 的构造器cn.sylinx.redis.springboot.RedisCommand
 
redisCommand(RedisConnectionFactory) - 类 中的方法cn.sylinx.redis.springboot.RedisStarter
 
RedisCommand.Executeable<T> - cn.sylinx.redis.springboot中的接口
 
RedisDistributedLockImpl - cn.sylinx.redis.springboot.lock中的类
redis分布式锁
RedisDistributedLockImpl() - 类 的构造器cn.sylinx.redis.springboot.lock.RedisDistributedLockImpl
 
RedisStarter - cn.sylinx.redis.springboot中的类
 
RedisStarter() - 类 的构造器cn.sylinx.redis.springboot.RedisStarter
 

S

SerializerUtil - cn.sylinx.redis.springboot.serial中的类
 
SerializerUtil() - 类 的构造器cn.sylinx.redis.springboot.serial.SerializerUtil
 
set(byte[], byte[]) - 类 中的方法cn.sylinx.redis.springboot.RedisCommand
 
set(String, String) - 类 中的方法cn.sylinx.redis.springboot.RedisCommand
 
setex(byte[], long, byte[]) - 类 中的方法cn.sylinx.redis.springboot.RedisCommand
 
setex(String, long, String) - 类 中的方法cn.sylinx.redis.springboot.RedisCommand
 
setnx(byte[], byte[]) - 类 中的方法cn.sylinx.redis.springboot.RedisCommand
 
setnx(String, String) - 类 中的方法cn.sylinx.redis.springboot.RedisCommand
 
setRedisCommand(RedisCommand) - 类 中的方法cn.sylinx.redis.springboot.lock.RedisDistributedLockImpl
 
setRedisConnectionFactory(RedisConnectionFactory) - 类 中的方法cn.sylinx.redis.springboot.RedisCommand
 
subscribe(MessageListener, byte[]...) - 类 中的方法cn.sylinx.redis.springboot.RedisCommand
 
subscribe(AbstractMessageListener, String...) - 类 中的方法cn.sylinx.redis.springboot.RedisCommand
 

U

unlock(String) - 类 中的方法cn.sylinx.redis.springboot.lock.AbstractDistributedLockImpl
解锁 无论是否加锁成功,都需要调用unlock 应该以: lock(key); try { doSomething(); } finally { unlock(key); } 的方式调用
unlock(String) - 类 中的方法cn.sylinx.redis.springboot.lock.RedisDistributedLockImpl
 
unsubscribe(byte[]...) - 类 中的方法cn.sylinx.redis.springboot.RedisCommand
 
unsubscribe(String...) - 类 中的方法cn.sylinx.redis.springboot.RedisCommand
 
A C D E G H K L O P R S U 
跳过导航链接

Copyright © 2018. All rights reserved.