Skip navigation links
A B C D E G H I J K L M N O P R S T U W Z 

A

AbstractJedisIRedisClient - Class in org.rarefiedredis.redis.adapter.jedis
 
AbstractJedisIRedisClient() - Constructor for class org.rarefiedredis.redis.adapter.jedis.AbstractJedisIRedisClient
 
AbstractRedisClient - Class in org.rarefiedredis.redis
 
AbstractRedisClient() - Constructor for class org.rarefiedredis.redis.AbstractRedisClient
 
AbstractRedisMock - Class in org.rarefiedredis.redis
 
AbstractRedisMock() - Constructor for class org.rarefiedredis.redis.AbstractRedisMock
 
append(String, String) - Method in class org.rarefiedredis.redis.AbstractRedisClient
 
append(String, String) - Method in class org.rarefiedredis.redis.adapter.jedis.AbstractJedisIRedisClient
 
append(String, String) - Method in class org.rarefiedredis.redis.adapter.jedis.JedisAdapter
 
append(String, String) - Method in interface org.rarefiedredis.redis.IRedisString
Append value onto key.
append(String, String) - Method in class org.rarefiedredis.redis.RedisMock
 
append(String, String) - Method in class org.rarefiedredis.redis.RedisMockClient
 
append(String, String) - Method in class org.rarefiedredis.redis.RedisMockMulti
 
ArgException - Exception in org.rarefiedredis.redis
 
ArgException(String) - Constructor for exception org.rarefiedredis.redis.ArgException
 
ArgException(Throwable) - Constructor for exception org.rarefiedredis.redis.ArgException
 
asMap(Set<IRedisSortedSet.ZsetPair>) - Static method in class org.rarefiedredis.redis.IRedisSortedSet.ZsetPair
 

B

BitArgException - Exception in org.rarefiedredis.redis
 
BitArgException() - Constructor for exception org.rarefiedredis.redis.BitArgException
 
bitcount(String, long...) - Method in class org.rarefiedredis.redis.AbstractRedisClient
 
bitcount(String, long...) - Method in class org.rarefiedredis.redis.adapter.jedis.AbstractJedisIRedisClient
 
bitcount(String, long...) - Method in interface org.rarefiedredis.redis.IRedisString
Count the number of set bits in a string.
bitcount(String, long...) - Method in class org.rarefiedredis.redis.RedisMock
 
bitcount(String, long...) - Method in class org.rarefiedredis.redis.RedisMockClient
 
bitcount(String, long...) - Method in class org.rarefiedredis.redis.RedisMockMulti
 
bitop(String, String, String...) - Method in class org.rarefiedredis.redis.AbstractRedisClient
 
bitop(String, String, String...) - Method in class org.rarefiedredis.redis.adapter.jedis.AbstractJedisIRedisClient
 
bitop(String, String, String...) - Method in interface org.rarefiedredis.redis.IRedisString
Perform a bitwise operation between multiple keys and store the result in the destination key.
bitop(String, String, String...) - Method in class org.rarefiedredis.redis.RedisMock
 
bitop(String, String, String...) - Method in class org.rarefiedredis.redis.RedisMockClient
 
bitop(String, String, String...) - Method in class org.rarefiedredis.redis.RedisMockMulti
 
bitpos(String, long, long...) - Method in class org.rarefiedredis.redis.AbstractRedisClient
 
bitpos(String, long, long...) - Method in class org.rarefiedredis.redis.adapter.jedis.AbstractJedisIRedisClient
 
bitpos(String, long, long...) - Method in interface org.rarefiedredis.redis.IRedisString
Return the position of the first bit set to 0 or 1 in a string.
bitpos(String, long, long...) - Method in class org.rarefiedredis.redis.RedisMock
 
bitpos(String, long, long...) - Method in class org.rarefiedredis.redis.RedisMockClient
 
bitpos(String, long, long...) - Method in class org.rarefiedredis.redis.RedisMockMulti
 

C

clone() - Method in class org.rarefiedredis.redis.RedisMock
Always throws a CloneNotSupportedException.
close() - Method in class org.rarefiedredis.redis.AbstractRedisClient
 
close() - Method in class org.rarefiedredis.redis.adapter.jedis.JedisIRedisClient
 
close() - Method in interface org.rarefiedredis.redis.IRedisClient
Close this client.
command(String, Object...) - Method in class org.rarefiedredis.redis.adapter.jedis.AbstractJedisIRedisClient
 
command(String, Object...) - Method in class org.rarefiedredis.redis.adapter.jedis.JedisIRedisClient
 
command(String, Object...) - Method in class org.rarefiedredis.redis.adapter.jedis.JedisIRedisClientMulti
 
comparator() - Static method in class org.rarefiedredis.redis.IRedisSortedSet.ZsetPair
 
convertGlobToRegEx(String) - Static method in class org.rarefiedredis.redis.GlobToRegEx
 
createClient() - Method in class org.rarefiedredis.redis.adapter.jedis.JedisIRedisClient
 
createClient() - Method in class org.rarefiedredis.redis.adapter.jedis.JedisIRedisClientMulti
 
createClient() - Method in interface org.rarefiedredis.redis.IRedisClient
Create a client.
createClient() - Method in class org.rarefiedredis.redis.RedisMock
 
createClient() - Method in class org.rarefiedredis.redis.RedisMockClient
 
createClient() - Method in class org.rarefiedredis.redis.RedisMockMulti
 
cursor - Variable in class org.rarefiedredis.redis.ScanResult
 

D

decr(String) - Method in class org.rarefiedredis.redis.AbstractRedisClient
 
decr(String) - Method in class org.rarefiedredis.redis.adapter.jedis.AbstractJedisIRedisClient
 
decr(String) - Method in class org.rarefiedredis.redis.adapter.jedis.JedisAdapter
 
decr(String) - Method in interface org.rarefiedredis.redis.IRedisString
Decrement the number stored at key by one.
decr(String) - Method in class org.rarefiedredis.redis.RedisMock
 
decr(String) - Method in class org.rarefiedredis.redis.RedisMockClient
 
decr(String) - Method in class org.rarefiedredis.redis.RedisMockMulti
 
decrby(String, long) - Method in class org.rarefiedredis.redis.AbstractRedisClient
 
decrby(String, long) - Method in class org.rarefiedredis.redis.adapter.jedis.AbstractJedisIRedisClient
 
decrBy(String, long) - Method in class org.rarefiedredis.redis.adapter.jedis.JedisAdapter
 
decrby(String, long) - Method in interface org.rarefiedredis.redis.IRedisString
Decrement the number stored at key by the given decrement.
decrby(String, long) - Method in class org.rarefiedredis.redis.RedisMock
 
decrby(String, long) - Method in class org.rarefiedredis.redis.RedisMockClient
 
decrby(String, long) - Method in class org.rarefiedredis.redis.RedisMockMulti
 
del(String...) - Method in class org.rarefiedredis.redis.AbstractRedisClient
 
del(String...) - Method in class org.rarefiedredis.redis.adapter.jedis.AbstractJedisIRedisClient
 
del(String...) - Method in class org.rarefiedredis.redis.adapter.jedis.JedisAdapter
 
del(String) - Method in class org.rarefiedredis.redis.adapter.jedis.JedisAdapter
 
del(String...) - Method in interface org.rarefiedredis.redis.IRedisKeys
 
del(String...) - Method in class org.rarefiedredis.redis.RedisMock
 
del(String...) - Method in class org.rarefiedredis.redis.RedisMockClient
 
del(String...) - Method in class org.rarefiedredis.redis.RedisMockMulti
 
descendingComparator() - Static method in class org.rarefiedredis.redis.IRedisSortedSet.ZsetPair
 
discard() - Method in class org.rarefiedredis.redis.AbstractRedisClient
 
discard() - Method in class org.rarefiedredis.redis.adapter.jedis.AbstractJedisIRedisClient
 
discard() - Method in class org.rarefiedredis.redis.adapter.jedis.JedisIRedisClientMulti
 
discard() - Method in interface org.rarefiedredis.redis.IRedisTransaction
 
discard() - Method in class org.rarefiedredis.redis.RedisMock
 
discard() - Method in class org.rarefiedredis.redis.RedisMockClient
 
discard() - Method in class org.rarefiedredis.redis.RedisMockMulti
 
DiscardWithoutMultiException - Exception in org.rarefiedredis.redis
 
DiscardWithoutMultiException() - Constructor for exception org.rarefiedredis.redis.DiscardWithoutMultiException
 
dump(String) - Method in class org.rarefiedredis.redis.AbstractRedisClient
 
dump(String) - Method in class org.rarefiedredis.redis.adapter.jedis.AbstractJedisIRedisClient
 
dump(String) - Method in interface org.rarefiedredis.redis.IRedisKeys
 

E

exec() - Method in class org.rarefiedredis.redis.AbstractRedisClient
 
exec() - Method in class org.rarefiedredis.redis.adapter.jedis.AbstractJedisIRedisClient
 
exec() - Method in class org.rarefiedredis.redis.adapter.jedis.JedisIRedisClientMulti
 
exec() - Method in interface org.rarefiedredis.redis.IRedisTransaction
 
exec() - Method in class org.rarefiedredis.redis.RedisMock
 
exec() - Method in class org.rarefiedredis.redis.RedisMockClient
 
exec() - Method in class org.rarefiedredis.redis.RedisMockMulti
 
execute(String) - Method in class org.rarefiedredis.redis.LuaScripter
 
execute(String, List<String>) - Method in class org.rarefiedredis.redis.LuaScripter
 
execute(String, List<String>, List<String>) - Method in class org.rarefiedredis.redis.LuaScripter
 
ExecWithoutMultiException - Exception in org.rarefiedredis.redis
 
ExecWithoutMultiException() - Constructor for exception org.rarefiedredis.redis.ExecWithoutMultiException
 
exists(String) - Method in class org.rarefiedredis.redis.AbstractRedisClient
 
exists(String) - Method in class org.rarefiedredis.redis.adapter.jedis.AbstractJedisIRedisClient
 
exists(String) - Method in class org.rarefiedredis.redis.adapter.jedis.JedisAdapter
 
exists(String) - Method in interface org.rarefiedredis.redis.IRedisCache
Does the key exist in the cache?
exists(String) - Method in interface org.rarefiedredis.redis.IRedisKeys
 
exists(String) - Method in class org.rarefiedredis.redis.RedisHashCache
 
exists(String) - Method in class org.rarefiedredis.redis.RedisListCache
 
exists(String) - Method in class org.rarefiedredis.redis.RedisMock
 
exists(String) - Method in class org.rarefiedredis.redis.RedisMockClient
 
exists(String) - Method in class org.rarefiedredis.redis.RedisMockMulti
 
exists(String) - Method in class org.rarefiedredis.redis.RedisSetCache
 
exists(String) - Method in class org.rarefiedredis.redis.RedisSortedSetCache
 
exists(String) - Method in class org.rarefiedredis.redis.RedisStringCache
 
