Dependencies
Declarations
-
examples
-
io
-
vertx
-
redis
-
client
-
Command
-
Redis
-
RedisAPI
-
api(Redis): RedisAPI
-
api(RedisConnection): RedisAPI
-
close(): void
-
acl(List<String>, Handler<AsyncResult<Response>>): RedisAPI
-
acl(List<String>): Future<Response>
-
append(String, String, Handler<AsyncResult<Response>>): RedisAPI
-
append(String, String): Future<Response>
-
asking(Handler<AsyncResult<Response>>): RedisAPI
-
asking(): Future<Response>
-
auth(List<String>, Handler<AsyncResult<Response>>): RedisAPI
-
auth(List<String>): Future<Response>
-
bgrewriteaof(Handler<AsyncResult<Response>>): RedisAPI
-
bgrewriteaof(): Future<Response>
-
bgsave(List<String>, Handler<AsyncResult<Response>>): RedisAPI
-
bgsave(List<String>): Future<Response>
-
bitcount(List<String>, Handler<AsyncResult<Response>>): RedisAPI
-
bitcount(List<String>): Future<Response>
-
bitfield(List<String>, Handler<AsyncResult<Response>>): RedisAPI
-
bitfield(List<String>): Future<Response>
-
bitfieldRo(List<String>, Handler<AsyncResult<Response>>): RedisAPI
-
bitfieldRo(List<String>): Future<Response>
-
bitop(List<String>, Handler<AsyncResult<Response>>): RedisAPI
-
bitop(List<String>): Future<Response>
-
bitpos(List<String>, Handler<AsyncResult<Response>>): RedisAPI
-
bitpos(List<String>): Future<Response>
-
blpop(List<String>, Handler<AsyncResult<Response>>): RedisAPI
-
blpop(List<String>): Future<Response>
-
brpop(List<String>, Handler<AsyncResult<Response>>): RedisAPI
-
brpop(List<String>): Future<Response>
-
brpoplpush(String, String, String, Handler<AsyncResult<Response>>): RedisAPI
-
brpoplpush(String, String, String): Future<Response>
-
bzpopmax(List<String>, Handler<AsyncResult<Response>>): RedisAPI
-
bzpopmax(List<String>): Future<Response>
-
bzpopmin(List<String>, Handler<AsyncResult<Response>>): RedisAPI
-
bzpopmin(List<String>): Future<Response>
-
client(List<String>, Handler<AsyncResult<Response>>): RedisAPI
-
client(List<String>): Future<Response>
-
cluster(List<String>, Handler<AsyncResult<Response>>): RedisAPI
-
cluster(List<String>): Future<Response>
-
command(List<String>, Handler<AsyncResult<Response>>): RedisAPI
-
command(List<String>): Future<Response>
-
config(List<String>, Handler<AsyncResult<Response>>): RedisAPI
-
config(List<String>): Future<Response>
-
dbsize(Handler<AsyncResult<Response>>): RedisAPI
-
dbsize(): Future<Response>
-
debug(List<String>, Handler<AsyncResult<Response>>): RedisAPI
-
debug(List<String>): Future<Response>
-
decr(String, Handler<AsyncResult<Response>>): RedisAPI
-
decr(String): Future<Response>
-
decrby(String, String, Handler<AsyncResult<Response>>): RedisAPI
-
decrby(String, String): Future<Response>
-
del(List<String>, Handler<AsyncResult<Response>>): RedisAPI
-
del(List<String>): Future<Response>
-
discard(Handler<AsyncResult<Response>>): RedisAPI
-
discard(): Future<Response>
-
dump(String, Handler<AsyncResult<Response>>): RedisAPI
-
dump(String): Future<Response>
-
echo(String, Handler<AsyncResult<Response>>): RedisAPI
-
echo(String): Future<Response>
-
eval(List<String>, Handler<AsyncResult<Response>>): RedisAPI
-
eval(List<String>): Future<Response>
-
evalsha(List<String>, Handler<AsyncResult<Response>>): RedisAPI
-
evalsha(List<String>): Future<Response>
-
exec(Handler<AsyncResult<Response>>): RedisAPI
-
exec(): Future<Response>
-
exists(List<String>, Handler<AsyncResult<Response>>): RedisAPI
-
exists(List<String>): Future<Response>
-
expire(String, String, Handler<AsyncResult<Response>>): RedisAPI
-
expire(String, String): Future<Response>
-
expireat(String, String, Handler<AsyncResult<Response>>): RedisAPI
-
expireat(String, String): Future<Response>
-
flushall(List<String>, Handler<AsyncResult<Response>>): RedisAPI
-
flushall(List<String>): Future<Response>
-
flushdb(List<String>, Handler<AsyncResult<Response>>): RedisAPI
-
flushdb(List<String>): Future<Response>
-
geoadd(List<String>, Handler<AsyncResult<Response>>): RedisAPI
-
geoadd(List<String>): Future<Response>
-
geodist(List<String>, Handler<AsyncResult<Response>>): RedisAPI
-
geodist(List<String>): Future<Response>
-
geohash(List<String>, Handler<AsyncResult<Response>>): RedisAPI
-
geohash(List<String>): Future<Response>
-
geopos(List<String>, Handler<AsyncResult<Response>>): RedisAPI
-
geopos(List<String>): Future<Response>
-
georadius(List<String>, Handler<AsyncResult<Response>>): RedisAPI
-
georadius(List<String>): Future<Response>
-
georadiusRo(List<String>, Handler<AsyncResult<Response>>): RedisAPI
-
georadiusRo(List<String>): Future<Response>
-
georadiusbymember(List<String>, Handler<AsyncResult<Response>>): RedisAPI
-
georadiusbymember(List<String>): Future<Response>
-
georadiusbymemberRo(List<String>, Handler<AsyncResult<Response>>): RedisAPI
-
georadiusbymemberRo(List<String>): Future<Response>
-
get(String, Handler<AsyncResult<Response>>): RedisAPI
-
get(String): Future<Response>
-
getbit(String, String, Handler<AsyncResult<Response>>): RedisAPI
-
getbit(String, String): Future<Response>
-
lastsave(): Future<Response>
-
getrange(String, String, String, Handler<AsyncResult<Response>>): RedisAPI
-
getrange(String, String, String): Future<Response>
-
getset(String, String, Handler<AsyncResult<Response>>): RedisAPI
-
getset(String, String): Future<Response>
-
hdel(List<String>, Handler<AsyncResult<Response>>): RedisAPI
-
hdel(List<String>): Future<Response>
-
hello(List<String>, Handler<AsyncResult<Response>>): RedisAPI
-
hello(List<String>): Future<Response>
-
hexists(String, String, Handler<AsyncResult<Response>>): RedisAPI
-
hexists(String, String): Future<Response>
-
hget(String, String, Handler<AsyncResult<Response>>): RedisAPI
-
hget(String, String): Future<Response>
-
hgetall(String, Handler<AsyncResult<Response>>): RedisAPI
-
hgetall(String): Future<Response>
-
hincrby(String, String, String, Handler<AsyncResult<Response>>): RedisAPI
-
hincrby(String, String, String): Future<Response>
-
hincrbyfloat(String, String, String, Handler<AsyncResult<Response>>): RedisAPI
-
hincrbyfloat(String, String, String): Future<Response>
-
hkeys(String, Handler<AsyncResult<Response>>): RedisAPI
-
hkeys(String): Future<Response>
-
hlen(String, Handler<AsyncResult<Response>>): RedisAPI
-
hlen(String): Future<Response>
-
hmget(List<String>, Handler<AsyncResult<Response>>): RedisAPI
-
hmget(List<String>): Future<Response>
-
hmset(List<String>, Handler<AsyncResult<Response>>): RedisAPI
-
hmset(List<String>): Future<Response>
-
host(List<String>, Handler<AsyncResult<Response>>): RedisAPI
-
host(List<String>): Future<Response>
-
hscan(List<String>, Handler<AsyncResult<Response>>): RedisAPI
-
hscan(List<String>): Future<Response>
-
hset(List<String>, Handler<AsyncResult<Response>>): RedisAPI
-
hset(List<String>): Future<Response>
-
hsetnx(String, String, String, Handler<AsyncResult<Response>>): RedisAPI
-
hsetnx(String, String, String): Future<Response>
-
hstrlen(String, String, Handler<AsyncResult<Response>>): RedisAPI
-
hstrlen(String, String): Future<Response>
-
hvals(String, Handler<AsyncResult<Response>>): RedisAPI
-
hvals(String): Future<Response>
-
incr(String, Handler<AsyncResult<Response>>): RedisAPI
-
incr(String): Future<Response>
-
incrby(String, String, Handler<AsyncResult<Response>>): RedisAPI
-
incrby(String, String): Future<Response>
-
incrbyfloat(String, String, Handler<AsyncResult<Response>>): RedisAPI
-
incrbyfloat(String, String): Future<Response>
-
info(List<String>, Handler<AsyncResult<Response>>): RedisAPI
-
info(List<String>): Future<Response>
-
keys(String, Handler<AsyncResult<Response>>): RedisAPI
-
keys(String): Future<Response>
-
lastsave(Handler<AsyncResult<Response>>): RedisAPI
-
latency(List<String>, Handler<AsyncResult<Response>>): RedisAPI
-
latency(List<String>): Future<Response>
-
lindex(String, String, Handler<AsyncResult<Response>>): RedisAPI
-
lindex(String, String): Future<Response>
-
linsert(String, String, String, String, Handler<AsyncResult<Response>>): RedisAPI
-
linsert(String, String, String, String): Future<Response>
-
llen(String, Handler<AsyncResult<Response>>): RedisAPI
-
llen(String): Future<Response>
-
lolwut(List<String>, Handler<AsyncResult<Response>>): RedisAPI
-
lolwut(List<String>): Future<Response>
-
lpop(String, Handler<AsyncResult<Response>>): RedisAPI
-
lpop(String): Future<Response>
-
lpush(List<String>, Handler<AsyncResult<Response>>): RedisAPI
-
lpush(List<String>): Future<Response>
-
lpushx(List<String>, Handler<AsyncResult<Response>>): RedisAPI
-
lpushx(List<String>): Future<Response>
-
lrange(String, String, String, Handler<AsyncResult<Response>>): RedisAPI
-
lrange(String, String, String): Future<Response>
-
lrem(String, String, String, Handler<AsyncResult<Response>>): RedisAPI
-
lrem(String, String, String): Future<Response>
-
lset(String, String, String, Handler<AsyncResult<Response>>): RedisAPI
-
lset(String, String, String): Future<Response>
-
ltrim(String, String, String, Handler<AsyncResult<Response>>): RedisAPI
-
ltrim(String, String, String): Future<Response>
-
memory(List<String>, Handler<AsyncResult<Response>>): RedisAPI
-
memory(List<String>): Future<Response>
-
mget(List<String>, Handler<AsyncResult<Response>>): RedisAPI
-
mget(List<String>): Future<Response>
-
migrate(List<String>, Handler<AsyncResult<Response>>): RedisAPI
-
migrate(List<String>): Future<Response>
-
module(List<String>, Handler<AsyncResult<Response>>): RedisAPI
-
module(List<String>): Future<Response>
-
monitor(Handler<AsyncResult<Response>>): RedisAPI
-
monitor(): Future<Response>
-
move(String, String, Handler<AsyncResult<Response>>): RedisAPI
-
move(String, String): Future<Response>
-
mset(List<String>, Handler<AsyncResult<Response>>): RedisAPI
-
mset(List<String>): Future<Response>
-
msetnx(List<String>, Handler<AsyncResult<Response>>): RedisAPI
-
msetnx(List<String>): Future<Response>
-
multi(Handler<AsyncResult<Response>>): RedisAPI
-
multi(): Future<Response>
-
object(List<String>, Handler<AsyncResult<Response>>): RedisAPI
-
object(List<String>): Future<Response>
-
persist(String, Handler<AsyncResult<Response>>): RedisAPI
-
persist(String): Future<Response>
-
pexpire(String, String, Handler<AsyncResult<Response>>): RedisAPI
-
pexpire(String, String): Future<Response>
-
publish(String, String): Future<Response>
-
pexpireat(String, String, Handler<AsyncResult<Response>>): RedisAPI
-
pexpireat(String, String): Future<Response>
-
pfadd(List<String>, Handler<AsyncResult<Response>>): RedisAPI
-
pfadd(List<String>): Future<Response>
-
pfcount(List<String>, Handler<AsyncResult<Response>>): RedisAPI
-
pfcount(List<String>): Future<Response>
-
pfdebug(List<String>, Handler<AsyncResult<Response>>): RedisAPI
-
pfdebug(List<String>): Future<Response>
-
pfmerge(List<String>, Handler<AsyncResult<Response>>): RedisAPI
-
pfmerge(List<String>): Future<Response>
-
pfselftest(Handler<AsyncResult<Response>>): RedisAPI
-
pfselftest(): Future<Response>
-
ping(List<String>, Handler<AsyncResult<Response>>): RedisAPI
-
ping(List<String>): Future<Response>
-
post(List<String>, Handler<AsyncResult<Response>>): RedisAPI
-
post(List<String>): Future<Response>
-
psetex(String, String, String, Handler<AsyncResult<Response>>): RedisAPI
-
psetex(String, String, String): Future<Response>
-
psubscribe(List<String>, Handler<AsyncResult<Response>>): RedisAPI
-
psubscribe(List<String>): Future<Response>
-
psync(String, String, Handler<AsyncResult<Response>>): RedisAPI
-
psync(String, String): Future<Response>
-
pttl(String, Handler<AsyncResult<Response>>): RedisAPI
-
pttl(String): Future<Response>
-
publish(String, String, Handler<AsyncResult<Response>>): RedisAPI
-
pubsub(List<String>, Handler<AsyncResult<Response>>): RedisAPI
-
pubsub(List<String>): Future<Response>
-
punsubscribe(List<String>, Handler<AsyncResult<Response>>): RedisAPI
-
punsubscribe(List<String>): Future<Response>
-
randomkey(Handler<AsyncResult<Response>>): RedisAPI
-
randomkey(): Future<Response>
-
readonly(Handler<AsyncResult<Response>>): RedisAPI
-
readonly(): Future<Response>
-
readwrite(Handler<AsyncResult<Response>>): RedisAPI
-
readwrite(): Future<Response>
-
rename(String, String, Handler<AsyncResult<Response>>): RedisAPI
-
rename(String, String): Future<Response>
-
renamenx(String, String, Handler<AsyncResult<Response>>): RedisAPI
-
renamenx(String, String): Future<Response>
-
replconf(List<String>, Handler<AsyncResult<Response>>): RedisAPI
-
replconf(List<String>): Future<Response>
-
replicaof(String, String, Handler<AsyncResult<Response>>): RedisAPI
-
replicaof(String, String): Future<Response>
-
restore(List<String>, Handler<AsyncResult<Response>>): RedisAPI
-
restore(List<String>): Future<Response>
-
restoreAsking(List<String>, Handler<AsyncResult<Response>>): RedisAPI
-
restoreAsking(List<String>): Future<Response>
-
role(Handler<AsyncResult<Response>>): RedisAPI
-
role(): Future<Response>
-
rpop(String, Handler<AsyncResult<Response>>): RedisAPI
-
rpop(String): Future<Response>
-
rpoplpush(String, String, Handler<AsyncResult<Response>>): RedisAPI
-
rpoplpush(String, String): Future<Response>
-
rpush(List<String>, Handler<AsyncResult<Response>>): RedisAPI
-
rpush(List<String>): Future<Response>
-
rpushx(List<String>, Handler<AsyncResult<Response>>): RedisAPI
-
rpushx(List<String>): Future<Response>
-
sadd(List<String>, Handler<AsyncResult<Response>>): RedisAPI
-
sadd(List<String>): Future<Response>
-
save(Handler<AsyncResult<Response>>): RedisAPI
-
save(): Future<Response>
-
scan(List<String>, Handler<AsyncResult<Response>>): RedisAPI
-
scan(List<String>): Future<Response>
-
scard(String, Handler<AsyncResult<Response>>): RedisAPI
-
scard(String): Future<Response>
-
script(List<String>, Handler<AsyncResult<Response>>): RedisAPI
-
script(List<String>): Future<Response>
-
sdiff(List<String>, Handler<AsyncResult<Response>>): RedisAPI
-
sdiff(List<String>): Future<Response>
-
sdiffstore(List<String>, Handler<AsyncResult<Response>>): RedisAPI
-
sdiffstore(List<String>): Future<Response>
-
select(String, Handler<AsyncResult<Response>>): RedisAPI
-
select(String): Future<Response>
-
set(List<String>, Handler<AsyncResult<Response>>): RedisAPI
-
set(List<String>): Future<Response>
-
setbit(String, String, String, Handler<AsyncResult<Response>>): RedisAPI
-
setbit(String, String, String): Future<Response>
-
setex(String, String, String, Handler<AsyncResult<Response>>): RedisAPI
-
setex(String, String, String): Future<Response>
-
setnx(String, String, Handler<AsyncResult<Response>>): RedisAPI
-
setnx(String, String): Future<Response>
-
setrange(String, String, String, Handler<AsyncResult<Response>>): RedisAPI
-
setrange(String, String, String): Future<Response>
-
shutdown(List<String>, Handler<AsyncResult<Response>>): RedisAPI
-
shutdown(List<String>): Future<Response>
-
sinter(List<String>, Handler<AsyncResult<Response>>): RedisAPI
-
sinter(List<String>): Future<Response>
-
sinterstore(List<String>, Handler<AsyncResult<Response>>): RedisAPI
-
sinterstore(List<String>): Future<Response>
-
sismember(String, String, Handler<AsyncResult<Response>>): RedisAPI
-
sismember(String, String): Future<Response>
-
slaveof(String, String, Handler<AsyncResult<Response>>): RedisAPI
-
slaveof(String, String): Future<Response>
-
slowlog(List<String>, Handler<AsyncResult<Response>>): RedisAPI
-
slowlog(List<String>): Future<Response>
-
smembers(String, Handler<AsyncResult<Response>>): RedisAPI
-
smembers(String): Future<Response>
-
smove(String, String, String, Handler<AsyncResult<Response>>): RedisAPI
-
smove(String, String, String): Future<Response>
-
sort(List<String>, Handler<AsyncResult<Response>>): RedisAPI
-
sort(List<String>): Future<Response>
-
spop(List<String>, Handler<AsyncResult<Response>>): RedisAPI
-
spop(List<String>): Future<Response>
-
srandmember(List<String>, Handler<AsyncResult<Response>>): RedisAPI
-
srandmember(List<String>): Future<Response>
-
srem(List<String>, Handler<AsyncResult<Response>>): RedisAPI
-
srem(List<String>): Future<Response>
-
sscan(List<String>, Handler<AsyncResult<Response>>): RedisAPI
-
sscan(List<String>): Future<Response>
-
stralgo(List<String>, Handler<AsyncResult<Response>>): RedisAPI
-
stralgo(List<String>): Future<Response>
-
strlen(String, Handler<AsyncResult<Response>>): RedisAPI
-
strlen(String): Future<Response>
-
subscribe(List<String>, Handler<AsyncResult<Response>>): RedisAPI
-
subscribe(List<String>): Future<Response>
-
substr(String, String, String, Handler<AsyncResult<Response>>): RedisAPI
-
substr(String, String, String): Future<Response>
-
sunion(List<String>, Handler<AsyncResult<Response>>): RedisAPI
-
sunion(List<String>): Future<Response>
-
sunionstore(List<String>, Handler<AsyncResult<Response>>): RedisAPI
-
sunionstore(List<String>): Future<Response>
-
swapdb(String, String, Handler<AsyncResult<Response>>): RedisAPI
-
swapdb(String, String): Future<Response>
-
sync(Handler<AsyncResult<Response>>): RedisAPI
-
sync(): Future<Response>
-
time(Handler<AsyncResult<Response>>): RedisAPI
-
time(): Future<Response>
-
touch(List<String>, Handler<AsyncResult<Response>>): RedisAPI
-
touch(List<String>): Future<Response>
-
ttl(String, Handler<AsyncResult<Response>>): RedisAPI
-
ttl(String): Future<Response>
-
type(String, Handler<AsyncResult<Response>>): RedisAPI
-
type(String): Future<Response>
-
unlink(List<String>, Handler<AsyncResult<Response>>): RedisAPI
-
unlink(List<String>): Future<Response>
-
unsubscribe(List<String>, Handler<AsyncResult<Response>>): RedisAPI
-
unsubscribe(List<String>): Future<Response>
-
unwatch(Handler<AsyncResult<Response>>): RedisAPI
-
unwatch(): Future<Response>
-
wait(String, String, Handler<AsyncResult<Response>>): RedisAPI
-
wait(String, String): Future<Response>
-
watch(List<String>, Handler<AsyncResult<Response>>): RedisAPI
-
watch(List<String>): Future<Response>
-
xack(List<String>, Handler<AsyncResult<Response>>): RedisAPI
-
xack(List<String>): Future<Response>
-
xadd(List<String>, Handler<AsyncResult<Response>>): RedisAPI
-
xadd(List<String>): Future<Response>
-
xclaim(List<String>, Handler<AsyncResult<Response>>): RedisAPI
-
xclaim(List<String>): Future<Response>
-
xdel(List<String>, Handler<AsyncResult<Response>>): RedisAPI
-
xdel(List<String>): Future<Response>
-
xgroup(List<String>, Handler<AsyncResult<Response>>): RedisAPI
-
xgroup(List<String>): Future<Response>
-
xinfo(List<String>, Handler<AsyncResult<Response>>): RedisAPI
-
xinfo(List<String>): Future<Response>
-
xlen(String, Handler<AsyncResult<Response>>): RedisAPI
-
xlen(String): Future<Response>
-
xpending(List<String>, Handler<AsyncResult<Response>>): RedisAPI
-
xpending(List<String>): Future<Response>
-
xrange(List<String>, Handler<AsyncResult<Response>>): RedisAPI
-
xrange(List<String>): Future<Response>
-
xread(List<String>, Handler<AsyncResult<Response>>): RedisAPI
-
xread(List<String>): Future<Response>
-
xreadgroup(List<String>, Handler<AsyncResult<Response>>): RedisAPI
-
xreadgroup(List<String>): Future<Response>
-
xrevrange(List<String>, Handler<AsyncResult<Response>>): RedisAPI
-
xrevrange(List<String>): Future<Response>
-
xsetid(String, String, Handler<AsyncResult<Response>>): RedisAPI
-
xsetid(String, String): Future<Response>
-
xtrim(List<String>, Handler<AsyncResult<Response>>): RedisAPI
-
xtrim(List<String>): Future<Response>
-
zadd(List<String>, Handler<AsyncResult<Response>>): RedisAPI
-
zadd(List<String>): Future<Response>
-
zcard(String, Handler<AsyncResult<Response>>): RedisAPI
-
zcard(String): Future<Response>
-
zcount(String, String, String, Handler<AsyncResult<Response>>): RedisAPI
-
zcount(String, String, String): Future<Response>
-
zincrby(String, String, String, Handler<AsyncResult<Response>>): RedisAPI
-
zincrby(String, String, String): Future<Response>
-
zinterstore(List<String>, Handler<AsyncResult<Response>>): RedisAPI
-
zinterstore(List<String>): Future<Response>
-
zlexcount(String, String, String, Handler<AsyncResult<Response>>): RedisAPI
-
zlexcount(String, String, String): Future<Response>
-
zpopmax(List<String>, Handler<AsyncResult<Response>>): RedisAPI
-
zpopmax(List<String>): Future<Response>
-
zpopmin(List<String>, Handler<AsyncResult<Response>>): RedisAPI
-
zpopmin(List<String>): Future<Response>
-
zrange(List<String>, Handler<AsyncResult<Response>>): RedisAPI
-
zrange(List<String>): Future<Response>
-
zrangebylex(List<String>, Handler<AsyncResult<Response>>): RedisAPI
-
zrangebylex(List<String>): Future<Response>
-
zrangebyscore(List<String>, Handler<AsyncResult<Response>>): RedisAPI
-
zrangebyscore(List<String>): Future<Response>
-
zrank(String, String, Handler<AsyncResult<Response>>): RedisAPI
-
zrank(String, String): Future<Response>
-
zrem(List<String>, Handler<AsyncResult<Response>>): RedisAPI
-
zrem(List<String>): Future<Response>
-
zremrangebylex(String, String, String, Handler<AsyncResult<Response>>): RedisAPI
-
zremrangebylex(String, String, String): Future<Response>
-
zremrangebyrank(String, String, String, Handler<AsyncResult<Response>>): RedisAPI
-
zremrangebyrank(String, String, String): Future<Response>
-
zremrangebyscore(String, String, String, Handler<AsyncResult<Response>>): RedisAPI
-
zremrangebyscore(String, String, String): Future<Response>
-
zrevrange(List<String>, Handler<AsyncResult<Response>>): RedisAPI
-
zrevrange(List<String>): Future<Response>
-
zrevrangebylex(List<String>, Handler<AsyncResult<Response>>): RedisAPI
-
zrevrangebylex(List<String>): Future<Response>
-
zrevrangebyscore(List<String>, Handler<AsyncResult<Response>>): RedisAPI
-
zrevrangebyscore(List<String>): Future<Response>
-
zrevrank(String, String, Handler<AsyncResult<Response>>): RedisAPI
-
zrevrank(String, String): Future<Response>
-
zscan(List<String>, Handler<AsyncResult<Response>>): RedisAPI
-
zscan(List<String>): Future<Response>
-
zscore(String, String, Handler<AsyncResult<Response>>): RedisAPI
-
zscore(String, String): Future<Response>
-
zunionstore(List<String>, Handler<AsyncResult<Response>>): RedisAPI
-
zunionstore(List<String>): Future<Response>
-
send(Command, String[]): Future<Response>
-
RedisClientType
-
RedisConnection
-
RedisOptions
-
RedisOptionsConverter
-
RedisReplicas
-
RedisRole
-
Request
-
Response
-
ResponseType
-
impl
Java files
Class files