public class RedisClientStub extends Object implements io.vertx.redis.RedisClient
| Modifier and Type | Class and Description |
|---|---|
class |
RedisClientStub.RedisTransactionImpl |
| Constructor and Description |
|---|
RedisClientStub(io.vertx.core.Vertx vertx,
io.vertx.redis.RedisOptions options) |
| Modifier and Type | Method and Description |
|---|---|
io.vertx.redis.RedisClient |
append(String key,
String value,
io.vertx.core.Handler<io.vertx.core.AsyncResult<Long>> handler) |
io.vertx.redis.RedisClient |
auth(String password,
io.vertx.core.Handler<io.vertx.core.AsyncResult<String>> handler) |
io.vertx.redis.RedisClient |
bgrewriteaof(io.vertx.core.Handler<io.vertx.core.AsyncResult<String>> handler) |
io.vertx.redis.RedisClient |
bgsave(io.vertx.core.Handler<io.vertx.core.AsyncResult<String>> handler) |
io.vertx.redis.RedisClient |
bitcount(String key,
io.vertx.core.Handler<io.vertx.core.AsyncResult<Long>> handler) |
io.vertx.redis.RedisClient |
bitcountRange(String key,
long start,
long end,
io.vertx.core.Handler<io.vertx.core.AsyncResult<Long>> handler) |
io.vertx.redis.RedisClient |
bitfield(String key,
io.vertx.redis.op.BitFieldOptions bitFieldOptions,
io.vertx.core.Handler<io.vertx.core.AsyncResult<io.vertx.core.json.JsonArray>> handler) |
io.vertx.redis.RedisClient |
bitfieldWithOverflow(String key,
io.vertx.redis.op.BitFieldOptions bitFieldOptions,
io.vertx.redis.op.BitFieldOverflowOptions overflow,
io.vertx.core.Handler<io.vertx.core.AsyncResult<io.vertx.core.json.JsonArray>> handler) |
io.vertx.redis.RedisClient |
bitop(io.vertx.redis.op.BitOperation operation,
String destkey,
List<String> keys,
io.vertx.core.Handler<io.vertx.core.AsyncResult<Long>> handler) |
io.vertx.redis.RedisClient |
bitpos(String key,
int bit,
io.vertx.core.Handler<io.vertx.core.AsyncResult<Long>> handler) |
io.vertx.redis.RedisClient |
bitposFrom(String key,
int bit,
int start,
io.vertx.core.Handler<io.vertx.core.AsyncResult<Long>> handler) |
io.vertx.redis.RedisClient |
bitposRange(String key,
int bit,
int start,
int stop,
io.vertx.core.Handler<io.vertx.core.AsyncResult<Long>> handler) |
io.vertx.redis.RedisClient |
blpop(String key,
int seconds,
io.vertx.core.Handler<io.vertx.core.AsyncResult<io.vertx.core.json.JsonArray>> handler) |
io.vertx.redis.RedisClient |
blpopMany(List<String> keys,
int seconds,
io.vertx.core.Handler<io.vertx.core.AsyncResult<io.vertx.core.json.JsonArray>> handler) |
io.vertx.redis.RedisClient |
brpop(String key,
int seconds,
io.vertx.core.Handler<io.vertx.core.AsyncResult<io.vertx.core.json.JsonArray>> handler) |
io.vertx.redis.RedisClient |
brpoplpush(String key,
String destkey,
int seconds,
io.vertx.core.Handler<io.vertx.core.AsyncResult<String>> handler) |
io.vertx.redis.RedisClient |
brpopMany(List<String> keys,
int seconds,
io.vertx.core.Handler<io.vertx.core.AsyncResult<io.vertx.core.json.JsonArray>> handler) |
io.vertx.redis.RedisClient |
clientGetname(io.vertx.core.Handler<io.vertx.core.AsyncResult<String>> handler) |
io.vertx.redis.RedisClient |
clientKill(io.vertx.redis.op.KillFilter filter,
io.vertx.core.Handler<io.vertx.core.AsyncResult<Long>> handler) |
io.vertx.redis.RedisClient |
clientList(io.vertx.core.Handler<io.vertx.core.AsyncResult<String>> handler) |
io.vertx.redis.RedisClient |
clientPause(long millis,
io.vertx.core.Handler<io.vertx.core.AsyncResult<String>> handler) |
io.vertx.redis.RedisClient |
clientReply(io.vertx.redis.op.ClientReplyOptions options,
io.vertx.core.Handler<io.vertx.core.AsyncResult<String>> handler) |
io.vertx.redis.RedisClient |
clientSetname(String name,
io.vertx.core.Handler<io.vertx.core.AsyncResult<String>> handler) |
void |
close(io.vertx.core.Handler<io.vertx.core.AsyncResult<Void>> handler) |
io.vertx.redis.RedisClient |
clusterAddslots(List<Long> slots,
io.vertx.core.Handler<io.vertx.core.AsyncResult<Void>> handler) |
io.vertx.redis.RedisClient |
clusterCountFailureReports(String nodeId,
io.vertx.core.Handler<io.vertx.core.AsyncResult<Long>> handler) |
io.vertx.redis.RedisClient |
clusterCountkeysinslot(long slot,
io.vertx.core.Handler<io.vertx.core.AsyncResult<Long>> handler) |
io.vertx.redis.RedisClient |
clusterDelslots(long slot,
io.vertx.core.Handler<io.vertx.core.AsyncResult<Void>> handler) |
io.vertx.redis.RedisClient |
clusterDelslotsMany(List<Long> slots,
io.vertx.core.Handler<io.vertx.core.AsyncResult<Void>> handler) |
io.vertx.redis.RedisClient |
clusterFailover(io.vertx.core.Handler<io.vertx.core.AsyncResult<Void>> handler) |
io.vertx.redis.RedisClient |
clusterFailOverWithOptions(io.vertx.redis.op.FailoverOptions options,
io.vertx.core.Handler<io.vertx.core.AsyncResult<Void>> handler) |
io.vertx.redis.RedisClient |
clusterForget(String nodeId,
io.vertx.core.Handler<io.vertx.core.AsyncResult<Void>> handler) |
io.vertx.redis.RedisClient |
clusterGetkeysinslot(long slot,
long count,
io.vertx.core.Handler<io.vertx.core.AsyncResult<io.vertx.core.json.JsonArray>> handler) |
io.vertx.redis.RedisClient |
clusterInfo(io.vertx.core.Handler<io.vertx.core.AsyncResult<io.vertx.core.json.JsonArray>> handler) |
io.vertx.redis.RedisClient |
clusterKeyslot(String key,
io.vertx.core.Handler<io.vertx.core.AsyncResult<Long>> handler) |
io.vertx.redis.RedisClient |
clusterMeet(String ip,
long port,
io.vertx.core.Handler<io.vertx.core.AsyncResult<Void>> handler) |
io.vertx.redis.RedisClient |
clusterNodes(io.vertx.core.Handler<io.vertx.core.AsyncResult<io.vertx.core.json.JsonArray>> handler) |
io.vertx.redis.RedisClient |
clusterReplicate(String nodeId,
io.vertx.core.Handler<io.vertx.core.AsyncResult<Void>> handler) |
io.vertx.redis.RedisClient |
clusterReset(io.vertx.core.Handler<io.vertx.core.AsyncResult<Void>> handler) |
io.vertx.redis.RedisClient |
clusterResetWithOptions(io.vertx.redis.op.ResetOptions options,
io.vertx.core.Handler<io.vertx.core.AsyncResult<Void>> handler) |
io.vertx.redis.RedisClient |
clusterSaveconfig(io.vertx.core.Handler<io.vertx.core.AsyncResult<Void>> handler) |
io.vertx.redis.RedisClient |
clusterSetConfigEpoch(long epoch,
io.vertx.core.Handler<io.vertx.core.AsyncResult<Void>> handler) |
io.vertx.redis.RedisClient |
clusterSetslot(long slot,
io.vertx.redis.op.SlotCmd subcommand,
io.vertx.core.Handler<io.vertx.core.AsyncResult<Void>> handler) |
io.vertx.redis.RedisClient |
clusterSetslotWithNode(long slot,
io.vertx.redis.op.SlotCmd subcommand,
String nodeId,
io.vertx.core.Handler<io.vertx.core.AsyncResult<Void>> handler) |
io.vertx.redis.RedisClient |
clusterSlaves(String nodeId,
io.vertx.core.Handler<io.vertx.core.AsyncResult<io.vertx.core.json.JsonArray>> handler) |
io.vertx.redis.RedisClient |
clusterSlots(io.vertx.core.Handler<io.vertx.core.AsyncResult<io.vertx.core.json.JsonArray>> handler) |
io.vertx.redis.RedisClient |
command(io.vertx.core.Handler<io.vertx.core.AsyncResult<io.vertx.core.json.JsonArray>> handler) |
io.vertx.redis.RedisClient |
commandCount(io.vertx.core.Handler<io.vertx.core.AsyncResult<Long>> handler) |
io.vertx.redis.RedisClient |
commandGetkeys(io.vertx.core.Handler<io.vertx.core.AsyncResult<io.vertx.core.json.JsonArray>> handler) |
io.vertx.redis.RedisClient |
commandInfo(List<String> commands,
io.vertx.core.Handler<io.vertx.core.AsyncResult<io.vertx.core.json.JsonArray>> handler) |
io.vertx.redis.RedisClient |
configGet(String parameter,
io.vertx.core.Handler<io.vertx.core.AsyncResult<io.vertx.core.json.JsonArray>> handler) |
io.vertx.redis.RedisClient |
configResetstat(io.vertx.core.Handler<io.vertx.core.AsyncResult<String>> handler) |
io.vertx.redis.RedisClient |
configRewrite(io.vertx.core.Handler<io.vertx.core.AsyncResult<String>> handler) |
io.vertx.redis.RedisClient |
configSet(String parameter,
String value,
io.vertx.core.Handler<io.vertx.core.AsyncResult<String>> handler) |
io.vertx.redis.RedisClient |
dbsize(io.vertx.core.Handler<io.vertx.core.AsyncResult<Long>> handler) |
io.vertx.redis.RedisClient |
debugObject(String key,
io.vertx.core.Handler<io.vertx.core.AsyncResult<String>> handler) |
io.vertx.redis.RedisClient |
debugSegfault(io.vertx.core.Handler<io.vertx.core.AsyncResult<String>> handler) |
io.vertx.redis.RedisClient |
decr(String key,
io.vertx.core.Handler<io.vertx.core.AsyncResult<Long>> handler) |
io.vertx.redis.RedisClient |
decrby(String key,
long decrement,
io.vertx.core.Handler<io.vertx.core.AsyncResult<Long>> handler) |
io.vertx.redis.RedisClient |
del(String key,
io.vertx.core.Handler<io.vertx.core.AsyncResult<Long>> handler) |
io.vertx.redis.RedisClient |
delMany(List<String> keys,
io.vertx.core.Handler<io.vertx.core.AsyncResult<Long>> handler) |
io.vertx.redis.RedisClient |
dump(String key,
io.vertx.core.Handler<io.vertx.core.AsyncResult<String>> handler) |
io.vertx.redis.RedisClient |
echo(String message,
io.vertx.core.Handler<io.vertx.core.AsyncResult<String>> handler) |
io.vertx.redis.RedisClient |
eval(String script,
List<String> keys,
List<String> args,
io.vertx.core.Handler<io.vertx.core.AsyncResult<io.vertx.core.json.JsonArray>> handler) |
io.vertx.redis.RedisClient |
evalScript(io.vertx.redis.Script script,
List<String> keys,
List<String> args,
io.vertx.core.Handler<io.vertx.core.AsyncResult<io.vertx.core.json.JsonArray>> handler) |
io.vertx.redis.RedisClient |
evalsha(String sha1,
List<String> keys,
List<String> args,
io.vertx.core.Handler<io.vertx.core.AsyncResult<io.vertx.core.json.JsonArray>> handler) |
io.vertx.redis.RedisClient |
exists(String key,
io.vertx.core.Handler<io.vertx.core.AsyncResult<Long>> handler) |
io.vertx.redis.RedisClient |
existsMany(List<String> keys,
io.vertx.core.Handler<io.vertx.core.AsyncResult<Long>> handler) |
io.vertx.redis.RedisClient |
expire(String key,
long seconds,
io.vertx.core.Handler<io.vertx.core.AsyncResult<Long>> handler) |
io.vertx.redis.RedisClient |
expireat(String key,
long seconds,
io.vertx.core.Handler<io.vertx.core.AsyncResult<Long>> handler) |
io.vertx.redis.RedisClient |
flushall(io.vertx.core.Handler<io.vertx.core.AsyncResult<String>> handler) |
io.vertx.redis.RedisClient |
flushdb(io.vertx.core.Handler<io.vertx.core.AsyncResult<String>> handler) |
io.vertx.redis.RedisClient |
geoadd(String key,
double longitude,
double latitude,
String member,
io.vertx.core.Handler<io.vertx.core.AsyncResult<Long>> handler) |
io.vertx.redis.RedisClient |
geoaddMany(String key,
List<io.vertx.redis.op.GeoMember> members,
io.vertx.core.Handler<io.vertx.core.AsyncResult<Long>> handler) |
io.vertx.redis.RedisClient |
geodist(String key,
String member1,
String member2,
io.vertx.core.Handler<io.vertx.core.AsyncResult<String>> handler) |
io.vertx.redis.RedisClient |
geodistWithUnit(String key,
String member1,
String member2,
io.vertx.redis.op.GeoUnit unit,
io.vertx.core.Handler<io.vertx.core.AsyncResult<String>> handler) |
io.vertx.redis.RedisClient |
geohash(String key,
String member,
io.vertx.core.Handler<io.vertx.core.AsyncResult<io.vertx.core.json.JsonArray>> handler) |
io.vertx.redis.RedisClient |
geohashMany(String key,
List<String> members,
io.vertx.core.Handler<io.vertx.core.AsyncResult<io.vertx.core.json.JsonArray>> handler) |
io.vertx.redis.RedisClient |
geopos(String key,
String member,
io.vertx.core.Handler<io.vertx.core.AsyncResult<io.vertx.core.json.JsonArray>> handler) |
io.vertx.redis.RedisClient |
geoposMany(String key,
List<String> members,
io.vertx.core.Handler<io.vertx.core.AsyncResult<io.vertx.core.json.JsonArray>> handler) |
io.vertx.redis.RedisClient |
georadius(String key,
double longitude,
double latitude,
double radius,
io.vertx.redis.op.GeoUnit unit,
io.vertx.core.Handler<io.vertx.core.AsyncResult<io.vertx.core.json.JsonArray>> handler) |
io.vertx.redis.RedisClient |
georadiusbymember(String key,
String member,
double radius,
io.vertx.redis.op.GeoUnit unit,
io.vertx.core.Handler<io.vertx.core.AsyncResult<io.vertx.core.json.JsonArray>> handler) |
io.vertx.redis.RedisClient |
georadiusbymemberWithOptions(String key,
String member,
double radius,
io.vertx.redis.op.GeoUnit unit,
io.vertx.redis.op.GeoRadiusOptions options,
io.vertx.core.Handler<io.vertx.core.AsyncResult<io.vertx.core.json.JsonArray>> handler) |
io.vertx.redis.RedisClient |
georadiusWithOptions(String key,
double longitude,
double latitude,
double radius,
io.vertx.redis.op.GeoUnit unit,
io.vertx.redis.op.GeoRadiusOptions options,
io.vertx.core.Handler<io.vertx.core.AsyncResult<io.vertx.core.json.JsonArray>> handler) |
io.vertx.redis.RedisClient |
get(String key,
io.vertx.core.Handler<io.vertx.core.AsyncResult<String>> handler) |
io.vertx.redis.RedisClient |
getBinary(String key,
io.vertx.core.Handler<io.vertx.core.AsyncResult<io.vertx.core.buffer.Buffer>> handler) |
io.vertx.redis.RedisClient |
getbit(String key,
long offset,
io.vertx.core.Handler<io.vertx.core.AsyncResult<Long>> handler) |
io.vertx.redis.RedisClient |
getrange(String key,
long start,
long end,
io.vertx.core.Handler<io.vertx.core.AsyncResult<String>> handler) |
io.vertx.redis.RedisClient |
getset(String key,
String value,
io.vertx.core.Handler<io.vertx.core.AsyncResult<String>> handler) |
io.vertx.redis.RedisClient |
hdel(String key,
String field,
io.vertx.core.Handler<io.vertx.core.AsyncResult<Long>> handler) |
io.vertx.redis.RedisClient |
hdelMany(String key,
List<String> fields,
io.vertx.core.Handler<io.vertx.core.AsyncResult<Long>> handler) |
io.vertx.redis.RedisClient |
hexists(String key,
String field,
io.vertx.core.Handler<io.vertx.core.AsyncResult<Long>> handler) |
io.vertx.redis.RedisClient |
hget(String key,
String field,
io.vertx.core.Handler<io.vertx.core.AsyncResult<String>> handler) |
io.vertx.redis.RedisClient |
hgetall(String key,
io.vertx.core.Handler<io.vertx.core.AsyncResult<io.vertx.core.json.JsonObject>> handler) |
io.vertx.redis.RedisClient |
hincrby(String key,
String field,
long increment,
io.vertx.core.Handler<io.vertx.core.AsyncResult<Long>> handler) |
io.vertx.redis.RedisClient |
hincrbyfloat(String key,
String field,
double increment,
io.vertx.core.Handler<io.vertx.core.AsyncResult<String>> handler) |
io.vertx.redis.RedisClient |
hkeys(String key,
io.vertx.core.Handler<io.vertx.core.AsyncResult<io.vertx.core.json.JsonArray>> handler) |
io.vertx.redis.RedisClient |
hlen(String key,
io.vertx.core.Handler<io.vertx.core.AsyncResult<Long>> handler) |
io.vertx.redis.RedisClient |
hmget(String key,
List<String> fields,
io.vertx.core.Handler<io.vertx.core.AsyncResult<io.vertx.core.json.JsonArray>> handler) |
io.vertx.redis.RedisClient |
hmset(String key,
io.vertx.core.json.JsonObject values,
io.vertx.core.Handler<io.vertx.core.AsyncResult<String>> handler) |
io.vertx.redis.RedisClient |
hscan(String key,
String cursor,
io.vertx.redis.op.ScanOptions options,
io.vertx.core.Handler<io.vertx.core.AsyncResult<io.vertx.core.json.JsonArray>> handler) |
io.vertx.redis.RedisClient |
hset(String key,
String field,
String value,
io.vertx.core.Handler<io.vertx.core.AsyncResult<Long>> handler) |
io.vertx.redis.RedisClient |
hsetnx(String key,
String field,
String value,
io.vertx.core.Handler<io.vertx.core.AsyncResult<Long>> handler) |
io.vertx.redis.RedisClient |
hstrlen(String key,
String field,
io.vertx.core.Handler<io.vertx.core.AsyncResult<Long>> handler) |
io.vertx.redis.RedisClient |
hvals(String key,
io.vertx.core.Handler<io.vertx.core.AsyncResult<io.vertx.core.json.JsonArray>> handler) |
io.vertx.redis.RedisClient |
incr(String key,
io.vertx.core.Handler<io.vertx.core.AsyncResult<Long>> handler) |
io.vertx.redis.RedisClient |
incrby(String key,
long increment,
io.vertx.core.Handler<io.vertx.core.AsyncResult<Long>> handler) |
io.vertx.redis.RedisClient |
incrbyfloat(String key,
double increment,
io.vertx.core.Handler<io.vertx.core.AsyncResult<String>> handler) |
io.vertx.redis.RedisClient |
info(io.vertx.core.Handler<io.vertx.core.AsyncResult<io.vertx.core.json.JsonObject>> handler) |
io.vertx.redis.RedisClient |
infoSection(String section,
io.vertx.core.Handler<io.vertx.core.AsyncResult<io.vertx.core.json.JsonObject>> handler) |
io.vertx.redis.RedisClient |
keys(String pattern,
io.vertx.core.Handler<io.vertx.core.AsyncResult<io.vertx.core.json.JsonArray>> handler) |
io.vertx.redis.RedisClient |
lastsave(io.vertx.core.Handler<io.vertx.core.AsyncResult<Long>> handler) |
io.vertx.redis.RedisClient |
lindex(String key,
int index,
io.vertx.core.Handler<io.vertx.core.AsyncResult<String>> handler) |
io.vertx.redis.RedisClient |
linsert(String key,
io.vertx.redis.op.InsertOptions option,
String pivot,
String value,
io.vertx.core.Handler<io.vertx.core.AsyncResult<Long>> handler) |
io.vertx.redis.RedisClient |
llen(String key,
io.vertx.core.Handler<io.vertx.core.AsyncResult<Long>> handler) |
io.vertx.redis.RedisClient |
lpop(String key,
io.vertx.core.Handler<io.vertx.core.AsyncResult<String>> handler) |
io.vertx.redis.RedisClient |
lpush(String key,
String value,
io.vertx.core.Handler<io.vertx.core.AsyncResult<Long>> handler) |
io.vertx.redis.RedisClient |
lpushMany(String key,
List<String> values,
io.vertx.core.Handler<io.vertx.core.AsyncResult<Long>> handler) |
io.vertx.redis.RedisClient |
lpushx(String key,
String value,
io.vertx.core.Handler<io.vertx.core.AsyncResult<Long>> handler) |
io.vertx.redis.RedisClient |
lrange(String key,
long from,
long to,
io.vertx.core.Handler<io.vertx.core.AsyncResult<io.vertx.core.json.JsonArray>> handler) |
io.vertx.redis.RedisClient |
lrem(String key,
long count,
String value,
io.vertx.core.Handler<io.vertx.core.AsyncResult<Long>> handler) |
io.vertx.redis.RedisClient |
lset(String key,
long index,
String value,
io.vertx.core.Handler<io.vertx.core.AsyncResult<String>> handler) |
io.vertx.redis.RedisClient |
ltrim(String key,
long from,
long to,
io.vertx.core.Handler<io.vertx.core.AsyncResult<String>> handler) |
io.vertx.redis.RedisClient |
mget(String key,
io.vertx.core.Handler<io.vertx.core.AsyncResult<io.vertx.core.json.JsonArray>> handler) |
io.vertx.redis.RedisClient |
mgetMany(List<String> keys,
io.vertx.core.Handler<io.vertx.core.AsyncResult<io.vertx.core.json.JsonArray>> handler) |
io.vertx.redis.RedisClient |
migrate(String host,
int port,
String key,
int destdb,
long timeout,
io.vertx.redis.op.MigrateOptions options,
io.vertx.core.Handler<io.vertx.core.AsyncResult<String>> handler) |
io.vertx.redis.RedisClient |
monitor(io.vertx.core.Handler<io.vertx.core.AsyncResult<Void>> handler) |
io.vertx.redis.RedisClient |
move(String key,
int destdb,
io.vertx.core.Handler<io.vertx.core.AsyncResult<Long>> handler) |
io.vertx.redis.RedisClient |
mset(io.vertx.core.json.JsonObject keyvals,
io.vertx.core.Handler<io.vertx.core.AsyncResult<String>> handler) |
io.vertx.redis.RedisClient |
msetnx(io.vertx.core.json.JsonObject keyvals,
io.vertx.core.Handler<io.vertx.core.AsyncResult<Long>> handler) |
io.vertx.redis.RedisClient |
object(String key,
io.vertx.redis.op.ObjectCmd cmd,
io.vertx.core.Handler<io.vertx.core.AsyncResult<Void>> handler) |
io.vertx.redis.RedisClient |
persist(String key,
io.vertx.core.Handler<io.vertx.core.AsyncResult<Long>> handler) |
io.vertx.redis.RedisClient |
pexpire(String key,
long millis,
io.vertx.core.Handler<io.vertx.core.AsyncResult<Long>> handler) |
io.vertx.redis.RedisClient |
pexpireat(String key,
long millis,
io.vertx.core.Handler<io.vertx.core.AsyncResult<Long>> handler) |
io.vertx.redis.RedisClient |
pfadd(String key,
String element,
io.vertx.core.Handler<io.vertx.core.AsyncResult<Long>> handler) |
io.vertx.redis.RedisClient |
pfaddMany(String key,
List<String> elements,
io.vertx.core.Handler<io.vertx.core.AsyncResult<Long>> handler) |
io.vertx.redis.RedisClient |
pfcount(String key,
io.vertx.core.Handler<io.vertx.core.AsyncResult<Long>> handler) |
io.vertx.redis.RedisClient |
pfcountMany(List<String> key,
io.vertx.core.Handler<io.vertx.core.AsyncResult<Long>> handler) |
io.vertx.redis.RedisClient |
pfmerge(String destkey,
List<String> keys,
io.vertx.core.Handler<io.vertx.core.AsyncResult<String>> handler) |
io.vertx.redis.RedisClient |
ping(io.vertx.core.Handler<io.vertx.core.AsyncResult<String>> handler) |
io.vertx.redis.RedisClient |
psetex(String key,
long millis,
String value,
io.vertx.core.Handler<io.vertx.core.AsyncResult<Void>> handler) |
io.vertx.redis.RedisClient |
psubscribe(String pattern,
io.vertx.core.Handler<io.vertx.core.AsyncResult<io.vertx.core.json.JsonArray>> handler) |
io.vertx.redis.RedisClient |
psubscribeMany(List<String> patterns,
io.vertx.core.Handler<io.vertx.core.AsyncResult<io.vertx.core.json.JsonArray>> handler) |
io.vertx.redis.RedisClient |
pttl(String key,
io.vertx.core.Handler<io.vertx.core.AsyncResult<Long>> handler) |
io.vertx.redis.RedisClient |
publish(String channel,
String message,
io.vertx.core.Handler<io.vertx.core.AsyncResult<Long>> handler) |
io.vertx.redis.RedisClient |
pubsubChannels(String pattern,
io.vertx.core.Handler<io.vertx.core.AsyncResult<io.vertx.core.json.JsonArray>> handler) |
io.vertx.redis.RedisClient |
pubsubNumpat(io.vertx.core.Handler<io.vertx.core.AsyncResult<Long>> handler) |
io.vertx.redis.RedisClient |
pubsubNumsub(List<String> channels,
io.vertx.core.Handler<io.vertx.core.AsyncResult<io.vertx.core.json.JsonArray>> handler) |
io.vertx.redis.RedisClient |
punsubscribe(List<String> patterns,
io.vertx.core.Handler<io.vertx.core.AsyncResult<Void>> handler) |
io.vertx.redis.RedisClient |
randomkey(io.vertx.core.Handler<io.vertx.core.AsyncResult<String>> handler) |
io.vertx.redis.RedisClient |
rename(String key,
String newkey,
io.vertx.core.Handler<io.vertx.core.AsyncResult<String>> handler) |
io.vertx.redis.RedisClient |
renamenx(String key,
String newkey,
io.vertx.core.Handler<io.vertx.core.AsyncResult<Long>> handler) |
io.vertx.redis.RedisClient |
restore(String key,
long millis,
String serialized,
io.vertx.core.Handler<io.vertx.core.AsyncResult<String>> handler) |
io.vertx.redis.RedisClient |
role(io.vertx.core.Handler<io.vertx.core.AsyncResult<io.vertx.core.json.JsonArray>> handler) |
io.vertx.redis.RedisClient |
rpop(String key,
io.vertx.core.Handler<io.vertx.core.AsyncResult<String>> handler) |
io.vertx.redis.RedisClient |
rpoplpush(String key,
String destkey,
io.vertx.core.Handler<io.vertx.core.AsyncResult<String>> handler) |
io.vertx.redis.RedisClient |
rpush(String key,
String value,
io.vertx.core.Handler<io.vertx.core.AsyncResult<Long>> handler) |
io.vertx.redis.RedisClient |
rpushMany(String key,
List<String> values,
io.vertx.core.Handler<io.vertx.core.AsyncResult<Long>> handler) |
io.vertx.redis.RedisClient |
rpushx(String key,
String value,
io.vertx.core.Handler<io.vertx.core.AsyncResult<Long>> handler) |
io.vertx.redis.RedisClient |
sadd(String key,
String member,
io.vertx.core.Handler<io.vertx.core.AsyncResult<Long>> handler) |
io.vertx.redis.RedisClient |
saddMany(String key,
List<String> members,
io.vertx.core.Handler<io.vertx.core.AsyncResult<Long>> handler) |
io.vertx.redis.RedisClient |
save(io.vertx.core.Handler<io.vertx.core.AsyncResult<String>> handler) |
io.vertx.redis.RedisClient |
scan(String cursor,
io.vertx.redis.op.ScanOptions options,
io.vertx.core.Handler<io.vertx.core.AsyncResult<io.vertx.core.json.JsonArray>> handler) |
io.vertx.redis.RedisClient |
scard(String key,
io.vertx.core.Handler<io.vertx.core.AsyncResult<Long>> handler) |
io.vertx.redis.RedisClient |
scriptDebug(io.vertx.redis.op.ScriptDebugOptions scriptDebugOptions,
io.vertx.core.Handler<io.vertx.core.AsyncResult<String>> handler) |
io.vertx.redis.RedisClient |
scriptExists(String script,
io.vertx.core.Handler<io.vertx.core.AsyncResult<io.vertx.core.json.JsonArray>> handler) |
io.vertx.redis.RedisClient |
scriptExistsMany(List<String> scripts,
io.vertx.core.Handler<io.vertx.core.AsyncResult<io.vertx.core.json.JsonArray>> handler) |
io.vertx.redis.RedisClient |
scriptFlush(io.vertx.core.Handler<io.vertx.core.AsyncResult<String>> handler) |
io.vertx.redis.RedisClient |
scriptKill(io.vertx.core.Handler<io.vertx.core.AsyncResult<String>> handler) |
io.vertx.redis.RedisClient |
scriptLoad(String script,
io.vertx.core.Handler<io.vertx.core.AsyncResult<String>> handler) |
io.vertx.redis.RedisClient |
sdiff(String key,
List<String> cmpkeys,
io.vertx.core.Handler<io.vertx.core.AsyncResult<io.vertx.core.json.JsonArray>> handler) |
io.vertx.redis.RedisClient |
sdiffstore(String destkey,
String key,
List<String> cmpkeys,
io.vertx.core.Handler<io.vertx.core.AsyncResult<Long>> handler) |
io.vertx.redis.RedisClient |
select(int dbindex,
io.vertx.core.Handler<io.vertx.core.AsyncResult<String>> handler) |
io.vertx.redis.RedisClient |
set(String key,
String value,
io.vertx.core.Handler<io.vertx.core.AsyncResult<Void>> handler) |
io.vertx.redis.RedisClient |
setBinary(String key,
io.vertx.core.buffer.Buffer value,
io.vertx.core.Handler<io.vertx.core.AsyncResult<Void>> handler) |
io.vertx.redis.RedisClient |
setBinaryWithOptions(String key,
io.vertx.core.buffer.Buffer value,
io.vertx.redis.op.SetOptions options,
io.vertx.core.Handler<io.vertx.core.AsyncResult<Void>> handler) |
io.vertx.redis.RedisClient |
setbit(String key,
long offset,
int bit,
io.vertx.core.Handler<io.vertx.core.AsyncResult<Long>> handler) |
io.vertx.redis.RedisClient |
setex(String key,
long seconds,
String value,
io.vertx.core.Handler<io.vertx.core.AsyncResult<String>> handler) |
io.vertx.redis.RedisClient |
setnx(String key,
String value,
io.vertx.core.Handler<io.vertx.core.AsyncResult<Long>> handler) |
io.vertx.redis.RedisClient |
setrange(String key,
int offset,
String value,
io.vertx.core.Handler<io.vertx.core.AsyncResult<Long>> handler) |
io.vertx.redis.RedisClient |
setWithOptions(String key,
String value,
io.vertx.redis.op.SetOptions options,
io.vertx.core.Handler<io.vertx.core.AsyncResult<String>> handler) |
io.vertx.redis.RedisClient |
sinter(List<String> keys,
io.vertx.core.Handler<io.vertx.core.AsyncResult<io.vertx.core.json.JsonArray>> handler) |
io.vertx.redis.RedisClient |
sinterstore(String destkey,
List<String> keys,
io.vertx.core.Handler<io.vertx.core.AsyncResult<Long>> handler) |
io.vertx.redis.RedisClient |
sismember(String key,
String member,
io.vertx.core.Handler<io.vertx.core.AsyncResult<Long>> handler) |
io.vertx.redis.RedisClient |
slaveof(String host,
int port,
io.vertx.core.Handler<io.vertx.core.AsyncResult<String>> handler) |
io.vertx.redis.RedisClient |
slaveofNoone(io.vertx.core.Handler<io.vertx.core.AsyncResult<String>> handler) |
io.vertx.redis.RedisClient |
slowlogGet(int limit,
io.vertx.core.Handler<io.vertx.core.AsyncResult<io.vertx.core.json.JsonArray>> handler) |
io.vertx.redis.RedisClient |
slowlogLen(io.vertx.core.Handler<io.vertx.core.AsyncResult<Long>> handler) |
io.vertx.redis.RedisClient |
slowlogReset(io.vertx.core.Handler<io.vertx.core.AsyncResult<Void>> handler) |
io.vertx.redis.RedisClient |
smembers(String key,
io.vertx.core.Handler<io.vertx.core.AsyncResult<io.vertx.core.json.JsonArray>> handler) |
io.vertx.redis.RedisClient |
smove(String key,
String destkey,
String member,
io.vertx.core.Handler<io.vertx.core.AsyncResult<Long>> handler) |
io.vertx.redis.RedisClient |
sort(String key,
io.vertx.redis.op.SortOptions options,
io.vertx.core.Handler<io.vertx.core.AsyncResult<io.vertx.core.json.JsonArray>> handler) |
io.vertx.redis.RedisClient |
spop(String key,
io.vertx.core.Handler<io.vertx.core.AsyncResult<String>> handler) |
io.vertx.redis.RedisClient |
spopMany(String key,
int count,
io.vertx.core.Handler<io.vertx.core.AsyncResult<io.vertx.core.json.JsonArray>> handler) |
io.vertx.redis.RedisClient |
srandmember(String key,
io.vertx.core.Handler<io.vertx.core.AsyncResult<String>> handler) |
io.vertx.redis.RedisClient |
srandmemberCount(String key,
int count,
io.vertx.core.Handler<io.vertx.core.AsyncResult<io.vertx.core.json.JsonArray>> handler) |
io.vertx.redis.RedisClient |
srem(String key,
String member,
io.vertx.core.Handler<io.vertx.core.AsyncResult<Long>> handler) |
io.vertx.redis.RedisClient |
sremMany(String key,
List<String> members,
io.vertx.core.Handler<io.vertx.core.AsyncResult<Long>> handler) |
io.vertx.redis.RedisClient |
sscan(String key,
String cursor,
io.vertx.redis.op.ScanOptions options,
io.vertx.core.Handler<io.vertx.core.AsyncResult<io.vertx.core.json.JsonArray>> handler) |
io.vertx.redis.RedisClient |
strlen(String key,
io.vertx.core.Handler<io.vertx.core.AsyncResult<Long>> handler) |
io.vertx.redis.RedisClient |
subscribe(String channel,
io.vertx.core.Handler<io.vertx.core.AsyncResult<io.vertx.core.json.JsonArray>> handler) |
io.vertx.redis.RedisClient |
subscribeMany(List<String> channels,
io.vertx.core.Handler<io.vertx.core.AsyncResult<io.vertx.core.json.JsonArray>> handler) |
io.vertx.redis.RedisClient |
sunion(List<String> keys,
io.vertx.core.Handler<io.vertx.core.AsyncResult<io.vertx.core.json.JsonArray>> handler) |
io.vertx.redis.RedisClient |
sunionstore(String destkey,
List<String> keys,
io.vertx.core.Handler<io.vertx.core.AsyncResult<Long>> handler) |
io.vertx.redis.RedisClient |
swapdb(int index1,
int index2,
io.vertx.core.Handler<io.vertx.core.AsyncResult<String>> handler) |
io.vertx.redis.RedisClient |
sync(io.vertx.core.Handler<io.vertx.core.AsyncResult<Void>> handler) |
io.vertx.redis.RedisClient |
time(io.vertx.core.Handler<io.vertx.core.AsyncResult<io.vertx.core.json.JsonArray>> handler) |
io.vertx.redis.RedisClient |
touch(String key,
io.vertx.core.Handler<io.vertx.core.AsyncResult<Long>> handler) |
io.vertx.redis.RedisClient |
touchMany(List<String> keys,
io.vertx.core.Handler<io.vertx.core.AsyncResult<Long>> handler) |
io.vertx.redis.RedisTransaction |
transaction() |
io.vertx.redis.RedisClient |
ttl(String key,
io.vertx.core.Handler<io.vertx.core.AsyncResult<Long>> handler) |
io.vertx.redis.RedisClient |
type(String key,
io.vertx.core.Handler<io.vertx.core.AsyncResult<String>> handler) |
io.vertx.redis.RedisClient |
unlink(String key,
io.vertx.core.Handler<io.vertx.core.AsyncResult<Long>> handler) |
io.vertx.redis.RedisClient |
unlinkMany(List<String> keys,
io.vertx.core.Handler<io.vertx.core.AsyncResult<Long>> handler) |
io.vertx.redis.RedisClient |
unsubscribe(List<String> channels,
io.vertx.core.Handler<io.vertx.core.AsyncResult<Void>> handler) |
io.vertx.redis.RedisClient |
wait(long numSlaves,
long timeout,
io.vertx.core.Handler<io.vertx.core.AsyncResult<String>> handler) |
io.vertx.redis.RedisClient |
zadd(String key,
double score,
String member,
io.vertx.core.Handler<io.vertx.core.AsyncResult<Long>> handler) |
io.vertx.redis.RedisClient |
zaddMany(String key,
Map<String,Double> members,
io.vertx.core.Handler<io.vertx.core.AsyncResult<Long>> handler) |
io.vertx.redis.RedisClient |
zcard(String key,
io.vertx.core.Handler<io.vertx.core.AsyncResult<Long>> handler) |
io.vertx.redis.RedisClient |
zcount(String key,
double min,
double max,
io.vertx.core.Handler<io.vertx.core.AsyncResult<Long>> handler) |
io.vertx.redis.RedisClient |
zincrby(String key,
double increment,
String member,
io.vertx.core.Handler<io.vertx.core.AsyncResult<String>> handler) |
io.vertx.redis.RedisClient |
zinterstore(String destkey,
List<String> sets,
io.vertx.redis.op.AggregateOptions options,
io.vertx.core.Handler<io.vertx.core.AsyncResult<Long>> handler) |
io.vertx.redis.RedisClient |
zinterstoreWeighed(String destkey,
Map<String,Double> sets,
io.vertx.redis.op.AggregateOptions options,
io.vertx.core.Handler<io.vertx.core.AsyncResult<Long>> handler) |
io.vertx.redis.RedisClient |
zlexcount(String key,
String min,
String max,
io.vertx.core.Handler<io.vertx.core.AsyncResult<Long>> handler) |
io.vertx.redis.RedisClient |
zrange(String key,
long start,
long stop,
io.vertx.core.Handler<io.vertx.core.AsyncResult<io.vertx.core.json.JsonArray>> handler) |
io.vertx.redis.RedisClient |
zrangebylex(String key,
String min,
String max,
io.vertx.redis.op.LimitOptions options,
io.vertx.core.Handler<io.vertx.core.AsyncResult<io.vertx.core.json.JsonArray>> handler) |
io.vertx.redis.RedisClient |
zrangebyscore(String key,
String min,
String max,
io.vertx.redis.op.RangeLimitOptions options,
io.vertx.core.Handler<io.vertx.core.AsyncResult<io.vertx.core.json.JsonArray>> handler) |
io.vertx.redis.RedisClient |
zrangeWithOptions(String key,
long start,
long stop,
io.vertx.redis.op.RangeOptions options,
io.vertx.core.Handler<io.vertx.core.AsyncResult<io.vertx.core.json.JsonArray>> handler) |
io.vertx.redis.RedisClient |
zrank(String key,
String member,
io.vertx.core.Handler<io.vertx.core.AsyncResult<Long>> handler) |
io.vertx.redis.RedisClient |
zrem(String key,
String member,
io.vertx.core.Handler<io.vertx.core.AsyncResult<Long>> handler) |
io.vertx.redis.RedisClient |
zremMany(String key,
List<String> members,
io.vertx.core.Handler<io.vertx.core.AsyncResult<Long>> handler) |
io.vertx.redis.RedisClient |
zremrangebylex(String key,
String min,
String max,
io.vertx.core.Handler<io.vertx.core.AsyncResult<Long>> handler) |
io.vertx.redis.RedisClient |
zremrangebyrank(String key,
long start,
long stop,
io.vertx.core.Handler<io.vertx.core.AsyncResult<Long>> handler) |
io.vertx.redis.RedisClient |
zremrangebyscore(String key,
String min,
String max,
io.vertx.core.Handler<io.vertx.core.AsyncResult<Long>> handler) |
io.vertx.redis.RedisClient |
zrevrange(String key,
long start,
long stop,
io.vertx.redis.op.RangeOptions options,
io.vertx.core.Handler<io.vertx.core.AsyncResult<io.vertx.core.json.JsonArray>> handler) |
io.vertx.redis.RedisClient |
zrevrangebylex(String key,
String max,
String min,
io.vertx.redis.op.LimitOptions options,
io.vertx.core.Handler<io.vertx.core.AsyncResult<io.vertx.core.json.JsonArray>> handler) |
io.vertx.redis.RedisClient |
zrevrangebyscore(String key,
String max,
String min,
io.vertx.redis.op.RangeLimitOptions options,
io.vertx.core.Handler<io.vertx.core.AsyncResult<io.vertx.core.json.JsonArray>> handler) |
io.vertx.redis.RedisClient |
zrevrank(String key,
String member,
io.vertx.core.Handler<io.vertx.core.AsyncResult<Long>> handler) |
io.vertx.redis.RedisClient |
zscan(String key,
String cursor,
io.vertx.redis.op.ScanOptions options,
io.vertx.core.Handler<io.vertx.core.AsyncResult<io.vertx.core.json.JsonArray>> handler) |
io.vertx.redis.RedisClient |
zscore(String key,
String member,
io.vertx.core.Handler<io.vertx.core.AsyncResult<String>> handler) |
io.vertx.redis.RedisClient |
zunionstore(String destkey,
List<String> sets,
io.vertx.redis.op.AggregateOptions options,
io.vertx.core.Handler<io.vertx.core.AsyncResult<Long>> handler) |
io.vertx.redis.RedisClient |
zunionstoreWeighed(String destkey,
Map<String,Double> sets,
io.vertx.redis.op.AggregateOptions options,
io.vertx.core.Handler<io.vertx.core.AsyncResult<Long>> handler) |
public RedisClientStub(io.vertx.core.Vertx vertx,
io.vertx.redis.RedisOptions options)
public void close(io.vertx.core.Handler<io.vertx.core.AsyncResult<Void>> handler)
close in interface io.vertx.redis.RedisClientpublic io.vertx.redis.RedisClient append(String key, String value, io.vertx.core.Handler<io.vertx.core.AsyncResult<Long>> handler)
append in interface io.vertx.redis.RedisClientpublic io.vertx.redis.RedisClient auth(String password, io.vertx.core.Handler<io.vertx.core.AsyncResult<String>> handler)
auth in interface io.vertx.redis.RedisClientpublic io.vertx.redis.RedisClient bgrewriteaof(io.vertx.core.Handler<io.vertx.core.AsyncResult<String>> handler)
bgrewriteaof in interface io.vertx.redis.RedisClientpublic io.vertx.redis.RedisClient bgsave(io.vertx.core.Handler<io.vertx.core.AsyncResult<String>> handler)
bgsave in interface io.vertx.redis.RedisClientpublic io.vertx.redis.RedisClient bitcount(String key, io.vertx.core.Handler<io.vertx.core.AsyncResult<Long>> handler)
bitcount in interface io.vertx.redis.RedisClientpublic io.vertx.redis.RedisClient bitcountRange(String key, long start, long end, io.vertx.core.Handler<io.vertx.core.AsyncResult<Long>> handler)
bitcountRange in interface io.vertx.redis.RedisClientpublic io.vertx.redis.RedisClient bitop(io.vertx.redis.op.BitOperation operation,
String destkey,
List<String> keys,
io.vertx.core.Handler<io.vertx.core.AsyncResult<Long>> handler)
bitop in interface io.vertx.redis.RedisClientpublic io.vertx.redis.RedisClient bitpos(String key, int bit, io.vertx.core.Handler<io.vertx.core.AsyncResult<Long>> handler)
bitpos in interface io.vertx.redis.RedisClientpublic io.vertx.redis.RedisClient bitposFrom(String key, int bit, int start, io.vertx.core.Handler<io.vertx.core.AsyncResult<Long>> handler)
bitposFrom in interface io.vertx.redis.RedisClientpublic io.vertx.redis.RedisClient bitposRange(String key, int bit, int start, int stop, io.vertx.core.Handler<io.vertx.core.AsyncResult<Long>> handler)
bitposRange in interface io.vertx.redis.RedisClientpublic io.vertx.redis.RedisClient blpop(String key, int seconds, io.vertx.core.Handler<io.vertx.core.AsyncResult<io.vertx.core.json.JsonArray>> handler)
blpop in interface io.vertx.redis.RedisClientpublic io.vertx.redis.RedisClient blpopMany(List<String> keys, int seconds, io.vertx.core.Handler<io.vertx.core.AsyncResult<io.vertx.core.json.JsonArray>> handler)
blpopMany in interface io.vertx.redis.RedisClientpublic io.vertx.redis.RedisClient brpop(String key, int seconds, io.vertx.core.Handler<io.vertx.core.AsyncResult<io.vertx.core.json.JsonArray>> handler)
brpop in interface io.vertx.redis.RedisClientpublic io.vertx.redis.RedisClient brpopMany(List<String> keys, int seconds, io.vertx.core.Handler<io.vertx.core.AsyncResult<io.vertx.core.json.JsonArray>> handler)
brpopMany in interface io.vertx.redis.RedisClientpublic io.vertx.redis.RedisClient brpoplpush(String key, String destkey, int seconds, io.vertx.core.Handler<io.vertx.core.AsyncResult<String>> handler)
brpoplpush in interface io.vertx.redis.RedisClientpublic io.vertx.redis.RedisClient clientKill(io.vertx.redis.op.KillFilter filter,
io.vertx.core.Handler<io.vertx.core.AsyncResult<Long>> handler)
clientKill in interface io.vertx.redis.RedisClientpublic io.vertx.redis.RedisClient clientList(io.vertx.core.Handler<io.vertx.core.AsyncResult<String>> handler)
clientList in interface io.vertx.redis.RedisClientpublic io.vertx.redis.RedisClient clientGetname(io.vertx.core.Handler<io.vertx.core.AsyncResult<String>> handler)
clientGetname in interface io.vertx.redis.RedisClientpublic io.vertx.redis.RedisClient clientPause(long millis,
io.vertx.core.Handler<io.vertx.core.AsyncResult<String>> handler)
clientPause in interface io.vertx.redis.RedisClientpublic io.vertx.redis.RedisClient clientSetname(String name, io.vertx.core.Handler<io.vertx.core.AsyncResult<String>> handler)
clientSetname in interface io.vertx.redis.RedisClientpublic io.vertx.redis.RedisClient clusterAddslots(List<Long> slots, io.vertx.core.Handler<io.vertx.core.AsyncResult<Void>> handler)
clusterAddslots in interface io.vertx.redis.RedisClientpublic io.vertx.redis.RedisClient clusterCountFailureReports(String nodeId, io.vertx.core.Handler<io.vertx.core.AsyncResult<Long>> handler)
clusterCountFailureReports in interface io.vertx.redis.RedisClientpublic io.vertx.redis.RedisClient clusterCountkeysinslot(long slot,
io.vertx.core.Handler<io.vertx.core.AsyncResult<Long>> handler)
clusterCountkeysinslot in interface io.vertx.redis.RedisClientpublic io.vertx.redis.RedisClient clusterDelslots(long slot,
io.vertx.core.Handler<io.vertx.core.AsyncResult<Void>> handler)
clusterDelslots in interface io.vertx.redis.RedisClientpublic io.vertx.redis.RedisClient clusterDelslotsMany(List<Long> slots, io.vertx.core.Handler<io.vertx.core.AsyncResult<Void>> handler)
clusterDelslotsMany in interface io.vertx.redis.RedisClientpublic io.vertx.redis.RedisClient clusterFailover(io.vertx.core.Handler<io.vertx.core.AsyncResult<Void>> handler)
clusterFailover in interface io.vertx.redis.RedisClientpublic io.vertx.redis.RedisClient clusterFailOverWithOptions(io.vertx.redis.op.FailoverOptions options,
io.vertx.core.Handler<io.vertx.core.AsyncResult<Void>> handler)
clusterFailOverWithOptions in interface io.vertx.redis.RedisClientpublic io.vertx.redis.RedisClient clusterForget(String nodeId, io.vertx.core.Handler<io.vertx.core.AsyncResult<Void>> handler)
clusterForget in interface io.vertx.redis.RedisClientpublic io.vertx.redis.RedisClient clusterGetkeysinslot(long slot,
long count,
io.vertx.core.Handler<io.vertx.core.AsyncResult<io.vertx.core.json.JsonArray>> handler)
clusterGetkeysinslot in interface io.vertx.redis.RedisClientpublic io.vertx.redis.RedisClient clusterInfo(io.vertx.core.Handler<io.vertx.core.AsyncResult<io.vertx.core.json.JsonArray>> handler)
clusterInfo in interface io.vertx.redis.RedisClientpublic io.vertx.redis.RedisClient clusterKeyslot(String key, io.vertx.core.Handler<io.vertx.core.AsyncResult<Long>> handler)
clusterKeyslot in interface io.vertx.redis.RedisClientpublic io.vertx.redis.RedisClient clusterMeet(String ip, long port, io.vertx.core.Handler<io.vertx.core.AsyncResult<Void>> handler)
clusterMeet in interface io.vertx.redis.RedisClientpublic io.vertx.redis.RedisClient clusterNodes(io.vertx.core.Handler<io.vertx.core.AsyncResult<io.vertx.core.json.JsonArray>> handler)
clusterNodes in interface io.vertx.redis.RedisClientpublic io.vertx.redis.RedisClient clusterReplicate(String nodeId, io.vertx.core.Handler<io.vertx.core.AsyncResult<Void>> handler)
clusterReplicate in interface io.vertx.redis.RedisClientpublic io.vertx.redis.RedisClient clusterReset(io.vertx.core.Handler<io.vertx.core.AsyncResult<Void>> handler)
clusterReset in interface io.vertx.redis.RedisClientpublic io.vertx.redis.RedisClient clusterResetWithOptions(io.vertx.redis.op.ResetOptions options,
io.vertx.core.Handler<io.vertx.core.AsyncResult<Void>> handler)
clusterResetWithOptions in interface io.vertx.redis.RedisClientpublic io.vertx.redis.RedisClient clusterSaveconfig(io.vertx.core.Handler<io.vertx.core.AsyncResult<Void>> handler)
clusterSaveconfig in interface io.vertx.redis.RedisClientpublic io.vertx.redis.RedisClient clusterSetConfigEpoch(long epoch,
io.vertx.core.Handler<io.vertx.core.AsyncResult<Void>> handler)
clusterSetConfigEpoch in interface io.vertx.redis.RedisClientpublic io.vertx.redis.RedisClient clusterSetslot(long slot,
io.vertx.redis.op.SlotCmd subcommand,
io.vertx.core.Handler<io.vertx.core.AsyncResult<Void>> handler)
clusterSetslot in interface io.vertx.redis.RedisClientpublic io.vertx.redis.RedisClient clusterSetslotWithNode(long slot,
io.vertx.redis.op.SlotCmd subcommand,
String nodeId,
io.vertx.core.Handler<io.vertx.core.AsyncResult<Void>> handler)
clusterSetslotWithNode in interface io.vertx.redis.RedisClientpublic io.vertx.redis.RedisClient clusterSlaves(String nodeId, io.vertx.core.Handler<io.vertx.core.AsyncResult<io.vertx.core.json.JsonArray>> handler)
clusterSlaves in interface io.vertx.redis.RedisClientpublic io.vertx.redis.RedisClient clusterSlots(io.vertx.core.Handler<io.vertx.core.AsyncResult<io.vertx.core.json.JsonArray>> handler)
clusterSlots in interface io.vertx.redis.RedisClientpublic io.vertx.redis.RedisClient command(io.vertx.core.Handler<io.vertx.core.AsyncResult<io.vertx.core.json.JsonArray>> handler)
command in interface io.vertx.redis.RedisClientpublic io.vertx.redis.RedisClient commandCount(io.vertx.core.Handler<io.vertx.core.AsyncResult<Long>> handler)
commandCount in interface io.vertx.redis.RedisClientpublic io.vertx.redis.RedisClient commandGetkeys(io.vertx.core.Handler<io.vertx.core.AsyncResult<io.vertx.core.json.JsonArray>> handler)
commandGetkeys in interface io.vertx.redis.RedisClientpublic io.vertx.redis.RedisClient commandInfo(List<String> commands, io.vertx.core.Handler<io.vertx.core.AsyncResult<io.vertx.core.json.JsonArray>> handler)
commandInfo in interface io.vertx.redis.RedisClientpublic io.vertx.redis.RedisClient configGet(String parameter, io.vertx.core.Handler<io.vertx.core.AsyncResult<io.vertx.core.json.JsonArray>> handler)
configGet in interface io.vertx.redis.RedisClientpublic io.vertx.redis.RedisClient configRewrite(io.vertx.core.Handler<io.vertx.core.AsyncResult<String>> handler)
configRewrite in interface io.vertx.redis.RedisClientpublic io.vertx.redis.RedisClient configSet(String parameter, String value, io.vertx.core.Handler<io.vertx.core.AsyncResult<String>> handler)
configSet in interface io.vertx.redis.RedisClientpublic io.vertx.redis.RedisClient configResetstat(io.vertx.core.Handler<io.vertx.core.AsyncResult<String>> handler)
configResetstat in interface io.vertx.redis.RedisClientpublic io.vertx.redis.RedisClient dbsize(io.vertx.core.Handler<io.vertx.core.AsyncResult<Long>> handler)
dbsize in interface io.vertx.redis.RedisClientpublic io.vertx.redis.RedisClient debugObject(String key, io.vertx.core.Handler<io.vertx.core.AsyncResult<String>> handler)
debugObject in interface io.vertx.redis.RedisClientpublic io.vertx.redis.RedisClient debugSegfault(io.vertx.core.Handler<io.vertx.core.AsyncResult<String>> handler)
debugSegfault in interface io.vertx.redis.RedisClientpublic io.vertx.redis.RedisClient decr(String key, io.vertx.core.Handler<io.vertx.core.AsyncResult<Long>> handler)
decr in interface io.vertx.redis.RedisClientpublic io.vertx.redis.RedisClient decrby(String key, long decrement, io.vertx.core.Handler<io.vertx.core.AsyncResult<Long>> handler)
decrby in interface io.vertx.redis.RedisClientpublic io.vertx.redis.RedisClient del(String key, io.vertx.core.Handler<io.vertx.core.AsyncResult<Long>> handler)
del in interface io.vertx.redis.RedisClientpublic io.vertx.redis.RedisClient delMany(List<String> keys, io.vertx.core.Handler<io.vertx.core.AsyncResult<Long>> handler)
delMany in interface io.vertx.redis.RedisClientpublic io.vertx.redis.RedisClient dump(String key, io.vertx.core.Handler<io.vertx.core.AsyncResult<String>> handler)
dump in interface io.vertx.redis.RedisClientpublic io.vertx.redis.RedisClient echo(String message, io.vertx.core.Handler<io.vertx.core.AsyncResult<String>> handler)
echo in interface io.vertx.redis.RedisClientpublic io.vertx.redis.RedisClient eval(String script, List<String> keys, List<String> args, io.vertx.core.Handler<io.vertx.core.AsyncResult<io.vertx.core.json.JsonArray>> handler)
eval in interface io.vertx.redis.RedisClientpublic io.vertx.redis.RedisClient evalsha(String sha1, List<String> keys, List<String> args, io.vertx.core.Handler<io.vertx.core.AsyncResult<io.vertx.core.json.JsonArray>> handler)
evalsha in interface io.vertx.redis.RedisClientpublic io.vertx.redis.RedisClient evalScript(io.vertx.redis.Script script,
List<String> keys,
List<String> args,
io.vertx.core.Handler<io.vertx.core.AsyncResult<io.vertx.core.json.JsonArray>> handler)
evalScript in interface io.vertx.redis.RedisClientpublic io.vertx.redis.RedisClient exists(String key, io.vertx.core.Handler<io.vertx.core.AsyncResult<Long>> handler)
exists in interface io.vertx.redis.RedisClientpublic io.vertx.redis.RedisClient existsMany(List<String> keys, io.vertx.core.Handler<io.vertx.core.AsyncResult<Long>> handler)
existsMany in interface io.vertx.redis.RedisClientpublic io.vertx.redis.RedisClient expire(String key, long seconds, io.vertx.core.Handler<io.vertx.core.AsyncResult<Long>> handler)
expire in interface io.vertx.redis.RedisClientpublic io.vertx.redis.RedisClient expireat(String key, long seconds, io.vertx.core.Handler<io.vertx.core.AsyncResult<Long>> handler)
expireat in interface io.vertx.redis.RedisClientpublic io.vertx.redis.RedisClient flushall(io.vertx.core.Handler<io.vertx.core.AsyncResult<String>> handler)
flushall in interface io.vertx.redis.RedisClientpublic io.vertx.redis.RedisClient flushdb(io.vertx.core.Handler<io.vertx.core.AsyncResult<String>> handler)
flushdb in interface io.vertx.redis.RedisClientpublic io.vertx.redis.RedisClient get(String key, io.vertx.core.Handler<io.vertx.core.AsyncResult<String>> handler)
get in interface io.vertx.redis.RedisClientpublic io.vertx.redis.RedisClient getBinary(String key, io.vertx.core.Handler<io.vertx.core.AsyncResult<io.vertx.core.buffer.Buffer>> handler)
getBinary in interface io.vertx.redis.RedisClientpublic io.vertx.redis.RedisClient getbit(String key, long offset, io.vertx.core.Handler<io.vertx.core.AsyncResult<Long>> handler)
getbit in interface io.vertx.redis.RedisClientpublic io.vertx.redis.RedisClient getrange(String key, long start, long end, io.vertx.core.Handler<io.vertx.core.AsyncResult<String>> handler)
getrange in interface io.vertx.redis.RedisClientpublic io.vertx.redis.RedisClient getset(String key, String value, io.vertx.core.Handler<io.vertx.core.AsyncResult<String>> handler)
getset in interface io.vertx.redis.RedisClientpublic io.vertx.redis.RedisClient hdel(String key, String field, io.vertx.core.Handler<io.vertx.core.AsyncResult<Long>> handler)
hdel in interface io.vertx.redis.RedisClientpublic io.vertx.redis.RedisClient hdelMany(String key, List<String> fields, io.vertx.core.Handler<io.vertx.core.AsyncResult<Long>> handler)
hdelMany in interface io.vertx.redis.RedisClientpublic io.vertx.redis.RedisClient hexists(String key, String field, io.vertx.core.Handler<io.vertx.core.AsyncResult<Long>> handler)
hexists in interface io.vertx.redis.RedisClientpublic io.vertx.redis.RedisClient hget(String key, String field, io.vertx.core.Handler<io.vertx.core.AsyncResult<String>> handler)
hget in interface io.vertx.redis.RedisClientpublic io.vertx.redis.RedisClient hgetall(String key, io.vertx.core.Handler<io.vertx.core.AsyncResult<io.vertx.core.json.JsonObject>> handler)
hgetall in interface io.vertx.redis.RedisClientpublic io.vertx.redis.RedisClient hincrby(String key, String field, long increment, io.vertx.core.Handler<io.vertx.core.AsyncResult<Long>> handler)
hincrby in interface io.vertx.redis.RedisClientpublic io.vertx.redis.RedisClient hincrbyfloat(String key, String field, double increment, io.vertx.core.Handler<io.vertx.core.AsyncResult<String>> handler)
hincrbyfloat in interface io.vertx.redis.RedisClientpublic io.vertx.redis.RedisClient hkeys(String key, io.vertx.core.Handler<io.vertx.core.AsyncResult<io.vertx.core.json.JsonArray>> handler)
hkeys in interface io.vertx.redis.RedisClientpublic io.vertx.redis.RedisClient hlen(String key, io.vertx.core.Handler<io.vertx.core.AsyncResult<Long>> handler)
hlen in interface io.vertx.redis.RedisClientpublic io.vertx.redis.RedisClient hmget(String key, List<String> fields, io.vertx.core.Handler<io.vertx.core.AsyncResult<io.vertx.core.json.JsonArray>> handler)
hmget in interface io.vertx.redis.RedisClientpublic io.vertx.redis.RedisClient hmset(String key, io.vertx.core.json.JsonObject values, io.vertx.core.Handler<io.vertx.core.AsyncResult<String>> handler)
hmset in interface io.vertx.redis.RedisClientpublic io.vertx.redis.RedisClient hset(String key, String field, String value, io.vertx.core.Handler<io.vertx.core.AsyncResult<Long>> handler)
hset in interface io.vertx.redis.RedisClientpublic io.vertx.redis.RedisClient hsetnx(String key, String field, String value, io.vertx.core.Handler<io.vertx.core.AsyncResult<Long>> handler)
hsetnx in interface io.vertx.redis.RedisClientpublic io.vertx.redis.RedisClient hvals(String key, io.vertx.core.Handler<io.vertx.core.AsyncResult<io.vertx.core.json.JsonArray>> handler)
hvals in interface io.vertx.redis.RedisClientpublic io.vertx.redis.RedisClient incr(String key, io.vertx.core.Handler<io.vertx.core.AsyncResult<Long>> handler)
incr in interface io.vertx.redis.RedisClientpublic io.vertx.redis.RedisClient incrby(String key, long increment, io.vertx.core.Handler<io.vertx.core.AsyncResult<Long>> handler)
incrby in interface io.vertx.redis.RedisClientpublic io.vertx.redis.RedisClient incrbyfloat(String key, double increment, io.vertx.core.Handler<io.vertx.core.AsyncResult<String>> handler)
incrbyfloat in interface io.vertx.redis.RedisClientpublic io.vertx.redis.RedisClient info(io.vertx.core.Handler<io.vertx.core.AsyncResult<io.vertx.core.json.JsonObject>> handler)
info in interface io.vertx.redis.RedisClientpublic io.vertx.redis.RedisClient infoSection(String section, io.vertx.core.Handler<io.vertx.core.AsyncResult<io.vertx.core.json.JsonObject>> handler)
infoSection in interface io.vertx.redis.RedisClientpublic io.vertx.redis.RedisClient keys(String pattern, io.vertx.core.Handler<io.vertx.core.AsyncResult<io.vertx.core.json.JsonArray>> handler)
keys in interface io.vertx.redis.RedisClientpublic io.vertx.redis.RedisClient lastsave(io.vertx.core.Handler<io.vertx.core.AsyncResult<Long>> handler)
lastsave in interface io.vertx.redis.RedisClientpublic io.vertx.redis.RedisClient lindex(String key, int index, io.vertx.core.Handler<io.vertx.core.AsyncResult<String>> handler)
lindex in interface io.vertx.redis.RedisClientpublic io.vertx.redis.RedisClient linsert(String key, io.vertx.redis.op.InsertOptions option, String pivot, String value, io.vertx.core.Handler<io.vertx.core.AsyncResult<Long>> handler)
linsert in interface io.vertx.redis.RedisClientpublic io.vertx.redis.RedisClient llen(String key, io.vertx.core.Handler<io.vertx.core.AsyncResult<Long>> handler)
llen in interface io.vertx.redis.RedisClientpublic io.vertx.redis.RedisClient lpop(String key, io.vertx.core.Handler<io.vertx.core.AsyncResult<String>> handler)
lpop in interface io.vertx.redis.RedisClientpublic io.vertx.redis.RedisClient lpushMany(String key, List<String> values, io.vertx.core.Handler<io.vertx.core.AsyncResult<Long>> handler)
lpushMany in interface io.vertx.redis.RedisClientpublic io.vertx.redis.RedisClient lpush(String key, String value, io.vertx.core.Handler<io.vertx.core.AsyncResult<Long>> handler)
lpush in interface io.vertx.redis.RedisClientpublic io.vertx.redis.RedisClient lpushx(String key, String value, io.vertx.core.Handler<io.vertx.core.AsyncResult<Long>> handler)
lpushx in interface io.vertx.redis.RedisClientpublic io.vertx.redis.RedisClient lrange(String key, long from, long to, io.vertx.core.Handler<io.vertx.core.AsyncResult<io.vertx.core.json.JsonArray>> handler)
lrange in interface io.vertx.redis.RedisClientpublic io.vertx.redis.RedisClient lrem(String key, long count, String value, io.vertx.core.Handler<io.vertx.core.AsyncResult<Long>> handler)
lrem in interface io.vertx.redis.RedisClientpublic io.vertx.redis.RedisClient lset(String key, long index, String value, io.vertx.core.Handler<io.vertx.core.AsyncResult<String>> handler)
lset in interface io.vertx.redis.RedisClientpublic io.vertx.redis.RedisClient ltrim(String key, long from, long to, io.vertx.core.Handler<io.vertx.core.AsyncResult<String>> handler)
ltrim in interface io.vertx.redis.RedisClientpublic io.vertx.redis.RedisClient mget(String key, io.vertx.core.Handler<io.vertx.core.AsyncResult<io.vertx.core.json.JsonArray>> handler)
mget in interface io.vertx.redis.RedisClientpublic io.vertx.redis.RedisClient mgetMany(List<String> keys, io.vertx.core.Handler<io.vertx.core.AsyncResult<io.vertx.core.json.JsonArray>> handler)
mgetMany in interface io.vertx.redis.RedisClientpublic io.vertx.redis.RedisClient migrate(String host, int port, String key, int destdb, long timeout, io.vertx.redis.op.MigrateOptions options, io.vertx.core.Handler<io.vertx.core.AsyncResult<String>> handler)
migrate in interface io.vertx.redis.RedisClientpublic io.vertx.redis.RedisClient monitor(io.vertx.core.Handler<io.vertx.core.AsyncResult<Void>> handler)
monitor in interface io.vertx.redis.RedisClientpublic io.vertx.redis.RedisClient move(String key, int destdb, io.vertx.core.Handler<io.vertx.core.AsyncResult<Long>> handler)
move in interface io.vertx.redis.RedisClientpublic io.vertx.redis.RedisClient mset(io.vertx.core.json.JsonObject keyvals,
io.vertx.core.Handler<io.vertx.core.AsyncResult<String>> handler)
mset in interface io.vertx.redis.RedisClientpublic io.vertx.redis.RedisClient msetnx(io.vertx.core.json.JsonObject keyvals,
io.vertx.core.Handler<io.vertx.core.AsyncResult<Long>> handler)
msetnx in interface io.vertx.redis.RedisClientpublic io.vertx.redis.RedisClient object(String key, io.vertx.redis.op.ObjectCmd cmd, io.vertx.core.Handler<io.vertx.core.AsyncResult<Void>> handler)
object in interface io.vertx.redis.RedisClientpublic io.vertx.redis.RedisClient persist(String key, io.vertx.core.Handler<io.vertx.core.AsyncResult<Long>> handler)
persist in interface io.vertx.redis.RedisClientpublic io.vertx.redis.RedisClient pexpire(String key, long millis, io.vertx.core.Handler<io.vertx.core.AsyncResult<Long>> handler)
pexpire in interface io.vertx.redis.RedisClientpublic io.vertx.redis.RedisClient pexpireat(String key, long millis, io.vertx.core.Handler<io.vertx.core.AsyncResult<Long>> handler)
pexpireat in interface io.vertx.redis.RedisClientpublic io.vertx.redis.RedisClient pfadd(String key, String element, io.vertx.core.Handler<io.vertx.core.AsyncResult<Long>> handler)
pfadd in interface io.vertx.redis.RedisClientpublic io.vertx.redis.RedisClient pfaddMany(String key, List<String> elements, io.vertx.core.Handler<io.vertx.core.AsyncResult<Long>> handler)
pfaddMany in interface io.vertx.redis.RedisClientpublic io.vertx.redis.RedisClient pfcount(String key, io.vertx.core.Handler<io.vertx.core.AsyncResult<Long>> handler)
pfcount in interface io.vertx.redis.RedisClientpublic io.vertx.redis.RedisClient pfcountMany(List<String> key, io.vertx.core.Handler<io.vertx.core.AsyncResult<Long>> handler)
pfcountMany in interface io.vertx.redis.RedisClientpublic io.vertx.redis.RedisClient pfmerge(String destkey, List<String> keys, io.vertx.core.Handler<io.vertx.core.AsyncResult<String>> handler)
pfmerge in interface io.vertx.redis.RedisClientpublic io.vertx.redis.RedisClient ping(io.vertx.core.Handler<io.vertx.core.AsyncResult<String>> handler)
ping in interface io.vertx.redis.RedisClientpublic io.vertx.redis.RedisClient psetex(String key, long millis, String value, io.vertx.core.Handler<io.vertx.core.AsyncResult<Void>> handler)
psetex in interface io.vertx.redis.RedisClientpublic io.vertx.redis.RedisClient psubscribe(String pattern, io.vertx.core.Handler<io.vertx.core.AsyncResult<io.vertx.core.json.JsonArray>> handler)
psubscribe in interface io.vertx.redis.RedisClientpublic io.vertx.redis.RedisClient psubscribeMany(List<String> patterns, io.vertx.core.Handler<io.vertx.core.AsyncResult<io.vertx.core.json.JsonArray>> handler)
psubscribeMany in interface io.vertx.redis.RedisClientpublic io.vertx.redis.RedisClient pubsubChannels(String pattern, io.vertx.core.Handler<io.vertx.core.AsyncResult<io.vertx.core.json.JsonArray>> handler)
pubsubChannels in interface io.vertx.redis.RedisClientpublic io.vertx.redis.RedisClient pubsubNumsub(List<String> channels, io.vertx.core.Handler<io.vertx.core.AsyncResult<io.vertx.core.json.JsonArray>> handler)
pubsubNumsub in interface io.vertx.redis.RedisClientpublic io.vertx.redis.RedisClient pubsubNumpat(io.vertx.core.Handler<io.vertx.core.AsyncResult<Long>> handler)
pubsubNumpat in interface io.vertx.redis.RedisClientpublic io.vertx.redis.RedisClient pttl(String key, io.vertx.core.Handler<io.vertx.core.AsyncResult<Long>> handler)
pttl in interface io.vertx.redis.RedisClientpublic io.vertx.redis.RedisClient publish(String channel, String message, io.vertx.core.Handler<io.vertx.core.AsyncResult<Long>> handler)
publish in interface io.vertx.redis.RedisClientpublic io.vertx.redis.RedisClient punsubscribe(List<String> patterns, io.vertx.core.Handler<io.vertx.core.AsyncResult<Void>> handler)
punsubscribe in interface io.vertx.redis.RedisClientpublic io.vertx.redis.RedisClient randomkey(io.vertx.core.Handler<io.vertx.core.AsyncResult<String>> handler)
randomkey in interface io.vertx.redis.RedisClientpublic io.vertx.redis.RedisClient rename(String key, String newkey, io.vertx.core.Handler<io.vertx.core.AsyncResult<String>> handler)
rename in interface io.vertx.redis.RedisClientpublic io.vertx.redis.RedisClient renamenx(String key, String newkey, io.vertx.core.Handler<io.vertx.core.AsyncResult<Long>> handler)
renamenx in interface io.vertx.redis.RedisClientpublic io.vertx.redis.RedisClient restore(String key, long millis, String serialized, io.vertx.core.Handler<io.vertx.core.AsyncResult<String>> handler)
restore in interface io.vertx.redis.RedisClientpublic io.vertx.redis.RedisClient role(io.vertx.core.Handler<io.vertx.core.AsyncResult<io.vertx.core.json.JsonArray>> handler)
role in interface io.vertx.redis.RedisClientpublic io.vertx.redis.RedisClient rpop(String key, io.vertx.core.Handler<io.vertx.core.AsyncResult<String>> handler)
rpop in interface io.vertx.redis.RedisClientpublic io.vertx.redis.RedisClient rpoplpush(String key, String destkey, io.vertx.core.Handler<io.vertx.core.AsyncResult<String>> handler)
rpoplpush in interface io.vertx.redis.RedisClientpublic io.vertx.redis.RedisClient rpushMany(String key, List<String> values, io.vertx.core.Handler<io.vertx.core.AsyncResult<Long>> handler)
rpushMany in interface io.vertx.redis.RedisClientpublic io.vertx.redis.RedisClient rpush(String key, String value, io.vertx.core.Handler<io.vertx.core.AsyncResult<Long>> handler)
rpush in interface io.vertx.redis.RedisClientpublic io.vertx.redis.RedisClient rpushx(String key, String value, io.vertx.core.Handler<io.vertx.core.AsyncResult<Long>> handler)
rpushx in interface io.vertx.redis.RedisClientpublic io.vertx.redis.RedisClient sadd(String key, String member, io.vertx.core.Handler<io.vertx.core.AsyncResult<Long>> handler)
sadd in interface io.vertx.redis.RedisClientpublic io.vertx.redis.RedisClient saddMany(String key, List<String> members, io.vertx.core.Handler<io.vertx.core.AsyncResult<Long>> handler)
saddMany in interface io.vertx.redis.RedisClientpublic io.vertx.redis.RedisClient save(io.vertx.core.Handler<io.vertx.core.AsyncResult<String>> handler)
save in interface io.vertx.redis.RedisClientpublic io.vertx.redis.RedisClient scard(String key, io.vertx.core.Handler<io.vertx.core.AsyncResult<Long>> handler)
scard in interface io.vertx.redis.RedisClientpublic io.vertx.redis.RedisClient scriptExists(String script, io.vertx.core.Handler<io.vertx.core.AsyncResult<io.vertx.core.json.JsonArray>> handler)
scriptExists in interface io.vertx.redis.RedisClientpublic io.vertx.redis.RedisClient scriptExistsMany(List<String> scripts, io.vertx.core.Handler<io.vertx.core.AsyncResult<io.vertx.core.json.JsonArray>> handler)
scriptExistsMany in interface io.vertx.redis.RedisClientpublic io.vertx.redis.RedisClient scriptFlush(io.vertx.core.Handler<io.vertx.core.AsyncResult<String>> handler)
scriptFlush in interface io.vertx.redis.RedisClientpublic io.vertx.redis.RedisClient scriptKill(io.vertx.core.Handler<io.vertx.core.AsyncResult<String>> handler)
scriptKill in interface io.vertx.redis.RedisClientpublic io.vertx.redis.RedisClient scriptLoad(String script, io.vertx.core.Handler<io.vertx.core.AsyncResult<String>> handler)
scriptLoad in interface io.vertx.redis.RedisClientpublic io.vertx.redis.RedisClient sdiff(String key, List<String> cmpkeys, io.vertx.core.Handler<io.vertx.core.AsyncResult<io.vertx.core.json.JsonArray>> handler)
sdiff in interface io.vertx.redis.RedisClientpublic io.vertx.redis.RedisClient sdiffstore(String destkey, String key, List<String> cmpkeys, io.vertx.core.Handler<io.vertx.core.AsyncResult<Long>> handler)
sdiffstore in interface io.vertx.redis.RedisClientpublic io.vertx.redis.RedisClient select(int dbindex,
io.vertx.core.Handler<io.vertx.core.AsyncResult<String>> handler)
select in interface io.vertx.redis.RedisClientpublic io.vertx.redis.RedisClient set(String key, String value, io.vertx.core.Handler<io.vertx.core.AsyncResult<Void>> handler)
set in interface io.vertx.redis.RedisClientpublic io.vertx.redis.RedisClient setWithOptions(String key, String value, io.vertx.redis.op.SetOptions options, io.vertx.core.Handler<io.vertx.core.AsyncResult<String>> handler)
setWithOptions in interface io.vertx.redis.RedisClientpublic io.vertx.redis.RedisClient setBinary(String key, io.vertx.core.buffer.Buffer value, io.vertx.core.Handler<io.vertx.core.AsyncResult<Void>> handler)
setBinary in interface io.vertx.redis.RedisClientpublic io.vertx.redis.RedisClient setBinaryWithOptions(String key, io.vertx.core.buffer.Buffer value, io.vertx.redis.op.SetOptions options, io.vertx.core.Handler<io.vertx.core.AsyncResult<Void>> handler)
setBinaryWithOptions in interface io.vertx.redis.RedisClientpublic io.vertx.redis.RedisClient setbit(String key, long offset, int bit, io.vertx.core.Handler<io.vertx.core.AsyncResult<Long>> handler)
setbit in interface io.vertx.redis.RedisClientpublic io.vertx.redis.RedisClient setex(String key, long seconds, String value, io.vertx.core.Handler<io.vertx.core.AsyncResult<String>> handler)
setex in interface io.vertx.redis.RedisClientpublic io.vertx.redis.RedisClient setnx(String key, String value, io.vertx.core.Handler<io.vertx.core.AsyncResult<Long>> handler)
setnx in interface io.vertx.redis.RedisClientpublic io.vertx.redis.RedisClient setrange(String key, int offset, String value, io.vertx.core.Handler<io.vertx.core.AsyncResult<Long>> handler)
setrange in interface io.vertx.redis.RedisClientpublic io.vertx.redis.RedisClient sinter(List<String> keys, io.vertx.core.Handler<io.vertx.core.AsyncResult<io.vertx.core.json.JsonArray>> handler)
sinter in interface io.vertx.redis.RedisClientpublic io.vertx.redis.RedisClient sinterstore(String destkey, List<String> keys, io.vertx.core.Handler<io.vertx.core.AsyncResult<Long>> handler)
sinterstore in interface io.vertx.redis.RedisClientpublic io.vertx.redis.RedisClient sismember(String key, String member, io.vertx.core.Handler<io.vertx.core.AsyncResult<Long>> handler)
sismember in interface io.vertx.redis.RedisClientpublic io.vertx.redis.RedisClient slaveof(String host, int port, io.vertx.core.Handler<io.vertx.core.AsyncResult<String>> handler)
slaveof in interface io.vertx.redis.RedisClientpublic io.vertx.redis.RedisClient slaveofNoone(io.vertx.core.Handler<io.vertx.core.AsyncResult<String>> handler)
slaveofNoone in interface io.vertx.redis.RedisClientpublic io.vertx.redis.RedisClient slowlogGet(int limit,
io.vertx.core.Handler<io.vertx.core.AsyncResult<io.vertx.core.json.JsonArray>> handler)
slowlogGet in interface io.vertx.redis.RedisClientpublic io.vertx.redis.RedisClient slowlogLen(io.vertx.core.Handler<io.vertx.core.AsyncResult<Long>> handler)
slowlogLen in interface io.vertx.redis.RedisClientpublic io.vertx.redis.RedisClient slowlogReset(io.vertx.core.Handler<io.vertx.core.AsyncResult<Void>> handler)
slowlogReset in interface io.vertx.redis.RedisClientpublic io.vertx.redis.RedisClient smembers(String key, io.vertx.core.Handler<io.vertx.core.AsyncResult<io.vertx.core.json.JsonArray>> handler)
smembers in interface io.vertx.redis.RedisClientpublic io.vertx.redis.RedisClient smove(String key, String destkey, String member, io.vertx.core.Handler<io.vertx.core.AsyncResult<Long>> handler)
smove in interface io.vertx.redis.RedisClientpublic io.vertx.redis.RedisClient sort(String key, io.vertx.redis.op.SortOptions options, io.vertx.core.Handler<io.vertx.core.AsyncResult<io.vertx.core.json.JsonArray>> handler)
sort in interface io.vertx.redis.RedisClientpublic io.vertx.redis.RedisClient spop(String key, io.vertx.core.Handler<io.vertx.core.AsyncResult<String>> handler)
spop in interface io.vertx.redis.RedisClientpublic io.vertx.redis.RedisClient spopMany(String key, int count, io.vertx.core.Handler<io.vertx.core.AsyncResult<io.vertx.core.json.JsonArray>> handler)
spopMany in interface io.vertx.redis.RedisClientpublic io.vertx.redis.RedisClient srandmember(String key, io.vertx.core.Handler<io.vertx.core.AsyncResult<String>> handler)
srandmember in interface io.vertx.redis.RedisClientpublic io.vertx.redis.RedisClient srandmemberCount(String key, int count, io.vertx.core.Handler<io.vertx.core.AsyncResult<io.vertx.core.json.JsonArray>> handler)
srandmemberCount in interface io.vertx.redis.RedisClientpublic io.vertx.redis.RedisClient srem(String key, String member, io.vertx.core.Handler<io.vertx.core.AsyncResult<Long>> handler)
srem in interface io.vertx.redis.RedisClientpublic io.vertx.redis.RedisClient sremMany(String key, List<String> members, io.vertx.core.Handler<io.vertx.core.AsyncResult<Long>> handler)
sremMany in interface io.vertx.redis.RedisClientpublic io.vertx.redis.RedisClient strlen(String key, io.vertx.core.Handler<io.vertx.core.AsyncResult<Long>> handler)
strlen in interface io.vertx.redis.RedisClientpublic io.vertx.redis.RedisClient subscribe(String channel, io.vertx.core.Handler<io.vertx.core.AsyncResult<io.vertx.core.json.JsonArray>> handler)
subscribe in interface io.vertx.redis.RedisClientpublic io.vertx.redis.RedisClient subscribeMany(List<String> channels, io.vertx.core.Handler<io.vertx.core.AsyncResult<io.vertx.core.json.JsonArray>> handler)
subscribeMany in interface io.vertx.redis.RedisClientpublic io.vertx.redis.RedisClient sunion(List<String> keys, io.vertx.core.Handler<io.vertx.core.AsyncResult<io.vertx.core.json.JsonArray>> handler)
sunion in interface io.vertx.redis.RedisClientpublic io.vertx.redis.RedisClient sunionstore(String destkey, List<String> keys, io.vertx.core.Handler<io.vertx.core.AsyncResult<Long>> handler)
sunionstore in interface io.vertx.redis.RedisClientpublic io.vertx.redis.RedisClient sync(io.vertx.core.Handler<io.vertx.core.AsyncResult<Void>> handler)
sync in interface io.vertx.redis.RedisClientpublic io.vertx.redis.RedisClient time(io.vertx.core.Handler<io.vertx.core.AsyncResult<io.vertx.core.json.JsonArray>> handler)
time in interface io.vertx.redis.RedisClientpublic io.vertx.redis.RedisTransaction transaction()
transaction in interface io.vertx.redis.RedisClientpublic io.vertx.redis.RedisClient ttl(String key, io.vertx.core.Handler<io.vertx.core.AsyncResult<Long>> handler)
ttl in interface io.vertx.redis.RedisClientpublic io.vertx.redis.RedisClient type(String key, io.vertx.core.Handler<io.vertx.core.AsyncResult<String>> handler)
type in interface io.vertx.redis.RedisClientpublic io.vertx.redis.RedisClient unsubscribe(List<String> channels, io.vertx.core.Handler<io.vertx.core.AsyncResult<Void>> handler)
unsubscribe in interface io.vertx.redis.RedisClientpublic io.vertx.redis.RedisClient wait(long numSlaves,
long timeout,
io.vertx.core.Handler<io.vertx.core.AsyncResult<String>> handler)
wait in interface io.vertx.redis.RedisClientpublic io.vertx.redis.RedisClient zadd(String key, double score, String member, io.vertx.core.Handler<io.vertx.core.AsyncResult<Long>> handler)
zadd in interface io.vertx.redis.RedisClientpublic io.vertx.redis.RedisClient zaddMany(String key, Map<String,Double> members, io.vertx.core.Handler<io.vertx.core.AsyncResult<Long>> handler)
zaddMany in interface io.vertx.redis.RedisClientpublic io.vertx.redis.RedisClient zcard(String key, io.vertx.core.Handler<io.vertx.core.AsyncResult<Long>> handler)
zcard in interface io.vertx.redis.RedisClientpublic io.vertx.redis.RedisClient zcount(String key, double min, double max, io.vertx.core.Handler<io.vertx.core.AsyncResult<Long>> handler)
zcount in interface io.vertx.redis.RedisClientpublic io.vertx.redis.RedisClient zincrby(String key, double increment, String member, io.vertx.core.Handler<io.vertx.core.AsyncResult<String>> handler)
zincrby in interface io.vertx.redis.RedisClientpublic io.vertx.redis.RedisClient zinterstore(String destkey, List<String> sets, io.vertx.redis.op.AggregateOptions options, io.vertx.core.Handler<io.vertx.core.AsyncResult<Long>> handler)
zinterstore in interface io.vertx.redis.RedisClientpublic io.vertx.redis.RedisClient zinterstoreWeighed(String destkey, Map<String,Double> sets, io.vertx.redis.op.AggregateOptions options, io.vertx.core.Handler<io.vertx.core.AsyncResult<Long>> handler)
zinterstoreWeighed in interface io.vertx.redis.RedisClientpublic io.vertx.redis.RedisClient zlexcount(String key, String min, String max, io.vertx.core.Handler<io.vertx.core.AsyncResult<Long>> handler)
zlexcount in interface io.vertx.redis.RedisClientpublic io.vertx.redis.RedisClient zrange(String key, long start, long stop, io.vertx.core.Handler<io.vertx.core.AsyncResult<io.vertx.core.json.JsonArray>> handler)
zrange in interface io.vertx.redis.RedisClientpublic io.vertx.redis.RedisClient zrangeWithOptions(String key, long start, long stop, io.vertx.redis.op.RangeOptions options, io.vertx.core.Handler<io.vertx.core.AsyncResult<io.vertx.core.json.JsonArray>> handler)
zrangeWithOptions in interface io.vertx.redis.RedisClientpublic io.vertx.redis.RedisClient zrangebylex(String key, String min, String max, io.vertx.redis.op.LimitOptions options, io.vertx.core.Handler<io.vertx.core.AsyncResult<io.vertx.core.json.JsonArray>> handler)
zrangebylex in interface io.vertx.redis.RedisClientpublic io.vertx.redis.RedisClient zrangebyscore(String key, String min, String max, io.vertx.redis.op.RangeLimitOptions options, io.vertx.core.Handler<io.vertx.core.AsyncResult<io.vertx.core.json.JsonArray>> handler)
zrangebyscore in interface io.vertx.redis.RedisClientpublic io.vertx.redis.RedisClient zrank(String key, String member, io.vertx.core.Handler<io.vertx.core.AsyncResult<Long>> handler)
zrank in interface io.vertx.redis.RedisClientpublic io.vertx.redis.RedisClient zrem(String key, String member, io.vertx.core.Handler<io.vertx.core.AsyncResult<Long>> handler)
zrem in interface io.vertx.redis.RedisClientpublic io.vertx.redis.RedisClient zremMany(String key, List<String> members, io.vertx.core.Handler<io.vertx.core.AsyncResult<Long>> handler)
zremMany in interface io.vertx.redis.RedisClientpublic io.vertx.redis.RedisClient zremrangebylex(String key, String min, String max, io.vertx.core.Handler<io.vertx.core.AsyncResult<Long>> handler)
zremrangebylex in interface io.vertx.redis.RedisClientpublic io.vertx.redis.RedisClient zremrangebyrank(String key, long start, long stop, io.vertx.core.Handler<io.vertx.core.AsyncResult<Long>> handler)
zremrangebyrank in interface io.vertx.redis.RedisClientpublic io.vertx.redis.RedisClient zremrangebyscore(String key, String min, String max, io.vertx.core.Handler<io.vertx.core.AsyncResult<Long>> handler)
zremrangebyscore in interface io.vertx.redis.RedisClientpublic io.vertx.redis.RedisClient zrevrange(String key, long start, long stop, io.vertx.redis.op.RangeOptions options, io.vertx.core.Handler<io.vertx.core.AsyncResult<io.vertx.core.json.JsonArray>> handler)
zrevrange in interface io.vertx.redis.RedisClientpublic io.vertx.redis.RedisClient zrevrangebylex(String key, String max, String min, io.vertx.redis.op.LimitOptions options, io.vertx.core.Handler<io.vertx.core.AsyncResult<io.vertx.core.json.JsonArray>> handler)
zrevrangebylex in interface io.vertx.redis.RedisClientpublic io.vertx.redis.RedisClient zrevrangebyscore(String key, String max, String min, io.vertx.redis.op.RangeLimitOptions options, io.vertx.core.Handler<io.vertx.core.AsyncResult<io.vertx.core.json.JsonArray>> handler)
zrevrangebyscore in interface io.vertx.redis.RedisClientpublic io.vertx.redis.RedisClient zrevrank(String key, String member, io.vertx.core.Handler<io.vertx.core.AsyncResult<Long>> handler)
zrevrank in interface io.vertx.redis.RedisClientpublic io.vertx.redis.RedisClient zscore(String key, String member, io.vertx.core.Handler<io.vertx.core.AsyncResult<String>> handler)
zscore in interface io.vertx.redis.RedisClientpublic io.vertx.redis.RedisClient zunionstore(String destkey, List<String> sets, io.vertx.redis.op.AggregateOptions options, io.vertx.core.Handler<io.vertx.core.AsyncResult<Long>> handler)
zunionstore in interface io.vertx.redis.RedisClientpublic io.vertx.redis.RedisClient zunionstoreWeighed(String destkey, Map<String,Double> sets, io.vertx.redis.op.AggregateOptions options, io.vertx.core.Handler<io.vertx.core.AsyncResult<Long>> handler)
zunionstoreWeighed in interface io.vertx.redis.RedisClientpublic io.vertx.redis.RedisClient scan(String cursor, io.vertx.redis.op.ScanOptions options, io.vertx.core.Handler<io.vertx.core.AsyncResult<io.vertx.core.json.JsonArray>> handler)
scan in interface io.vertx.redis.RedisClientpublic io.vertx.redis.RedisClient sscan(String key, String cursor, io.vertx.redis.op.ScanOptions options, io.vertx.core.Handler<io.vertx.core.AsyncResult<io.vertx.core.json.JsonArray>> handler)
sscan in interface io.vertx.redis.RedisClientpublic io.vertx.redis.RedisClient hscan(String key, String cursor, io.vertx.redis.op.ScanOptions options, io.vertx.core.Handler<io.vertx.core.AsyncResult<io.vertx.core.json.JsonArray>> handler)
hscan in interface io.vertx.redis.RedisClientpublic io.vertx.redis.RedisClient zscan(String key, String cursor, io.vertx.redis.op.ScanOptions options, io.vertx.core.Handler<io.vertx.core.AsyncResult<io.vertx.core.json.JsonArray>> handler)
zscan in interface io.vertx.redis.RedisClientpublic io.vertx.redis.RedisClient geoadd(String key, double longitude, double latitude, String member, io.vertx.core.Handler<io.vertx.core.AsyncResult<Long>> handler)
geoadd in interface io.vertx.redis.RedisClientpublic io.vertx.redis.RedisClient geoaddMany(String key, List<io.vertx.redis.op.GeoMember> members, io.vertx.core.Handler<io.vertx.core.AsyncResult<Long>> handler)
geoaddMany in interface io.vertx.redis.RedisClientpublic io.vertx.redis.RedisClient geohash(String key, String member, io.vertx.core.Handler<io.vertx.core.AsyncResult<io.vertx.core.json.JsonArray>> handler)
geohash in interface io.vertx.redis.RedisClientpublic io.vertx.redis.RedisClient geohashMany(String key, List<String> members, io.vertx.core.Handler<io.vertx.core.AsyncResult<io.vertx.core.json.JsonArray>> handler)
geohashMany in interface io.vertx.redis.RedisClientpublic io.vertx.redis.RedisClient geopos(String key, String member, io.vertx.core.Handler<io.vertx.core.AsyncResult<io.vertx.core.json.JsonArray>> handler)
geopos in interface io.vertx.redis.RedisClientpublic io.vertx.redis.RedisClient geoposMany(String key, List<String> members, io.vertx.core.Handler<io.vertx.core.AsyncResult<io.vertx.core.json.JsonArray>> handler)
geoposMany in interface io.vertx.redis.RedisClientpublic io.vertx.redis.RedisClient geodist(String key, String member1, String member2, io.vertx.core.Handler<io.vertx.core.AsyncResult<String>> handler)
geodist in interface io.vertx.redis.RedisClientpublic io.vertx.redis.RedisClient geodistWithUnit(String key, String member1, String member2, io.vertx.redis.op.GeoUnit unit, io.vertx.core.Handler<io.vertx.core.AsyncResult<String>> handler)
geodistWithUnit in interface io.vertx.redis.RedisClientpublic io.vertx.redis.RedisClient georadius(String key, double longitude, double latitude, double radius, io.vertx.redis.op.GeoUnit unit, io.vertx.core.Handler<io.vertx.core.AsyncResult<io.vertx.core.json.JsonArray>> handler)
georadius in interface io.vertx.redis.RedisClientpublic io.vertx.redis.RedisClient georadiusWithOptions(String key, double longitude, double latitude, double radius, io.vertx.redis.op.GeoUnit unit, io.vertx.redis.op.GeoRadiusOptions options, io.vertx.core.Handler<io.vertx.core.AsyncResult<io.vertx.core.json.JsonArray>> handler)
georadiusWithOptions in interface io.vertx.redis.RedisClientpublic io.vertx.redis.RedisClient georadiusbymember(String key, String member, double radius, io.vertx.redis.op.GeoUnit unit, io.vertx.core.Handler<io.vertx.core.AsyncResult<io.vertx.core.json.JsonArray>> handler)
georadiusbymember in interface io.vertx.redis.RedisClientpublic io.vertx.redis.RedisClient georadiusbymemberWithOptions(String key, String member, double radius, io.vertx.redis.op.GeoUnit unit, io.vertx.redis.op.GeoRadiusOptions options, io.vertx.core.Handler<io.vertx.core.AsyncResult<io.vertx.core.json.JsonArray>> handler)
georadiusbymemberWithOptions in interface io.vertx.redis.RedisClientpublic io.vertx.redis.RedisClient clientReply(io.vertx.redis.op.ClientReplyOptions options,
io.vertx.core.Handler<io.vertx.core.AsyncResult<String>> handler)
clientReply in interface io.vertx.redis.RedisClientpublic io.vertx.redis.RedisClient hstrlen(String key, String field, io.vertx.core.Handler<io.vertx.core.AsyncResult<Long>> handler)
hstrlen in interface io.vertx.redis.RedisClientpublic io.vertx.redis.RedisClient touch(String key, io.vertx.core.Handler<io.vertx.core.AsyncResult<Long>> handler)
touch in interface io.vertx.redis.RedisClientpublic io.vertx.redis.RedisClient touchMany(List<String> keys, io.vertx.core.Handler<io.vertx.core.AsyncResult<Long>> handler)
touchMany in interface io.vertx.redis.RedisClientpublic io.vertx.redis.RedisClient scriptDebug(io.vertx.redis.op.ScriptDebugOptions scriptDebugOptions,
io.vertx.core.Handler<io.vertx.core.AsyncResult<String>> handler)
scriptDebug in interface io.vertx.redis.RedisClientpublic io.vertx.redis.RedisClient bitfield(String key, io.vertx.redis.op.BitFieldOptions bitFieldOptions, io.vertx.core.Handler<io.vertx.core.AsyncResult<io.vertx.core.json.JsonArray>> handler)
bitfield in interface io.vertx.redis.RedisClientpublic io.vertx.redis.RedisClient bitfieldWithOverflow(String key, io.vertx.redis.op.BitFieldOptions bitFieldOptions, io.vertx.redis.op.BitFieldOverflowOptions overflow, io.vertx.core.Handler<io.vertx.core.AsyncResult<io.vertx.core.json.JsonArray>> handler)
bitfieldWithOverflow in interface io.vertx.redis.RedisClientpublic io.vertx.redis.RedisClient unlink(String key, io.vertx.core.Handler<io.vertx.core.AsyncResult<Long>> handler)
unlink in interface io.vertx.redis.RedisClientpublic io.vertx.redis.RedisClient unlinkMany(List<String> keys, io.vertx.core.Handler<io.vertx.core.AsyncResult<Long>> handler)
unlinkMany in interface io.vertx.redis.RedisClientpublic io.vertx.redis.RedisClient swapdb(int index1,
int index2,
io.vertx.core.Handler<io.vertx.core.AsyncResult<String>> handler)
swapdb in interface io.vertx.redis.RedisClientCopyright © 2020. All rights reserved.