existsValue(String, String) - Method in class org.rarefiedredis.redis.RedisSortedSetCache
 
expire(String, int) - Method in class org.rarefiedredis.redis.AbstractRedisClient
 
expire(String, int) - Method in class org.rarefiedredis.redis.adapter.jedis.AbstractJedisIRedisClient
 
expire(String, int) - Method in class org.rarefiedredis.redis.adapter.jedis.JedisAdapter
 
expire(String, int) - Method in interface org.rarefiedredis.redis.IRedisKeys
 
expire(String, int) - Method in class org.rarefiedredis.redis.RedisMock
 
expire(String, int) - Method in class org.rarefiedredis.redis.RedisMockClient
 
expire(String, int) - Method in class org.rarefiedredis.redis.RedisMockMulti
 
expireat(String, long) - Method in class org.rarefiedredis.redis.AbstractRedisClient
 
expireat(String, long) - Method in class org.rarefiedredis.redis.adapter.jedis.AbstractJedisIRedisClient
 
expireAt(String, long) - Method in class org.rarefiedredis.redis.adapter.jedis.JedisAdapter
 
expireat(String, long) - Method in interface org.rarefiedredis.redis.IRedisKeys
 
expireat(String, long) - Method in class org.rarefiedredis.redis.RedisMock
 
expireat(String, long) - Method in class org.rarefiedredis.redis.RedisMockClient
 
expireat(String, long) - Method in class org.rarefiedredis.redis.RedisMockMulti
 

G

get(String) - Method in class org.rarefiedredis.redis.AbstractRedisClient
 
get(String) - Method in class org.rarefiedredis.redis.adapter.jedis.AbstractJedisIRedisClient
 
get(String) - Method in class org.rarefiedredis.redis.adapter.jedis.JedisAdapter
 
get(String) - Method in interface org.rarefiedredis.redis.IRedisCache
Get the key from the cache.
get(String) - Method in interface org.rarefiedredis.redis.IRedisString
Get the value of a key.
get(String) - Method in class org.rarefiedredis.redis.RedisHashCache
 
get(String) - Method in class org.rarefiedredis.redis.RedisListCache
 
get(String) - Method in class org.rarefiedredis.redis.RedisMock
 
get(String) - Method in class org.rarefiedredis.redis.RedisMockClient
 
get(String) - Method in class org.rarefiedredis.redis.RedisMockMulti
 
get(String) - Method in class org.rarefiedredis.redis.RedisSetCache
 
get(String) - Method in class org.rarefiedredis.redis.RedisSortedSetCache
 
get(String) - Method in class org.rarefiedredis.redis.RedisStringCache
 
getbit(String, long) - Method in class org.rarefiedredis.redis.AbstractRedisClient
 
getbit(String, long) - Method in class org.rarefiedredis.redis.adapter.jedis.AbstractJedisIRedisClient
 
getbit(String, long) - Method in interface org.rarefiedredis.redis.IRedisString
Returns the bit value at offset in the string value stored at key.
getbit(String, long) - Method in class org.rarefiedredis.redis.RedisMock
 
getbit(String, long) - Method in class org.rarefiedredis.redis.RedisMockClient
 
getbit(String, long) - Method in class org.rarefiedredis.redis.RedisMockMulti
 
getrange(String, long, long) - Method in class org.rarefiedredis.redis.AbstractRedisClient
 
getrange(String, long, long) - Method in class org.rarefiedredis.redis.adapter.jedis.AbstractJedisIRedisClient
 
getrange(String, long, long) - Method in interface org.rarefiedredis.redis.IRedisString
Returns the substring of the string value stored at key, determined by the inclusive offsets start and end.
getrange(String, long, long) - Method in class org.rarefiedredis.redis.RedisMock
 
getrange(String, long, long) - Method in class org.rarefiedredis.redis.RedisMockClient
 
getrange(String, long, long) - Method in class org.rarefiedredis.redis.RedisMockMulti
 
getScore(String, String) - Method in class org.rarefiedredis.redis.RedisSortedSetCache
 
getset(String, String) - Method in class org.rarefiedredis.redis.AbstractRedisClient
 
getset(String, String) - Method in class org.rarefiedredis.redis.adapter.jedis.AbstractJedisIRedisClient
 
getSet(String, String) - Method in class org.rarefiedredis.redis.adapter.jedis.JedisAdapter
 
getset(String, String) - Method in interface org.rarefiedredis.redis.IRedisString
Atomically set a key and return its previous value.
getset(String, String) - Method in class org.rarefiedredis.redis.RedisMock
 
getset(String, String) - Method in class org.rarefiedredis.redis.RedisMockClient
 
getset(String, String) - Method in class org.rarefiedredis.redis.RedisMockMulti
 
GlobToRegEx - Class in org.rarefiedredis.redis
 
GlobToRegEx() - Constructor for class org.rarefiedredis.redis.GlobToRegEx
 

H

hdel(String, String, String...) - Method in class org.rarefiedredis.redis.AbstractRedisClient
 
hdel(String, String, String...) - Method in class org.rarefiedredis.redis.adapter.jedis.AbstractJedisIRedisClient
 
hdel(String, String...) - Method in class org.rarefiedredis.redis.adapter.jedis.JedisAdapter
 
hdel(String, String, String...) - Method in interface org.rarefiedredis.redis.IRedisHash
 
hdel(String, String, String...) - Method in class org.rarefiedredis.redis.RedisMock
 
hdel(String, String, String...) - Method in class org.rarefiedredis.redis.RedisMockClient
 
hdel(String, String, String...) - Method in class org.rarefiedredis.redis.RedisMockMulti
 
hexists(String, String) - Method in class org.rarefiedredis.redis.AbstractRedisClient
 
hexists(String, String) - Method in class org.rarefiedredis.redis.adapter.jedis.AbstractJedisIRedisClient
 
hexists(String, String) - Method in class org.rarefiedredis.redis.adapter.jedis.JedisAdapter
 
hexists(String, String) - Method in interface org.rarefiedredis.redis.IRedisHash
 
hexists(String, String) - Method in class org.rarefiedredis.redis.RedisMock
 
hexists(String, String) - Method in class org.rarefiedredis.redis.RedisMockClient
 
hexists(String, String) - Method in class org.rarefiedredis.redis.RedisMockMulti
 
hget(String, String) - Method in class org.rarefiedredis.redis.AbstractRedisClient
 
hget(String, String) - Method in class org.rarefiedredis.redis.adapter.jedis.AbstractJedisIRedisClient
 
hget(String, String) - Method in class org.rarefiedredis.redis.adapter.jedis.JedisAdapter
 
hget(String, String) - Method in interface org.rarefiedredis.redis.IRedisHash
 
hget(String, String) - Method in class org.rarefiedredis.redis.RedisMock
 
hget(String, String) - Method in class org.rarefiedredis.redis.RedisMockClient
 
hget(String, String) - Method in class org.rarefiedredis.redis.RedisMockMulti
 
hgetall(String) - Method in class org.rarefiedredis.redis.AbstractRedisClient
 
hgetall(String) - Method in class org.rarefiedredis.redis.adapter.jedis.AbstractJedisIRedisClient
 
hgetAll(String) - Method in class org.rarefiedredis.redis.adapter.jedis.JedisAdapter
 
hgetall(String) - Method in interface org.rarefiedredis.redis.IRedisHash
 
hgetall(String) - Method in class org.rarefiedredis.redis.RedisMock
 
hgetall(String) - Method in class org.rarefiedredis.redis.RedisMockClient
 
hgetall(String) - Method in class org.rarefiedredis.redis.RedisMockMulti
 
hincrby(String, String, long) - Method in class org.rarefiedredis.redis.AbstractRedisClient
 
hincrby(String, String, long) - Method in class org.rarefiedredis.redis.adapter.jedis.AbstractJedisIRedisClient
 
hincrBy(String, String, long) - Method in class org.rarefiedredis.redis.adapter.jedis.JedisAdapter
 
hincrby(String, String, long) - Method in interface org.rarefiedredis.redis.IRedisHash
 
hincrby(String, String, long) - Method in class org.rarefiedredis.redis.RedisMock
 
hincrby(String, String, long) - Method in class org.rarefiedredis.redis.RedisMockClient
 
hincrby(String, String, long) - Method in class org.rarefiedredis.redis.RedisMockMulti
 
hincrbyfloat(String, String, double) - Method in class org.rarefiedredis.redis.AbstractRedisClient
 
hincrbyfloat(String, String, double) - Method in class org.rarefiedredis.redis.adapter.jedis.AbstractJedisIRedisClient
 
hincrByFloat(String, String, double) - Method in class org.rarefiedredis.redis.adapter.jedis.JedisAdapter
 
hincrbyfloat(String, String, double) - Method in interface org.rarefiedredis.redis.IRedisHash
 
hincrbyfloat(String, String, double) - Method in class org.rarefiedredis.redis.RedisMock
 
hincrbyfloat(String, String, double) - Method in class org.rarefiedredis.redis.RedisMockClient
 
hincrbyfloat(String, String, double) - Method in class org.rarefiedredis.redis.RedisMockMulti
 
hkeys(String) - Method in class org.rarefiedredis.redis.AbstractRedisClient
 
hkeys(String) - Method in class org.rarefiedredis.redis.adapter.jedis.AbstractJedisIRedisClient
 
hkeys(String) - Method in class org.rarefiedredis.redis.adapter.jedis.JedisAdapter
 
hkeys(String) - Method in interface org.rarefiedredis.redis.IRedisHash
 
hkeys(String) - Method in class org.rarefiedredis.redis.RedisMock
 
hkeys(String) - Method in class org.rarefiedredis.redis.RedisMockClient
 
hkeys(String) - Method in class org.rarefiedredis.redis.RedisMockMulti
 
hlen(String) - Method in class org.rarefiedredis.redis.AbstractRedisClient
 
hlen(String) - Method in class org.rarefiedredis.redis.adapter.jedis.AbstractJedisIRedisClient
 
hlen(String) - Method in class org.rarefiedredis.redis.adapter.jedis.JedisAdapter
 
hlen(String) - Method in interface org.rarefiedredis.redis.IRedisHash
 
hlen(String) - Method in class org.rarefiedredis.redis.RedisMock
 
hlen(String) - Method in class org.rarefiedredis.redis.RedisMockClient
 
hlen(String) - Method in class org.rarefiedredis.redis.RedisMockMulti
 
hmget(String, String, String...) - Method in class org.rarefiedredis.redis.AbstractRedisClient
 
hmget(String, String, String...) - Method in class org.rarefiedredis.redis.adapter.jedis.AbstractJedisIRedisClient
 
hmget(String, String...) - Method in class org.rarefiedredis.redis.adapter.jedis.JedisAdapter
 
hmget(String, String, String...) - Method in interface org.rarefiedredis.redis.IRedisHash
 
hmget(String, String, String...) - Method in class org.rarefiedredis.redis.RedisMock
 
hmget(String, String, String...) - Method in class org.rarefiedredis.redis.RedisMockClient
 
hmget(String, String, String...) - Method in class org.rarefiedredis.redis.RedisMockMulti
 
hmset(String, String, String, String...) - Method in class org.rarefiedredis.redis.AbstractRedisClient
 
hmset(String, String, String, String...) - Method in class org.rarefiedredis.redis.adapter.jedis.AbstractJedisIRedisClient
 
hmset(String, Map<String, String>) - Method in class org.rarefiedredis.redis.adapter.jedis.JedisAdapter
 
hmset(String, String, String, String...) - Method in interface org.rarefiedredis.redis.IRedisHash
 
hmset(String, String, String, String...) - Method in class org.rarefiedredis.redis.RedisMock
 
hmset(String, String, String, String...) - Method in class org.rarefiedredis.redis.RedisMockClient
 
hmset(String, String, String, String...) - Method in class org.rarefiedredis.redis.RedisMockMulti
 
hscan(String, long, String...) - Method in class org.rarefiedredis.redis.AbstractRedisClient
 
hscan(String, long, String...) - Method in class org.rarefiedredis.redis.adapter.jedis.AbstractJedisIRedisClient
 
hscan(String, long, String...) - Method in interface org.rarefiedredis.redis.IRedisHash
 
hscan(String, long, String...) - Method in class org.rarefiedredis.redis.RedisMock
 
hscan(String, long, String...) - Method in class org.rarefiedredis.redis.RedisMockClient
 
hscan(String, long, String...) - Method in class org.rarefiedredis.redis.RedisMockMulti
 
hset(String, String, String) - Method in class org.rarefiedredis.redis.AbstractRedisClient
 
hset(String, String, String) - Method in class org.rarefiedredis.redis.adapter.jedis.AbstractJedisIRedisClient
 
hset(String, String, String) - Method in class org.rarefiedredis.redis.adapter.jedis.JedisAdapter
 
hset(String, String, String) - Method in interface org.rarefiedredis.redis.IRedisHash
 
hset(String, String, String) - Method in class org.rarefiedredis.redis.RedisMock
 
hset(String, String, String) - Method in class org.rarefiedredis.redis.RedisMockClient
 
hset(String, String, String) - Method in class org.rarefiedredis.redis.RedisMockMulti
 
hsetnx(String, String, String) - Method in class org.rarefiedredis.redis.AbstractRedisClient
 
hsetnx(String, String, String) - Method in class org.rarefiedredis.redis.adapter.jedis.AbstractJedisIRedisClient
 
hsetnx(String, String, String) - Method in class org.rarefiedredis.redis.adapter.jedis.JedisAdapter
 
hsetnx(String, String, String) - Method in interface org.rarefiedredis.redis.IRedisHash
 
hsetnx(String, String, String) - Method in class org.rarefiedredis.redis.RedisMock
 
hsetnx(String, String, String) - Method in class org.rarefiedredis.redis.RedisMockClient
 
hsetnx(String, String, String) - Method in class org.rarefiedredis.redis.RedisMockMulti
 
hstrlen(String, String) - Method in class org.rarefiedredis.redis.AbstractRedisClient
 
hstrlen(String, String) - Method in class org.rarefiedredis.redis.adapter.jedis.AbstractJedisIRedisClient
 
hstrlen(String, String) - Method in interface org.rarefiedredis.redis.IRedisHash
 
hstrlen(String, String) - Method in class org.rarefiedredis.redis.RedisMock
 
hstrlen(String, String) - Method in class org.rarefiedredis.redis.RedisMockClient
 
hstrlen(String, String) - Method in class org.rarefiedredis.redis.RedisMockMulti
 
hvals(String) - Method in class org.rarefiedredis.redis.AbstractRedisClient
 
hvals(String) - Method in class org.rarefiedredis.redis.adapter.jedis.AbstractJedisIRedisClient
 
hvals(String) - Method in class org.rarefiedredis.redis.adapter.jedis.JedisAdapter
 
hvals(String) - Method in interface org.rarefiedredis.redis.IRedisHash
 
hvals(String) - Method in class org.rarefiedredis.redis.RedisMock
 
hvals(String) - Method in class org.rarefiedredis.redis.RedisMockClient
 
hvals(String) - Method in class org.rarefiedredis.redis.RedisMockMulti
 

I

incr(String) - Method in class org.rarefiedredis.redis.AbstractRedisClient
 
incr(String) - Method in class org.rarefiedredis.redis.adapter.jedis.AbstractJedisIRedisClient
 
incr(String) - Method in class org.rarefiedredis.redis.adapter.jedis.JedisAdapter
 
incr(String) - Method in interface org.rarefiedredis.redis.IRedisString
Increment the number stored at key by one.
incr(String) - Method in class org.rarefiedredis.redis.RedisMock
 
incr(String) - Method in class org.rarefiedredis.redis.RedisMockClient
 
incr(String) - Method in class org.rarefiedredis.redis.RedisMockMulti
 
incrby(String, long) - Method in class org.rarefiedredis.redis.AbstractRedisClient
 
incrby(String, long) - Method in class org.rarefiedredis.redis.adapter.jedis.AbstractJedisIRedisClient
 
incrBy(String, long) - Method in class org.rarefiedredis.redis.adapter.jedis.JedisAdapter
 
incrby(String, long) - Method in interface org.rarefiedredis.redis.IRedisString
Increment the number stored at key by the given increment.
incrby(String, long) - Method in class org.rarefiedredis.redis.RedisMock
 
incrby(String, long) - Method in class org.rarefiedredis.redis.RedisMockClient
 
incrby(String, long) - Method in class org.rarefiedredis.redis.RedisMockMulti
 
incrbyfloat(String, double) - Method in class org.rarefiedredis.redis.AbstractRedisClient
 
incrbyfloat(String, double) - Method in class org.rarefiedredis.redis.adapter.jedis.AbstractJedisIRedisClient
 
incrByFloat(String, double) - Method in class org.rarefiedredis.redis.adapter.jedis.JedisAdapter
 
incrbyfloat(String, double) - Method in interface org.rarefiedredis.redis.IRedisString
Increment the number stored at key by the given increment.
incrbyfloat(String, double) - Method in class org.rarefiedredis.redis.RedisMock
 
incrbyfloat(String, double) - Method in class org.rarefiedredis.redis.RedisMockClient
 
incrbyfloat(String, double) - Method in class org.rarefiedredis.redis.RedisMockMulti
 
IndexOutOfRangeException - Exception in org.rarefiedredis.redis
 
IndexOutOfRangeException() - Constructor for exception org.rarefiedredis.redis.IndexOutOfRangeException
 
IRedisCache<T,U> - Interface in org.rarefiedredis.redis
Interface for all key-value caches.
IRedisClient - Interface in org.rarefiedredis.redis
 
IRedisHash - Interface in org.rarefiedredis.redis
 
IRedisKeys - Interface in org.rarefiedredis.redis
 
IRedisList - Interface in org.rarefiedredis.redis
 
IRedisSet - Interface in org.rarefiedredis.redis
 
IRedisSortedSet - Interface in org.rarefiedredis.redis
 
IRedisSortedSet.ZsetPair - Class in org.rarefiedredis.redis
 
IRedisString - Interface in org.rarefiedredis.redis
Interface for redis string commands.
IRedisTransaction - Interface in org.rarefiedredis.redis
 

J

JedisAdapter - Class in org.rarefiedredis.redis.adapter.jedis
 
JedisAdapter() - Constructor for class org.rarefiedredis.redis.adapter.jedis.JedisAdapter
 
JedisAdapter(IRedisClient) - Constructor for class org.rarefiedredis.redis.adapter.jedis.JedisAdapter
 
JedisIRedisClient - Class in org.rarefiedredis.redis.adapter.jedis
 
JedisIRedisClient(JedisPool) - Constructor for class org.rarefiedredis.redis.adapter.jedis.JedisIRedisClient
 
JedisIRedisClient(Jedis) - Constructor for class org.rarefiedredis.redis.adapter.jedis.JedisIRedisClient
 
JedisIRedisClientMulti - Class in org.rarefiedredis.redis.adapter.jedis
 
JedisIRedisClientMulti(JedisPool) - Constructor for class org.rarefiedredis.redis.adapter.jedis.JedisIRedisClientMulti
 
JedisIRedisClientMulti(Jedis) - Constructor for class org.rarefiedredis.redis.adapter.jedis.JedisIRedisClientMulti
 

K

keys(String) - Method in class org.rarefiedredis.redis.AbstractRedisClient
 
keys(String) - Method in interface org.rarefiedredis.redis.IRedisKeys
 

L

lindex(String, long) - Method in class org.rarefiedredis.redis.AbstractRedisClient
 
lindex(String, long) - Method in class org.rarefiedredis.redis.adapter.jedis.AbstractJedisIRedisClient
 
lindex(String, long) - Method in class org.rarefiedredis.redis.adapter.jedis.JedisAdapter
 
lindex(String, long) - Method in interface org.rarefiedredis.redis.IRedisList
 
lindex(String, long) - Method in class org.rarefiedredis.redis.RedisMock
 
lindex(String, long) - Method in class org.rarefiedredis.redis.RedisMockClient
 
lindex(String, long) - Method in class org.rarefiedredis.redis.RedisMockMulti
 
linsert(String, String, String, String) - Method in class org.rarefiedredis.redis.AbstractRedisClient
 
linsert(String, String, String, String) - Method in class org.rarefiedredis.redis.adapter.jedis.AbstractJedisIRedisClient
 
linsert(String, String, String, String) - Method in interface org.rarefiedredis.redis.IRedisList
 
linsert(String, String, String, String) - Method in class org.rarefiedredis.redis.RedisMock
 
linsert(String, String, String, String) - Method in class org.rarefiedredis.redis.RedisMockClient
 
linsert(String, String, String, String) - Method in class org.rarefiedredis.redis.RedisMockMulti
 
llen(String) - Method in class org.rarefiedredis.redis.AbstractRedisClient
 
llen(String) - Method in class org.rarefiedredis.redis.adapter.jedis.AbstractJedisIRedisClient
 
llen(String) - Method in class org.rarefiedredis.redis.adapter.jedis.JedisAdapter
 
llen(String) - Method in interface org.rarefiedredis.redis.IRedisList
 
llen(String) - Method in class org.rarefiedredis.redis.RedisMock
 
llen(String) - Method in class org.rarefiedredis.redis.RedisMockClient
 
llen(String) - Method in class org.rarefiedredis.redis.RedisMockMulti
 
lpop(String) - Method in class org.rarefiedredis.redis.AbstractRedisClient
 
lpop(String) - Method in class org.rarefiedredis.redis.adapter.jedis.AbstractJedisIRedisClient
 
lpop(String) - Method in class org.rarefiedredis.redis.adapter.jedis.JedisAdapter
 
lpop(String) - Method in interface org.rarefiedredis.redis.IRedisList
 
lpop(String) - Method in class org.rarefiedredis.redis.RedisMock
 
lpop(String) - Method in class org.rarefiedredis.redis.RedisMockClient
 
lpop(String) - Method in class org.rarefiedredis.redis.RedisMockMulti
 
lpush(String, String, String...) - Method in class org.rarefiedredis.redis.AbstractRedisClient
 
lpush(String, String, String...) - Method in class org.rarefiedredis.redis.adapter.jedis.AbstractJedisIRedisClient
 
lpush(String, String...) - Method in class org.rarefiedredis.redis.adapter.jedis.JedisAdapter
 
lpush(String, String, String...) - Method in interface org.rarefiedredis.redis.IRedisList
 
lpush(String, String, String...) - Method in class org.rarefiedredis.redis.RedisMock
 
lpush(String, String, String...) - Method in class org.rarefiedredis.redis.RedisMockClient
 
lpush(String, String, String...) - Method in class org.rarefiedredis.redis.RedisMockMulti
 
lpushx(String, String) - Method in class org.rarefiedredis.redis.AbstractRedisClient
 
lpushx(String, String) - Method in class org.rarefiedredis.redis.adapter.jedis.AbstractJedisIRedisClient
 
lpushx(String, String) - Method in interface org.rarefiedredis.redis.IRedisList
 
lpushx(String, String) - Method in class org.rarefiedredis.redis.RedisMock
 
lpushx(String, String) - Method in class org.rarefiedredis.redis.RedisMockClient
 
lpushx(String, String) - Method in class org.rarefiedredis.redis.RedisMockMulti
 
lrange(String, long, long) - Method in class org.rarefiedredis.redis.AbstractRedisClient
 
lrange(String, long, long) - Method in class org.rarefiedredis.redis.adapter.jedis.AbstractJedisIRedisClient
 
lrange(String, long, long) - Method in class org.rarefiedredis.redis.adapter.jedis.JedisAdapter
 
lrange(String, long, long) - Method in interface org.rarefiedredis.redis.IRedisList
 
lrange(String, long, long) - Method in class org.rarefiedredis.redis.RedisMock
 
lrange(String, long, long) - Method in class org.rarefiedredis.redis.RedisMockClient
 
lrange(String, long, long) - Method in class org.rarefiedredis.redis.RedisMockMulti
 
lrem(String, long, String) - Method in class org.rarefiedredis.redis.AbstractRedisClient
 
lrem(String, long, String) - Method in class org.rarefiedredis.redis.adapter.jedis.AbstractJedisIRedisClient
 
lrem(String, long, String) - Method in class org.rarefiedredis.redis.adapter.jedis.JedisAdapter
 
lrem(String, long, String) - Method in interface org.rarefiedredis.redis.IRedisList
 
lrem(String, long, String) - Method in class org.rarefiedredis.redis.RedisMock
 
lrem(String, long, String) - Method in class org.rarefiedredis.redis.RedisMockClient
 
lrem(String, long, String) - Method in class org.rarefiedredis.redis.RedisMockMulti
 
lset(String, long, String) - Method in class org.rarefiedredis.redis.AbstractRedisClient
 
lset(String, long, String) - Method in class org.rarefiedredis.redis.adapter.jedis.AbstractJedisIRedisClient
 
lset(String, long, String) - Method in class org.rarefiedredis.redis.adapter.jedis.JedisAdapter
 
lset(String, long, String) - Method in interface org.rarefiedredis.redis.IRedisList
 
lset(String, long, String) - Method in class org.rarefiedredis.redis.RedisMock
 
lset(String, long, String) - Method in class org.rarefiedredis.redis.RedisMockClient
 
lset(String, long, String) - Method in class org.rarefiedredis.redis.RedisMockMulti
 
ltrim(String, long, long) - Method in class org.rarefiedredis.redis.AbstractRedisClient
 
ltrim(String, long, long) - Method in class org.rarefiedredis.redis.adapter.jedis.AbstractJedisIRedisClient
 
ltrim(String, long, long) - Method in class org.rarefiedredis.redis.adapter.jedis.JedisAdapter
 
ltrim(String, long, long) - Method in interface org.rarefiedredis.redis.IRedisList
 
ltrim(String, long, long) - Method in class org.rarefiedredis.redis.RedisMock
 
ltrim(String, long, long) - Method in class org.rarefiedredis.redis.RedisMockClient
 
ltrim(String, long, long) - Method in class org.rarefiedredis.redis.RedisMockMulti
 
LuaScripter - Class in org.rarefiedredis.redis
 
LuaScripter() - Constructor for class org.rarefiedredis.redis.LuaScripter
 
LuaScripter(IRedisClient) - Constructor for class org.rarefiedredis.redis.LuaScripter
 

M

member - Variable in class org.rarefiedredis.redis.IRedisSortedSet.ZsetPair
 
members(Set<IRedisSortedSet.ZsetPair>) - Static method in class org.rarefiedredis.redis.IRedisSortedSet.ZsetPair
 
mget(String...) - Method in class org.rarefiedredis.redis.AbstractRedisClient
 
mget(String...) - Method in class org.rarefiedredis.redis.adapter.jedis.AbstractJedisIRedisClient
 
mget(String...) - Method in class org.rarefiedredis.redis.adapter.jedis.JedisAdapter
 
mget(String...) - Method in interface org.rarefiedredis.redis.IRedisString
Returns the values of all specified keys.
mget(String...) - Method in class org.rarefiedredis.redis.RedisMock
 
mget(String...) - Method in class org.rarefiedredis.redis.RedisMockClient
 
mget(String...) - Method in class org.rarefiedredis.redis.RedisMockMulti
 
migrate(String, int, String, String, int, String...) - Method in class org.rarefiedredis.redis.AbstractRedisClient
 
migrate(String, int, String, String, int, String...) - Method in interface org.rarefiedredis.redis.IRedisKeys
 
modified(Integer, String, List<Object>) - Method in class org.rarefiedredis.redis.AbstractRedisMock
 
modified(Integer, String, List<Object>) - Method in class org.rarefiedredis.redis.RedisMock
 
modified(Integer, String, List<Object>) - Method in class org.rarefiedredis.redis.RedisMockClient
 
modified(Integer, String, List<Object>) - Method in class org.rarefiedredis.redis.RedisMockMulti
 
move(String, int) - Method in class org.rarefiedredis.redis.AbstractRedisClient
 
move(String, int) - Method in class org.rarefiedredis.redis.adapter.jedis.AbstractJedisIRedisClient
 
move(String, int) - Method in class org.rarefiedredis.redis.adapter.jedis.JedisAdapter
 
move(String, int) - Method in interface org.rarefiedredis.redis.IRedisKeys
 
mset(String...) - Method in class org.rarefiedredis.redis.AbstractRedisClient
 
mset(String...) - Method in class org.rarefiedredis.redis.adapter.jedis.AbstractJedisIRedisClient
 
mset(String...) - Method in class org.rarefiedredis.redis.adapter.jedis.JedisAdapter
 
mset(String...) - Method in interface org.rarefiedredis.redis.IRedisString
Sets the given keys to their respective values.
mset(String...) - Method in class org.rarefiedredis.redis.RedisMock
 
mset(String...) - Method in class org.rarefiedredis.redis.RedisMockClient
 
mset(String...) - Method in class org.rarefiedredis.redis.RedisMockMulti
 
msetnx(String...) - Method in class org.rarefiedredis.redis.AbstractRedisClient
 
msetnx(String...) - Method in class org.rarefiedredis.redis.adapter.jedis.AbstractJedisIRedisClient
 
msetnx(String...) - Method in class org.rarefiedredis.redis.adapter.jedis.JedisAdapter
 
msetnx(String...) - Method in interface org.rarefiedredis.redis.IRedisString
Sets the given keys to their respective values.
msetnx(String...) - Method in class org.rarefiedredis.redis.RedisMock
 
msetnx(String...) - Method in class org.rarefiedredis.redis.RedisMockClient
 
msetnx(String...) - Method in class org.rarefiedredis.redis.RedisMockMulti
 
multi() - Method in class org.rarefiedredis.redis.AbstractRedisClient
 
multi() - Method in class org.rarefiedredis.redis.adapter.jedis.JedisIRedisClient
 
multi() - Method in class org.rarefiedredis.redis.adapter.jedis.JedisIRedisClientMulti
 
multi() - Method in interface org.rarefiedredis.redis.IRedisTransaction
 
multi() - Method in class org.rarefiedredis.redis.RedisMock
 
multi() - Method in class org.rarefiedredis.redis.RedisMockClient
 
multi() - Method in class org.rarefiedredis.redis.RedisMockMulti
 

N

NoKeyException - Exception in org.rarefiedredis.redis
 
NoKeyException() - Constructor for exception org.rarefiedredis.redis.NoKeyException
 
NotFloatException - Exception in org.rarefiedredis.redis
 
NotFloatException() - Constructor for exception org.rarefiedredis.redis.NotFloatException
 
NotFloatHashException - Exception in org.rarefiedredis.redis
 
NotFloatHashException() - Constructor for exception org.rarefiedredis.redis.NotFloatHashException
 
NotFloatMinMaxException - Exception in org.rarefiedredis.redis
 
NotFloatMinMaxException() - Constructor for exception org.rarefiedredis.redis.NotFloatMinMaxException
 
NotImplementedException - Exception in org.rarefiedredis.redis
 
NotImplementedException() - Constructor for exception org.rarefiedredis.redis.NotImplementedException
 
NotIntegerException - Exception in org.rarefiedredis.redis
 
NotIntegerException() - Constructor for exception org.rarefiedredis.redis.NotIntegerException
 
NotIntegerHashException - Exception in org.rarefiedredis.redis
 
NotIntegerHashException() - Constructor for exception org.rarefiedredis.redis.NotIntegerHashException
 
NotValidStringRangeItemException - Exception in org.rarefiedredis.redis
Thrown when certain zset commands encounter bad inputs.
NotValidStringRangeItemException() - Constructor for exception org.rarefiedredis.redis.NotValidStringRangeItemException
Constructor.

O

object(String, String...) - Method in class org.rarefiedredis.redis.AbstractRedisClient
 
object(String, String...) - Method in interface org.rarefiedredis.redis.IRedisKeys
 
org.rarefiedredis.redis - package org.rarefiedredis.redis
 
org.rarefiedredis.redis.adapter.jedis - package org.rarefiedredis.redis.adapter.jedis
 

P

persist(String) - Method in class org.rarefiedredis.redis.AbstractRedisClient
 
persist(String) - Method in class org.rarefiedredis.redis.adapter.jedis.AbstractJedisIRedisClient
 
persist(String) - Method in interface org.rarefiedredis.redis.IRedisKeys
 
persist(String) - Method in class org.rarefiedredis.redis.RedisMock
 
persist(String) - Method in class org.rarefiedredis.redis.RedisMockClient
 
persist(String) - Method in class org.rarefiedredis.redis.RedisMockMulti
 
pexpire(String, long) - Method in class org.rarefiedredis.redis.AbstractRedisClient
 
pexpire(String, long) - Method in class org.rarefiedredis.redis.adapter.jedis.AbstractJedisIRedisClient
 
pexpire(String, long) - Method in interface org.rarefiedredis.redis.IRedisKeys
 
pexpire(String, long) - Method in class org.rarefiedredis.redis.RedisMock
 
pexpire(String, long) - Method in class org.rarefiedredis.redis.RedisMockClient
 
pexpire(String, long) - Method in class org.rarefiedredis.redis.RedisMockMulti
 
pexpireat(String, long) - Method in class org.rarefiedredis.redis.AbstractRedisClient
 
pexpireat(String, long) - Method in class org.rarefiedredis.redis.adapter.jedis.AbstractJedisIRedisClient
 
pexpireat(String, long) - Method in interface org.rarefiedredis.redis.IRedisKeys
 
pexpireat(String, long) - Method in class org.rarefiedredis.redis.RedisMock
 
pexpireat(String, long) - Method in class org.rarefiedredis.redis.RedisMockClient
 
pexpireat(String, long) - Method in class org.rarefiedredis.redis.RedisMockMulti
 
psetex(String, long, String) - Method in class org.rarefiedredis.redis.AbstractRedisClient
 
psetex(String, long, String) - Method in class org.rarefiedredis.redis.adapter.jedis.AbstractJedisIRedisClient
 
psetex(String, long, String) - Method in interface org.rarefiedredis.redis.IRedisString
Set and expire a key in milliseconds.
psetex(String, long, String) - Method in class org.rarefiedredis.redis.RedisMock
 
psetex(String, long, String) - Method in class org.rarefiedredis.redis.RedisMockClient
 
psetex(String, long, String) - Method in class org.rarefiedredis.redis.RedisMockMulti
 
pttl(String) - Method in class org.rarefiedredis.redis.AbstractRedisClient
 
pttl(String) - Method in class org.rarefiedredis.redis.adapter.jedis.AbstractJedisIRedisClient
 
pttl(String) - Method in interface org.rarefiedredis.redis.IRedisKeys
 
pttl(String) - Method in class org.rarefiedredis.redis.RedisMock
 

R

randomkey() - Method in class org.rarefiedredis.redis.AbstractRedisClient
 
randomkey() - Method in class org.rarefiedredis.redis.adapter.jedis.AbstractJedisIRedisClient
 
randomkey() - Method in interface org.rarefiedredis.redis.IRedisKeys
 
RedisHashCache - Class in org.rarefiedredis.redis
 
RedisHashCache() - Constructor for class org.rarefiedredis.redis.RedisHashCache
 
RedisListCache - Class in org.rarefiedredis.redis
 
RedisListCache() - Constructor for class org.rarefiedredis.redis.RedisListCache
 
RedisMock - Class in org.rarefiedredis.redis
An in-memory redis-compatible key-value cache and store written in pure Java.
RedisMock() - Constructor for class org.rarefiedredis.redis.RedisMock
Default constructor.
RedisMockClient - Class in org.rarefiedredis.redis
 
RedisMockClient(RedisMock) - Constructor for class org.rarefiedredis.redis.RedisMockClient
 
RedisMockMulti - Class in org.rarefiedredis.redis
 
RedisMockMulti(AbstractRedisMock) - Constructor for class org.rarefiedredis.redis.RedisMockMulti
 
RedisSetCache - Class in org.rarefiedredis.redis
Cache key-value pairs as a set.
RedisSetCache() - Constructor for class org.rarefiedredis.redis.RedisSetCache
Constructor.
RedisSortedSetCache - Class in org.rarefiedredis.redis
Cache key-value-score triples as a sorted set.
RedisSortedSetCache() - Constructor for class org.rarefiedredis.redis.RedisSortedSetCache
Constructor.
RedisStringCache - Class in org.rarefiedredis.redis
Cache key-value pairs as strings.
RedisStringCache() - Constructor for class org.rarefiedredis.redis.RedisStringCache
Constructor.
remove(String) - Method in interface org.rarefiedredis.redis.IRedisCache
Remove the key from the cache.
remove(String) - Method in class org.rarefiedredis.redis.RedisHashCache
 
remove(String) - Method in class org.rarefiedredis.redis.RedisListCache
 
remove(String) - Method in class org.rarefiedredis.redis.RedisSetCache
 
remove(String) - Method in class org.rarefiedredis.redis.RedisSortedSetCache
 
remove(String) - Method in class org.rarefiedredis.redis.RedisStringCache
 
removeValue(String, T) - Method in interface org.rarefiedredis.redis.IRedisCache
Remove the value from the cache.
removeValue(String, String) - Method in class org.rarefiedredis.redis.RedisHashCache
 
removeValue(String, String) - Method in class org.rarefiedredis.redis.RedisListCache
 
removeValue(String, String) - Method in class org.rarefiedredis.redis.RedisSetCache
 
removeValue(String, String) - Method in class org.rarefiedredis.redis.RedisSortedSetCache
 
removeValue(String, String) - Method in class org.rarefiedredis.redis.RedisStringCache
 
rename(String, String) - Method in class org.rarefiedredis.redis.AbstractRedisClient
 
rename(String, String) - Method in class org.rarefiedredis.redis.adapter.jedis.AbstractJedisIRedisClient
 
rename(String, String) - Method in interface org.rarefiedredis.redis.IRedisKeys
 
renamenx(String, String) - Method in class org.rarefiedredis.redis.AbstractRedisClient
 
renamenx(String, String) - Method in class org.rarefiedredis.redis.adapter.jedis.AbstractJedisIRedisClient
 
renamenx(String, String) - Method in interface org.rarefiedredis.redis.IRedisKeys
 
restore(String, int, String) - Method in class org.rarefiedredis.redis.AbstractRedisClient
 
restore(String, int, String) - Method in class org.rarefiedredis.redis.adapter.jedis.AbstractJedisIRedisClient
 
restore(String, int, String) - Method in interface org.rarefiedredis.redis.IRedisKeys
 
results - Variable in class org.rarefiedredis.redis.ScanResult
 
rpop(String) - Method in class org.rarefiedredis.redis.AbstractRedisClient
 
rpop(String) - Method in class org.rarefiedredis.redis.adapter.jedis.AbstractJedisIRedisClient
 
rpop(String) - Method in class org.rarefiedredis.redis.adapter.jedis.JedisAdapter
 
rpop(String) - Method in interface org.rarefiedredis.redis.IRedisList
 
rpop(String) - Method in class org.rarefiedredis.redis.RedisMock
 
rpop(String) - Method in class org.rarefiedredis.redis.RedisMockClient
 
rpop(String) - Method in class org.rarefiedredis.redis.RedisMockMulti
 
rpoplpush(String, String) - Method in class org.rarefiedredis.redis.AbstractRedisClient
 
rpoplpush(String, String) - Method in class org.rarefiedredis.redis.adapter.jedis.AbstractJedisIRedisClient
 
rpoplpush(String, String) - Method in class org.rarefiedredis.redis.adapter.jedis.JedisAdapter
 
rpoplpush(String, String) - Method in interface org.rarefiedredis.redis.IRedisList
 
rpoplpush(String, String) - Method in class org.rarefiedredis.redis.RedisMock
 
rpoplpush(String, String) - Method in class org.rarefiedredis.redis.RedisMockClient
 
rpoplpush(String, String) - Method in class org.rarefiedredis.redis.RedisMockMulti
 
rpush(String, String, String...) - Method in class org.rarefiedredis.redis.AbstractRedisClient
 
rpush(String, String, String...) - Method in class org.rarefiedredis.redis.adapter.jedis.AbstractJedisIRedisClient
 
rpush(String, String...) - Method in class org.rarefiedredis.redis.adapter.jedis.JedisAdapter
 
rpush(String, String, String...) - Method in interface org.rarefiedredis.redis.IRedisList
 
rpush(String, String, String...) - Method in class org.rarefiedredis.redis.RedisMock
 
rpush(String, String, String...) - Method in class org.rarefiedredis.redis.RedisMockClient
 
rpush(String, String, String...) - Method in class org.rarefiedredis.redis.RedisMockMulti
 
rpushx(String, String) - Method in class org.rarefiedredis.redis.AbstractRedisClient
 
rpushx(String, String) - Method in class org.rarefiedredis.redis.adapter.jedis.AbstractJedisIRedisClient
 
rpushx(String, String) - Method in interface org.rarefiedredis.redis.IRedisList
 
rpushx(String, String) - Method in class org.rarefiedredis.redis.RedisMock
 
rpushx(String, String) - Method in class org.rarefiedredis.redis.RedisMockClient
 
rpushx(String, String) - Method in class org.rarefiedredis.redis.RedisMockMulti
 

S

sadd(String, String, String...) - Method in class org.rarefiedredis.redis.AbstractRedisClient
 
sadd(String, String, String...) - Method in class org.rarefiedredis.redis.adapter.jedis.AbstractJedisIRedisClient
 
sadd(String, String...) - Method in class org.rarefiedredis.redis.adapter.jedis.JedisAdapter
 
sadd(String, String, String...) - Method in interface org.rarefiedredis.redis.IRedisSet
 
sadd(String, String, String...) - Method in class org.rarefiedredis.redis.RedisMock
 
sadd(String, String, String...) - Method in class org.rarefiedredis.redis.RedisMockClient
 
sadd(String, String, String...) - Method in class org.rarefiedredis.redis.RedisMockMulti
 
scan(int) - Method in class org.rarefiedredis.redis.AbstractRedisClient
 
scan(int) - Method in interface org.rarefiedredis.redis.IRedisKeys
 
ScanResult<T> - Class in org.rarefiedredis.redis
 
ScanResult() - Constructor for class org.rarefiedredis.redis.ScanResult
 
ScanResult(Long, T) - Constructor for class org.rarefiedredis.redis.ScanResult
 
scard(String) - Method in class org.rarefiedredis.redis.AbstractRedisClient
 
scard(String) - Method in class org.rarefiedredis.redis.adapter.jedis.AbstractJedisIRedisClient
 
scard(String) - Method in class org.rarefiedredis.redis.adapter.jedis.JedisAdapter
 
scard(String) - Method in interface org.rarefiedredis.redis.IRedisSet
 
scard(String) - Method in class org.rarefiedredis.redis.RedisMock
 
scard(String) - Method in class org.rarefiedredis.redis.RedisMockClient
 
scard(String) - Method in class org.rarefiedredis.redis.RedisMockMulti
 
score - Variable in class org.rarefiedredis.redis.IRedisSortedSet.ZsetPair
 
sdiff(String, String...) - Method in class org.rarefiedredis.redis.AbstractRedisClient
 
sdiff(String, String...) - Method in class org.rarefiedredis.redis.adapter.jedis.AbstractJedisIRedisClient
 
sdiff(String...) - Method in class org.rarefiedredis.redis.adapter.jedis.JedisAdapter
 
sdiff(String, String...) - Method in interface org.rarefiedredis.redis.IRedisSet
 
sdiff(String, String...) - Method in class org.rarefiedredis.redis.RedisMock
 
sdiff(String, String...) - Method in class org.rarefiedredis.redis.RedisMockClient
 
sdiff(String, String...) - Method in class org.rarefiedredis.redis.RedisMockMulti
 
sdiffstore(String, String, String...) - Method in class org.rarefiedredis.redis.AbstractRedisClient
 
sdiffstore(String, String, String...) - Method in class org.rarefiedredis.redis.adapter.jedis.AbstractJedisIRedisClient
 
sdiffstore(String, String...) - Method in class org.rarefiedredis.redis.adapter.jedis.JedisAdapter
 
sdiffstore(String, String, String...) - Method in interface org.rarefiedredis.redis.IRedisSet
 
sdiffstore(String, String, String...) - Method in class org.rarefiedredis.redis.RedisMock
 
sdiffstore(String, String, String...) - Method in class org.rarefiedredis.redis.RedisMockClient
 
sdiffstore(String, String, String...) - Method in class org.rarefiedredis.redis.RedisMockMulti
 
set(String, String, String...) - Method in class org.rarefiedredis.redis.AbstractRedisClient
 
set(String, String, String...) - Method in class org.rarefiedredis.redis.adapter.jedis.AbstractJedisIRedisClient
 
set(String, String) - Method in class org.rarefiedredis.redis.adapter.jedis.JedisAdapter
 
set(String, String, String, String, long) - Method in class org.rarefiedredis.redis.adapter.jedis.JedisAdapter
 
set(String, T, Object...) - Method in interface org.rarefiedredis.redis.IRedisCache
Set the (key, value, ...) tuple in the cache.
set(String, String, String...) - Method in interface org.rarefiedredis.redis.IRedisString
Set key to hold the string value.
set(String, String, Object...) - Method in class org.rarefiedredis.redis.RedisHashCache
 
set(String, String, Object...) - Method in class org.rarefiedredis.redis.RedisListCache
 
set(String, String, String...) - Method in class org.rarefiedredis.redis.RedisMock
 
set(String, String, String...) - Method in class org.rarefiedredis.redis.RedisMockClient
 
set(String, String, String...) - Method in class org.rarefiedredis.redis.RedisMockMulti
 
set(String, String, Object...) - Method in class org.rarefiedredis.redis.RedisSetCache
 
set(String, String, Object...) - Method in class org.rarefiedredis.redis.RedisSortedSetCache
 
set(String, String, Object...) - Method in class org.rarefiedredis.redis.RedisStringCache
 
setbit(String, long, boolean) - Method in class org.rarefiedredis.redis.AbstractRedisClient
 
setbit(String, long, boolean) - Method in interface org.rarefiedredis.redis.IRedisString
Sets or clears the bit at offset in the string value stored at key.
setbit(String, long, boolean) - Method in class org.rarefiedredis.redis.RedisMock
 
setbit(String, long, boolean) - Method in class org.rarefiedredis.redis.RedisMockClient
 
setbit(String, long, boolean) - Method in class org.rarefiedredis.redis.RedisMockMulti
 
SetbitException - Exception in org.rarefiedredis.redis
 
SetbitException() - Constructor for exception org.rarefiedredis.redis.SetbitException
 
setex(String, int, String) - Method in class org.rarefiedredis.redis.AbstractRedisClient
 
setex(String, int, String) - Method in class org.rarefiedredis.redis.adapter.jedis.AbstractJedisIRedisClient
 
setex(String, int, String) - Method in class org.rarefiedredis.redis.adapter.jedis.JedisAdapter
 
setex(String, int, String) - Method in interface org.rarefiedredis.redis.IRedisString
Set and expire a key in seconds.
setex(String, int, String) - Method in class org.rarefiedredis.redis.RedisMock
 
setex(String, int, String) - Method in class org.rarefiedredis.redis.RedisMockClient
 
setex(String, int, String) - Method in class org.rarefiedredis.redis.RedisMockMulti
 
setnx(String, String) - Method in class org.rarefiedredis.redis.AbstractRedisClient
 
setnx(String, String) - Method in class org.rarefiedredis.redis.adapter.jedis.AbstractJedisIRedisClient
 
setnx(String, String) - Method in class org.rarefiedredis.redis.adapter.jedis.JedisAdapter
 
setnx(String, String) - Method in interface org.rarefiedredis.redis.IRedisString
Set a key only if it does not already exist.
setnx(String, String) - Method in class org.rarefiedredis.redis.RedisMock
 
setnx(String, String) - Method in class org.rarefiedredis.redis.RedisMockClient
 
setnx(String, String) - Method in class org.rarefiedredis.redis.RedisMockMulti
 
setrange(String, long, String) - Method in class org.rarefiedredis.redis.AbstractRedisClient
 
setrange(String, long, String) - Method in class org.rarefiedredis.redis.adapter.jedis.AbstractJedisIRedisClient
 
setrange(String, long, String) - Method in interface org.rarefiedredis.redis.IRedisString
Ovewrite part of the string starting at offset with value.
setrange(String, long, String) - Method in class org.rarefiedredis.redis.RedisMock
 
setrange(String, long, String) - Method in class org.rarefiedredis.redis.RedisMockClient
 
setrange(String, long, String) - Method in class org.rarefiedredis.redis.RedisMockMulti
 
sinter(String, String...) - Method in class org.rarefiedredis.redis.AbstractRedisClient
 
sinter(String, String...) - Method in class org.rarefiedredis.redis.adapter.jedis.AbstractJedisIRedisClient
 
sinter(String...) - Method in class org.rarefiedredis.redis.adapter.jedis.JedisAdapter
 
sinter(String, String...) - Method in interface org.rarefiedredis.redis.IRedisSet
 
sinter(String, String...) - Method in class org.rarefiedredis.redis.RedisMock
 
sinter(String, String...) - Method in class org.rarefiedredis.redis.RedisMockClient
 
sinter(String, String...) - Method in class org.rarefiedredis.redis.RedisMockMulti
 
sinterstore(String, String, String...) - Method in class org.rarefiedredis.redis.AbstractRedisClient
 
sinterstore(String, String, String...) - Method in class org.rarefiedredis.redis.adapter.jedis.AbstractJedisIRedisClient
 
sinterstore(String, String...) - Method in class org.rarefiedredis.redis.adapter.jedis.JedisAdapter
 
sinterstore(String, String, String...) - Method in interface org.rarefiedredis.redis.IRedisSet
 
sinterstore(String, String, String...) - Method in class org.rarefiedredis.redis.RedisMock
 
sinterstore(String, String, String...) - Method in class org.rarefiedredis.redis.RedisMockClient
 
sinterstore(String, String, String...) - Method in class org.rarefiedredis.redis.RedisMockMulti
 
sismember(String, String) - Method in class org.rarefiedredis.redis.AbstractRedisClient
 
sismember(String, String) - Method in class org.rarefiedredis.redis.adapter.jedis.AbstractJedisIRedisClient
 
sismember(String, String) - Method in class org.rarefiedredis.redis.adapter.jedis.JedisAdapter
 
sismember(String, String) - Method in interface org.rarefiedredis.redis.IRedisSet
 
sismember(String, String) - Method in class org.rarefiedredis.redis.RedisMock
 
sismember(String, String) - Method in class org.rarefiedredis.redis.RedisMockClient
 
sismember(String, String) - Method in class org.rarefiedredis.redis.RedisMockMulti
 
smembers(String) - Method in class org.rarefiedredis.redis.AbstractRedisClient
 
smembers(String) - Method in class org.rarefiedredis.redis.adapter.jedis.AbstractJedisIRedisClient
 
smembers(String) - Method in class org.rarefiedredis.redis.adapter.jedis.JedisAdapter
 
smembers(String) - Method in interface org.rarefiedredis.redis.IRedisSet
 
smembers(String) - Method in class org.rarefiedredis.redis.RedisMock
 
smembers(String) - Method in class org.rarefiedredis.redis.RedisMockClient
 
smembers(String) - Method in class org.rarefiedredis.redis.RedisMockMulti
 
smove(String, String, String) - Method in class org.rarefiedredis.redis.AbstractRedisClient
 
smove(String, String, String) - Method in class org.rarefiedredis.redis.adapter.jedis.AbstractJedisIRedisClient
 
smove(String, String, String) - Method in class org.rarefiedredis.redis.adapter.jedis.JedisAdapter
 
smove(String, String, String) - Method in interface org.rarefiedredis.redis.IRedisSet
 
smove(String, String, String) - Method in class org.rarefiedredis.redis.RedisMock
 
smove(String, String, String) - Method in class org.rarefiedredis.redis.RedisMockClient
 
smove(String, String, String) - Method in class org.rarefiedredis.redis.RedisMockMulti
 
sort(String, String...) - Method in class org.rarefiedredis.redis.AbstractRedisClient
 
sort(String, String...) - Method in interface org.rarefiedredis.redis.IRedisKeys
 
spop(String) - Method in class org.rarefiedredis.redis.AbstractRedisClient
 
spop(String) - Method in class org.rarefiedredis.redis.adapter.jedis.AbstractJedisIRedisClient
 
spop(String) - Method in class org.rarefiedredis.redis.adapter.jedis.JedisAdapter
 
spop(String) - Method in interface org.rarefiedredis.redis.IRedisSet
 
spop(String) - Method in class org.rarefiedredis.redis.RedisMock
 
spop(String) - Method in class org.rarefiedredis.redis.RedisMockClient
 
spop(String) - Method in class org.rarefiedredis.redis.RedisMockMulti
 
srandmember(String) - Method in class org.rarefiedredis.redis.AbstractRedisClient
 
srandmember(String, long) - Method in class org.rarefiedredis.redis.AbstractRedisClient
 
srandmember(String) - Method in class org.rarefiedredis.redis.adapter.jedis.AbstractJedisIRedisClient
 
srandmember(String, long) - Method in class org.rarefiedredis.redis.adapter.jedis.AbstractJedisIRedisClient
 
srandmember(String) - Method in class org.rarefiedredis.redis.adapter.jedis.JedisAdapter
 
srandmember(String, int) - Method in class org.rarefiedredis.redis.adapter.jedis.JedisAdapter
 
srandmember(String) - Method in interface org.rarefiedredis.redis.IRedisSet
 
srandmember(String, long) - Method in interface org.rarefiedredis.redis.IRedisSet
 
srandmember(String) - Method in class org.rarefiedredis.redis.RedisMock
 
srandmember(String, long) - Method in class org.rarefiedredis.redis.RedisMock
 
srandmember(String) - Method in class org.rarefiedredis.redis.RedisMockClient
 
srandmember(String, long) - Method in class org.rarefiedredis.redis.RedisMockClient
 
srandmember(String) - Method in class org.rarefiedredis.redis.RedisMockMulti
 
srandmember(String, long) - Method in class org.rarefiedredis.redis.RedisMockMulti
 
srem(String, String, String...) - Method in class org.rarefiedredis.redis.AbstractRedisClient
 
srem(String, String, String...) - Method in class org.rarefiedredis.redis.adapter.jedis.AbstractJedisIRedisClient
 
srem(String, String...) - Method in class org.rarefiedredis.redis.adapter.jedis.JedisAdapter
 
srem(String, String, String...) - Method in interface org.rarefiedredis.redis.IRedisSet
 
srem(String, String, String...) - Method in class org.rarefiedredis.redis.RedisMock
 
srem(String, String, String...) - Method in class org.rarefiedredis.redis.RedisMockClient
 
srem(String, String, String...) - Method in class org.rarefiedredis.redis.RedisMockMulti
 
sscan(String, long, String...) - Method in class org.rarefiedredis.redis.AbstractRedisClient
 
sscan(String, long, String...) - Method in class org.rarefiedredis.redis.adapter.jedis.AbstractJedisIRedisClient
 
sscan(String, long, String...) - Method in interface org.rarefiedredis.redis.IRedisSet
 
sscan(String, long, String...) - Method in class org.rarefiedredis.redis.RedisMock
 
sscan(String, long, String...) - Method in class org.rarefiedredis.redis.RedisMockClient
 
sscan(String, long, String...) - Method in class org.rarefiedredis.redis.RedisMockMulti
 
strlen(String) - Method in class org.rarefiedredis.redis.AbstractRedisClient
 
strlen(String) - Method in class org.rarefiedredis.redis.adapter.jedis.AbstractJedisIRedisClient
 
strlen(String) - Method in interface org.rarefiedredis.redis.IRedisString
Return the length of the string at key.
strlen(String) - Method in class org.rarefiedredis.redis.RedisMock
 
strlen(String) - Method in class org.rarefiedredis.redis.RedisMockClient
 
strlen(String) - Method in class org.rarefiedredis.redis.RedisMockMulti
 
substr(String, int, int) - Method in class org.rarefiedredis.redis.adapter.jedis.JedisAdapter
 
sunion(String, String...) - Method in class org.rarefiedredis.redis.AbstractRedisClient
 
sunion(String, String...) - Method in class org.rarefiedredis.redis.adapter.jedis.AbstractJedisIRedisClient
 
sunion(String...) - Method in class org.rarefiedredis.redis.adapter.jedis.JedisAdapter
 
sunion(String, String...) - Method in interface org.rarefiedredis.redis.IRedisSet
 
sunion(String, String...) - Method in class org.rarefiedredis.redis.RedisMock
 
sunion(String, String...) - Method in class org.rarefiedredis.redis.RedisMockClient
 
sunion(String, String...) - Method in class org.rarefiedredis.redis.RedisMockMulti
 
sunionstore(String, String, String...) - Method in class org.rarefiedredis.redis.AbstractRedisClient
 
sunionstore(String, String, String...) - Method in class org.rarefiedredis.redis.adapter.jedis.AbstractJedisIRedisClient
 
sunionstore(String, String...) - Method in class org.rarefiedredis.redis.adapter.jedis.JedisAdapter
 
sunionstore(String, String, String...) - Method in interface org.rarefiedredis.redis.IRedisSet
 
sunionstore(String, String, String...) - Method in class org.rarefiedredis.redis.RedisMock
 
sunionstore(String, String, String...) - Method in class org.rarefiedredis.redis.RedisMockClient
 
sunionstore(String, String, String...) - Method in class org.rarefiedredis.redis.RedisMockMulti
 
SyntaxErrorException - Exception in org.rarefiedredis.redis
Thrown when a redis command encounters a syntax error.
SyntaxErrorException() - Constructor for exception org.rarefiedredis.redis.SyntaxErrorException
Constructor.

T

ttl(String) - Method in class org.rarefiedredis.redis.AbstractRedisClient
 
ttl(String) - Method in class org.rarefiedredis.redis.adapter.jedis.AbstractJedisIRedisClient
 
ttl(String) - Method in class org.rarefiedredis.redis.adapter.jedis.JedisAdapter
 
ttl(String) - Method in interface org.rarefiedredis.redis.IRedisKeys
 
ttl(String) - Method in class org.rarefiedredis.redis.RedisMock
 
type(String) - Method in class org.rarefiedredis.redis.AbstractRedisClient
 
type(String) - Method in class org.rarefiedredis.redis.adapter.jedis.AbstractJedisIRedisClient
 
type(String) - Method in class org.rarefiedredis.redis.adapter.jedis.JedisAdapter
 
type() - Method in interface org.rarefiedredis.redis.IRedisCache
Return the type identifier of this cache.
type(String) - Method in interface org.rarefiedredis.redis.IRedisKeys
 
type() - Method in class org.rarefiedredis.redis.RedisHashCache
 
type() - Method in class org.rarefiedredis.redis.RedisListCache
 
type(String) - Method in class org.rarefiedredis.redis.RedisMock
 
type(String) - Method in class org.rarefiedredis.redis.RedisMockClient
 
type(String) - Method in class org.rarefiedredis.redis.RedisMockMulti
 
type() - Method in class org.rarefiedredis.redis.RedisSetCache
 
type() - Method in class org.rarefiedredis.redis.RedisSortedSetCache
 
type() - Method in class org.rarefiedredis.redis.RedisStringCache
 

U

unwatch() - Method in class org.rarefiedredis.redis.AbstractRedisClient
 
unwatch() - Method in class org.rarefiedredis.redis.adapter.jedis.AbstractJedisIRedisClient
 
unwatch() - Method in interface org.rarefiedredis.redis.IRedisTransaction
 
unwatch() - Method in class org.rarefiedredis.redis.RedisMock
 
unwatch(Integer) - Method in class org.rarefiedredis.redis.RedisMock
 
unwatch() - Method in class org.rarefiedredis.redis.RedisMockClient
 
unwatch() - Method in class org.rarefiedredis.redis.RedisMockMulti
 

W

watch(String) - Method in class org.rarefiedredis.redis.AbstractRedisClient
 
watch(String...) - Method in class org.rarefiedredis.redis.adapter.jedis.JedisAdapter
 
watch(String) - Method in class org.rarefiedredis.redis.adapter.jedis.JedisIRedisClient
 
watch(String) - Method in interface org.rarefiedredis.redis.IRedisTransaction
 
watch(String) - Method in class org.rarefiedredis.redis.RedisMock
 
watch(String, Integer) - Method in class org.rarefiedredis.redis.RedisMock
 
watch(String) - Method in class org.rarefiedredis.redis.RedisMockClient
 
watch(String) - Method in class org.rarefiedredis.redis.RedisMockMulti
 
WrongTypeException - Exception in org.rarefiedredis.redis
Thrown when a redis command is attempted on a key that holds a different type of key.
WrongTypeException() - Constructor for exception org.rarefiedredis.redis.WrongTypeException
Constructor.

Z

zadd(String, IRedisSortedSet.ZsetPair, IRedisSortedSet.ZsetPair...) - Method in class org.rarefiedredis.redis.AbstractRedisClient
 
zadd(String, double, String, Object...) - Method in class org.rarefiedredis.redis.AbstractRedisClient
 
zadd(String, IRedisSortedSet.ZsetPair, IRedisSortedSet.ZsetPair...) - Method in class org.rarefiedredis.redis.adapter.jedis.AbstractJedisIRedisClient
 
zadd(String, double, String, Object...) - Method in class org.rarefiedredis.redis.adapter.jedis.AbstractJedisIRedisClient
 
zadd(String, double, String) - Method in class org.rarefiedredis.redis.adapter.jedis.JedisAdapter
 
zadd(String, Map<String, Double>) - Method in class org.rarefiedredis.redis.adapter.jedis.JedisAdapter
 
zadd(String, IRedisSortedSet.ZsetPair, IRedisSortedSet.ZsetPair...) - Method in interface org.rarefiedredis.redis.IRedisSortedSet
 
zadd(String, double, String, Object...) - Method in interface org.rarefiedredis.redis.IRedisSortedSet
 
zadd(String, IRedisSortedSet.ZsetPair, IRedisSortedSet.ZsetPair...) - Method in class org.rarefiedredis.redis.RedisMock
 
zadd(String, double, String, Object...) - Method in class org.rarefiedredis.redis.RedisMock
 
zcard(String) - Method in class org.rarefiedredis.redis.AbstractRedisClient
 
zcard(String) - Method in class org.rarefiedredis.redis.adapter.jedis.AbstractJedisIRedisClient
 
zcard(String) - Method in class org.rarefiedredis.redis.adapter.jedis.JedisAdapter
 
zcard(String) - Method in interface org.rarefiedredis.redis.IRedisSortedSet
 
zcard(String) - Method in class org.rarefiedredis.redis.RedisMock
 
zcount(String, double, double) - Method in class org.rarefiedredis.redis.AbstractRedisClient
 
zcount(String, double, double) - Method in class org.rarefiedredis.redis.adapter.jedis.AbstractJedisIRedisClient
 
zcount(String, double, double) - Method in class org.rarefiedredis.redis.adapter.jedis.JedisAdapter
 
zcount(String, String, String) - Method in class org.rarefiedredis.redis.adapter.jedis.JedisAdapter
 
zcount(String, double, double) - Method in interface org.rarefiedredis.redis.IRedisSortedSet
 
zcount(String, double, double) - Method in class org.rarefiedredis.redis.RedisMock
 
zincrby(String, double, String) - Method in class org.rarefiedredis.redis.AbstractRedisClient
 
zincrby(String, double, String) - Method in class org.rarefiedredis.redis.adapter.jedis.AbstractJedisIRedisClient
 
zincrby(String, double, String) - Method in class org.rarefiedredis.redis.adapter.jedis.JedisAdapter
 
zincrby(String, double, String) - Method in interface org.rarefiedredis.redis.IRedisSortedSet
 
zincrby(String, double, String) - Method in class org.rarefiedredis.redis.RedisMock
 
zinterstore(String, int, String...) - Method in class org.rarefiedredis.redis.AbstractRedisClient
 
zinterstore(String, int, String...) - Method in class org.rarefiedredis.redis.adapter.jedis.AbstractJedisIRedisClient
 
zinterstore(String, int, String...) - Method in interface org.rarefiedredis.redis.IRedisSortedSet
 
zinterstore(String, int, String...) - Method in class org.rarefiedredis.redis.RedisMock
 
zlexcount(String, String, String) - Method in class org.rarefiedredis.redis.AbstractRedisClient
 
zlexcount(String, String, String) - Method in class org.rarefiedredis.redis.adapter.jedis.AbstractJedisIRedisClient
 
zlexcount(String, String, String) - Method in interface org.rarefiedredis.redis.IRedisSortedSet
 
zlexcount(String, String, String) - Method in class org.rarefiedredis.redis.RedisMock
 
zrange(String, long, long, String...) - Method in class org.rarefiedredis.redis.AbstractRedisClient
 
zrange(String, long, long, String...) - Method in class org.rarefiedredis.redis.adapter.jedis.AbstractJedisIRedisClient
 
zrange(String, long, long) - Method in class org.rarefiedredis.redis.adapter.jedis.JedisAdapter
 
zrange(String, long, long, String...) - Method in interface org.rarefiedredis.redis.IRedisSortedSet
 
zrange(String, long, long, String...) - Method in class org.rarefiedredis.redis.RedisMock
 
zrangebylex(String, String, String, String...) - Method in class org.rarefiedredis.redis.AbstractRedisClient
 
zrangebylex(String, String, String, String...) - Method in class org.rarefiedredis.redis.adapter.jedis.AbstractJedisIRedisClient
 
zrangebylex(String, String, String, String...) - Method in interface org.rarefiedredis.redis.IRedisSortedSet
 
zrangebylex(String, String, String, String...) - Method in class org.rarefiedredis.redis.RedisMock
 
zrangebyscore(String, String, String, String...) - Method in class org.rarefiedredis.redis.AbstractRedisClient
 
zrangebyscore(String, String, String, String...) - Method in class org.rarefiedredis.redis.adapter.jedis.AbstractJedisIRedisClient
 
zrangeByScore(String, double, double) - Method in class org.rarefiedredis.redis.adapter.jedis.JedisAdapter
 
zrangeByScore(String, String, String) - Method in class org.rarefiedredis.redis.adapter.jedis.JedisAdapter
 
zrangeByScore(String, double, double, int, int) - Method in class org.rarefiedredis.redis.adapter.jedis.JedisAdapter
 
zrangeByScore(String, String, String, int, int) - Method in class org.rarefiedredis.redis.adapter.jedis.JedisAdapter
 
zrangebyscore(String, String, String, String...) - Method in interface org.rarefiedredis.redis.IRedisSortedSet
 
zrangebyscore(String, String, String, String...) - Method in class org.rarefiedredis.redis.RedisMock
 
zrangeByScoreWithScores(String, double, double) - Method in class org.rarefiedredis.redis.adapter.jedis.JedisAdapter
 
zrangeByScoreWithScores(String, String, String) - Method in class org.rarefiedredis.redis.adapter.jedis.JedisAdapter
 
zrangeByScoreWithScores(String, double, double, int, int) - Method in class org.rarefiedredis.redis.adapter.jedis.JedisAdapter
 
zrangeByScoreWithScores(String, String, String, int, int) - Method in class org.rarefiedredis.redis.adapter.jedis.JedisAdapter
 
zrangeWithScores(String, long, long) - Method in class org.rarefiedredis.redis.adapter.jedis.JedisAdapter
 
zrank(String, String) - Method in class org.rarefiedredis.redis.AbstractRedisClient
 
zrank(String, String) - Method in class org.rarefiedredis.redis.adapter.jedis.AbstractJedisIRedisClient
 
zrank(String, String) - Method in class org.rarefiedredis.redis.adapter.jedis.JedisAdapter
 
zrank(String, String) - Method in interface org.rarefiedredis.redis.IRedisSortedSet
 
zrank(String, String) - Method in class org.rarefiedredis.redis.RedisMock
 
zrem(String, String, String...) - Method in class org.rarefiedredis.redis.AbstractRedisClient
 
zrem(String, String, String...) - Method in class org.rarefiedredis.redis.adapter.jedis.AbstractJedisIRedisClient
 
zrem(String, String...) - Method in class org.rarefiedredis.redis.adapter.jedis.JedisAdapter
 
zrem(String, String, String...) - Method in interface org.rarefiedredis.redis.IRedisSortedSet
 
zrem(String, String, String...) - Method in class org.rarefiedredis.redis.RedisMock
 
zremrangebylex(String, String, String) - Method in class org.rarefiedredis.redis.AbstractRedisClient
 
zremrangebylex(String, String, String) - Method in class org.rarefiedredis.redis.adapter.jedis.AbstractJedisIRedisClient
 
zremrangebylex(String, String, String) - Method in interface org.rarefiedredis.redis.IRedisSortedSet
 
zremrangebylex(String, String, String) - Method in class org.rarefiedredis.redis.RedisMock
 
zremrangebyrank(String, long, long) - Method in class org.rarefiedredis.redis.AbstractRedisClient
 
zremrangebyrank(String, long, long) - Method in class org.rarefiedredis.redis.adapter.jedis.AbstractJedisIRedisClient
 
zremrangeByRank(String, long, long) - Method in class org.rarefiedredis.redis.adapter.jedis.JedisAdapter
 
zremrangebyrank(String, long, long) - Method in interface org.rarefiedredis.redis.IRedisSortedSet
 
zremrangebyrank(String, long, long) - Method in class org.rarefiedredis.redis.RedisMock
 
zremrangebyscore(String, String, String) - Method in class org.rarefiedredis.redis.AbstractRedisClient
 
zremrangebyscore(String, String, String) - Method in class org.rarefiedredis.redis.adapter.jedis.AbstractJedisIRedisClient
 
zremrangeByScore(String, double, double) - Method in class org.rarefiedredis.redis.adapter.jedis.JedisAdapter
 
zremrangeByScore(String, String, String) - Method in class org.rarefiedredis.redis.adapter.jedis.JedisAdapter
 
zremrangebyscore(String, String, String) - Method in interface org.rarefiedredis.redis.IRedisSortedSet
 
zremrangebyscore(String, String, String) - Method in class org.rarefiedredis.redis.RedisMock
 
zrevrange(String, long, long, String...) - Method in class org.rarefiedredis.redis.AbstractRedisClient
 
zrevrange(String, long, long, String...) - Method in class org.rarefiedredis.redis.adapter.jedis.AbstractJedisIRedisClient
 
zrevrange(String, long, long) - Method in class org.rarefiedredis.redis.adapter.jedis.JedisAdapter
 
zrevrange(String, long, long, String...) - Method in interface org.rarefiedredis.redis.IRedisSortedSet
 
zrevrange(String, long, long, String...) - Method in class org.rarefiedredis.redis.RedisMock
 
zrevrangebylex(String, String, String, String...) - Method in class org.rarefiedredis.redis.AbstractRedisClient
 
zrevrangebylex(String, String, String, String...) - Method in class org.rarefiedredis.redis.adapter.jedis.AbstractJedisIRedisClient
 
zrevrangebylex(String, String, String, String...) - Method in interface org.rarefiedredis.redis.IRedisSortedSet
 
zrevrangebylex(String, String, String, String...) - Method in class org.rarefiedredis.redis.RedisMock
 
zrevrangebyscore(String, String, String, String...) - Method in class org.rarefiedredis.redis.AbstractRedisClient
 
zrevrangebyscore(String, String, String, String...) - Method in class org.rarefiedredis.redis.adapter.jedis.AbstractJedisIRedisClient
 
zrevrangeByScore(String, double, double) - Method in class org.rarefiedredis.redis.adapter.jedis.JedisAdapter
 
zrevrangeByScore(String, String, String) - Method in class org.rarefiedredis.redis.adapter.jedis.JedisAdapter
 
zrevrangeByScore(String, double, double, int, int) - Method in class org.rarefiedredis.redis.adapter.jedis.JedisAdapter
 
zrevrangeByScore(String, String, String, int, int) - Method in class org.rarefiedredis.redis.adapter.jedis.JedisAdapter
 
zrevrangebyscore(String, String, String, String...) - Method in interface org.rarefiedredis.redis.IRedisSortedSet
 
zrevrangebyscore(String, String, String, String...) - Method in class org.rarefiedredis.redis.RedisMock
 
zrevrangeByScoreWithScores(String, double, double) - Method in class org.rarefiedredis.redis.adapter.jedis.JedisAdapter
 
zrevrangeByScoreWithScores(String, double, double, int, int) - Method in class org.rarefiedredis.redis.adapter.jedis.JedisAdapter
 
zrevrangeByScoreWithScores(String, String, String, int, int) - Method in class org.rarefiedredis.redis.adapter.jedis.JedisAdapter
 
zrevrangeByScoreWithScores(String, String, String) - Method in class org.rarefiedredis.redis.adapter.jedis.JedisAdapter
 
zrevrangeWithScores(String, long, long) - Method in class org.rarefiedredis.redis.adapter.jedis.JedisAdapter
 
zrevrank(String, String) - Method in class org.rarefiedredis.redis.AbstractRedisClient
 
zrevrank(String, String) - Method in class org.rarefiedredis.redis.adapter.jedis.AbstractJedisIRedisClient
 
zrevrank(String, String) - Method in class org.rarefiedredis.redis.adapter.jedis.JedisAdapter
 
zrevrank(String, String) - Method in interface org.rarefiedredis.redis.IRedisSortedSet
 
zrevrank(String, String) - Method in class org.rarefiedredis.redis.RedisMock
 
zscan(String, long, String...) - Method in class org.rarefiedredis.redis.AbstractRedisClient
 
zscan(String, long, String...) - Method in class org.rarefiedredis.redis.adapter.jedis.AbstractJedisIRedisClient
 
zscan(String, long, String...) - Method in interface org.rarefiedredis.redis.IRedisSortedSet
 
zscan(String, long, String...) - Method in class org.rarefiedredis.redis.RedisMock
 
zscore(String, String) - Method in class org.rarefiedredis.redis.AbstractRedisClient
 
zscore(String, String) - Method in class org.rarefiedredis.redis.adapter.jedis.AbstractJedisIRedisClient
 
zscore(String, String) - Method in class org.rarefiedredis.redis.adapter.jedis.JedisAdapter
 
zscore(String, String) - Method in interface org.rarefiedredis.redis.IRedisSortedSet
 
zscore(String, String) - Method in class org.rarefiedredis.redis.RedisMock
 
ZsetPair() - Constructor for class org.rarefiedredis.redis.IRedisSortedSet.ZsetPair
 
ZsetPair(String) - Constructor for class org.rarefiedredis.redis.IRedisSortedSet.ZsetPair
 
ZsetPair(String, Double) - Constructor for class org.rarefiedredis.redis.IRedisSortedSet.ZsetPair
 
ZsetPair(Double, String) - Constructor for class org.rarefiedredis.redis.IRedisSortedSet.ZsetPair
 
zunionstore(String, int, String...) - Method in class org.rarefiedredis.redis.AbstractRedisClient
 
zunionstore(String, int, String...) - Method in class org.rarefiedredis.redis.adapter.jedis.AbstractJedisIRedisClient
 
zunionstore(String, String...) - Method in class org.rarefiedredis.redis.adapter.jedis.JedisAdapter
 
zunionstore(String, int, String...) - Method in interface org.rarefiedredis.redis.IRedisSortedSet
 
zunionstore(String, int, String...) - Method in class org.rarefiedredis.redis.RedisMock
 
A B C D E G H I J K L M N O P R S T U W Z 
Skip navigation links

Copyright © 2015. All rights reserved.