Interface RedisClient

All Known Implementing Classes:
RedisClientImpl

@Deprecated public interface RedisClient
Deprecated.
Use RedisAPI or RedisDataSource instead.
A synchronous Redis client offering blocking Redis commands. The commands have a default timeout of 10 seconds which can be configured via quarkus.redis.timeout configuration knob. For more information about how each individual command visit the Redis Commands Page
  • Method Details

    • close

      void close()
      Deprecated.
    • append

      io.vertx.redis.client.Response append(String arg0, String arg1)
      Deprecated.
    • asking

      io.vertx.redis.client.Response asking()
      Deprecated.
    • auth

      io.vertx.redis.client.Response auth(List<String> args)
      Deprecated.
    • bgrewriteaof

      io.vertx.redis.client.Response bgrewriteaof()
      Deprecated.
    • bgsave

      io.vertx.redis.client.Response bgsave(List<String> args)
      Deprecated.
    • bitcount

      io.vertx.redis.client.Response bitcount(List<String> args)
      Deprecated.
    • bitfield

      io.vertx.redis.client.Response bitfield(List<String> args)
      Deprecated.
    • bitop

      io.vertx.redis.client.Response bitop(List<String> args)
      Deprecated.
    • bitpos

      io.vertx.redis.client.Response bitpos(List<String> args)
      Deprecated.
    • blpop

      io.vertx.redis.client.Response blpop(List<String> args)
      Deprecated.
    • brpop

      io.vertx.redis.client.Response brpop(List<String> args)
      Deprecated.
    • brpoplpush

      io.vertx.redis.client.Response brpoplpush(String arg0, String arg1, String arg2)
      Deprecated.
    • bzpopmax

      io.vertx.redis.client.Response bzpopmax(List<String> args)
      Deprecated.
    • bzpopmin

      io.vertx.redis.client.Response bzpopmin(List<String> args)
      Deprecated.
    • client

      io.vertx.redis.client.Response client(List<String> args)
      Deprecated.
    • cluster

      io.vertx.redis.client.Response cluster(List<String> args)
      Deprecated.
    • command

      io.vertx.redis.client.Response command(List<String> args)
      Deprecated.
    • config

      io.vertx.redis.client.Response config(List<String> args)
      Deprecated.
    • dbsize

      io.vertx.redis.client.Response dbsize()
      Deprecated.
    • debug

      io.vertx.redis.client.Response debug(List<String> args)
      Deprecated.
    • decr

      io.vertx.redis.client.Response decr(String arg0)
      Deprecated.
    • decrby

      io.vertx.redis.client.Response decrby(String arg0, String arg1)
      Deprecated.
    • del

      io.vertx.redis.client.Response del(List<String> args)
      Deprecated.
    • discard

      io.vertx.redis.client.Response discard()
      Deprecated.
    • dump

      io.vertx.redis.client.Response dump(String arg0)
      Deprecated.
    • echo

      io.vertx.redis.client.Response echo(String arg0)
      Deprecated.
    • eval

      io.vertx.redis.client.Response eval(List<String> args)
      Deprecated.
    • evalsha

      io.vertx.redis.client.Response evalsha(List<String> args)
      Deprecated.
    • exec

      io.vertx.redis.client.Response exec()
      Deprecated.
    • exists

      io.vertx.redis.client.Response exists(List<String> args)
      Deprecated.
    • expire

      io.vertx.redis.client.Response expire(String arg0, String arg1)
      Deprecated.
    • expireat

      io.vertx.redis.client.Response expireat(String arg0, String arg1)
      Deprecated.
    • flushall

      io.vertx.redis.client.Response flushall(List<String> args)
      Deprecated.
    • flushdb

      io.vertx.redis.client.Response flushdb(List<String> args)
      Deprecated.
    • geoadd

      io.vertx.redis.client.Response geoadd(List<String> args)
      Deprecated.
    • geodist

      io.vertx.redis.client.Response geodist(List<String> args)
      Deprecated.
    • geohash

      io.vertx.redis.client.Response geohash(List<String> args)
      Deprecated.
    • geopos

      io.vertx.redis.client.Response geopos(List<String> args)
      Deprecated.
    • georadius

      io.vertx.redis.client.Response georadius(List<String> args)
      Deprecated.
    • georadiusRo

      io.vertx.redis.client.Response georadiusRo(List<String> args)
      Deprecated.
    • georadiusbymember

      io.vertx.redis.client.Response georadiusbymember(List<String> args)
      Deprecated.
    • georadiusbymemberRo

      io.vertx.redis.client.Response georadiusbymemberRo(List<String> args)
      Deprecated.
    • get

      io.vertx.redis.client.Response get(String arg0)
      Deprecated.
    • getbit

      io.vertx.redis.client.Response getbit(String arg0, String arg1)
      Deprecated.
    • getrange

      io.vertx.redis.client.Response getrange(String arg0, String arg1, String arg2)
      Deprecated.
    • getset

      io.vertx.redis.client.Response getset(String arg0, String arg1)
      Deprecated.
    • hdel

      io.vertx.redis.client.Response hdel(List<String> args)
      Deprecated.
    • hexists

      io.vertx.redis.client.Response hexists(String arg0, String arg1)
      Deprecated.
    • hget

      io.vertx.redis.client.Response hget(String arg0, String arg1)
      Deprecated.
    • hgetall

      io.vertx.redis.client.Response hgetall(String arg0)
      Deprecated.
    • hincrby

      io.vertx.redis.client.Response hincrby(String arg0, String arg1, String arg2)
      Deprecated.
    • hincrbyfloat

      io.vertx.redis.client.Response hincrbyfloat(String arg0, String arg1, String arg2)
      Deprecated.
    • hkeys

      io.vertx.redis.client.Response hkeys(String arg0)
      Deprecated.
    • hlen

      io.vertx.redis.client.Response hlen(String arg0)
      Deprecated.
    • hmget

      io.vertx.redis.client.Response hmget(List<String> args)
      Deprecated.
    • hmset

      io.vertx.redis.client.Response hmset(List<String> args)
      Deprecated.
    • host

      @Deprecated io.vertx.redis.client.Response host(List<String> args)
      Deprecated.
    • hscan

      io.vertx.redis.client.Response hscan(List<String> args)
      Deprecated.
    • hset

      io.vertx.redis.client.Response hset(List<String> args)
      Deprecated.
    • hsetnx

      io.vertx.redis.client.Response hsetnx(String arg0, String arg1, String arg2)
      Deprecated.
    • hstrlen

      io.vertx.redis.client.Response hstrlen(String arg0, String arg1)
      Deprecated.
    • hvals

      io.vertx.redis.client.Response hvals(String arg0)
      Deprecated.
    • incr

      io.vertx.redis.client.Response incr(String arg0)
      Deprecated.
    • incrby

      io.vertx.redis.client.Response incrby(String arg0, String arg1)
      Deprecated.
    • incrbyfloat

      io.vertx.redis.client.Response incrbyfloat(String arg0, String arg1)
      Deprecated.
    • info

      io.vertx.redis.client.Response info(List<String> args)
      Deprecated.
    • keys

      io.vertx.redis.client.Response keys(String arg0)
      Deprecated.
    • lastsave

      io.vertx.redis.client.Response lastsave()
      Deprecated.
    • latency

      io.vertx.redis.client.Response latency(List<String> args)
      Deprecated.
    • lindex

      io.vertx.redis.client.Response lindex(String arg0, String arg1)
      Deprecated.
    • linsert

      io.vertx.redis.client.Response linsert(String arg0, String arg1, String arg2, String arg3)
      Deprecated.
    • llen

      io.vertx.redis.client.Response llen(String arg0)
      Deprecated.
    • lolwut

      io.vertx.redis.client.Response lolwut(List<String> args)
      Deprecated.
    • lpop

      io.vertx.redis.client.Response lpop(String arg0)
      Deprecated.
    • lpop

      io.vertx.redis.client.Response lpop(List<String> args)
      Deprecated.
    • lpush

      io.vertx.redis.client.Response lpush(List<String> args)
      Deprecated.
    • lpushx

      io.vertx.redis.client.Response lpushx(List<String> args)
      Deprecated.
    • lrange

      io.vertx.redis.client.Response lrange(String arg0, String arg1, String arg2)
      Deprecated.
    • lrem

      io.vertx.redis.client.Response lrem(String arg0, String arg1, String arg2)
      Deprecated.
    • lset

      io.vertx.redis.client.Response lset(String arg0, String arg1, String arg2)
      Deprecated.
    • ltrim

      io.vertx.redis.client.Response ltrim(String arg0, String arg1, String arg2)
      Deprecated.
    • memory

      io.vertx.redis.client.Response memory(List<String> args)
      Deprecated.
    • mget

      io.vertx.redis.client.Response mget(List<String> args)
      Deprecated.
    • migrate

      io.vertx.redis.client.Response migrate(List<String> args)
      Deprecated.
    • module

      io.vertx.redis.client.Response module(List<String> args)
      Deprecated.
    • monitor

      io.vertx.redis.client.Response monitor()
      Deprecated.
    • move

      io.vertx.redis.client.Response move(String arg0, String arg1)
      Deprecated.
    • mset

      io.vertx.redis.client.Response mset(List<String> args)
      Deprecated.
    • msetnx

      io.vertx.redis.client.Response msetnx(List<String> args)
      Deprecated.
    • multi

      io.vertx.redis.client.Response multi()
      Deprecated.
    • object

      io.vertx.redis.client.Response object(List<String> args)
      Deprecated.
    • persist

      io.vertx.redis.client.Response persist(String arg0)
      Deprecated.
    • pexpire

      io.vertx.redis.client.Response pexpire(String arg0, String arg1)
      Deprecated.
    • pexpireat

      io.vertx.redis.client.Response pexpireat(String arg0, String arg1)
      Deprecated.
    • pfadd

      io.vertx.redis.client.Response pfadd(List<String> args)
      Deprecated.
    • pfcount

      io.vertx.redis.client.Response pfcount(List<String> args)
      Deprecated.
    • pfdebug

      @Deprecated io.vertx.redis.client.Response pfdebug(List<String> args)
      Deprecated.
    • pfdebug

      io.vertx.redis.client.Response pfdebug(String command, String key)
      Deprecated.
    • pfmerge

      io.vertx.redis.client.Response pfmerge(List<String> args)
      Deprecated.
    • pfselftest

      io.vertx.redis.client.Response pfselftest()
      Deprecated.
    • ping

      io.vertx.redis.client.Response ping(List<String> args)
      Deprecated.
    • post

      @Deprecated io.vertx.redis.client.Response post(List<String> args)
      Deprecated.
    • psetex

      io.vertx.redis.client.Response psetex(String arg0, String arg1, String arg2)
      Deprecated.
    • psubscribe

      io.vertx.redis.client.Response psubscribe(List<String> args)
      Deprecated.
    • psync

      io.vertx.redis.client.Response psync(String arg0, String arg1)
      Deprecated.
    • psync

      io.vertx.redis.client.Response psync(List<String> args)
      Deprecated.
    • pttl

      io.vertx.redis.client.Response pttl(String arg0)
      Deprecated.
    • publish

      io.vertx.redis.client.Response publish(String arg0, String arg1)
      Deprecated.
    • pubsub

      io.vertx.redis.client.Response pubsub(List<String> args)
      Deprecated.
    • punsubscribe

      io.vertx.redis.client.Response punsubscribe(List<String> args)
      Deprecated.
    • randomkey

      io.vertx.redis.client.Response randomkey()
      Deprecated.
    • readonly

      io.vertx.redis.client.Response readonly()
      Deprecated.
    • readwrite

      io.vertx.redis.client.Response readwrite()
      Deprecated.
    • rename

      io.vertx.redis.client.Response rename(String arg0, String arg1)
      Deprecated.
    • renamenx

      io.vertx.redis.client.Response renamenx(String arg0, String arg1)
      Deprecated.
    • replconf

      io.vertx.redis.client.Response replconf(List<String> args)
      Deprecated.
    • replicaof

      io.vertx.redis.client.Response replicaof(String arg0, String arg1)
      Deprecated.
    • restore

      io.vertx.redis.client.Response restore(List<String> args)
      Deprecated.
    • restoreAsking

      io.vertx.redis.client.Response restoreAsking(List<String> args)
      Deprecated.
    • role

      io.vertx.redis.client.Response role()
      Deprecated.
    • rpop

      io.vertx.redis.client.Response rpop(String arg0)
      Deprecated.
    • rpop

      io.vertx.redis.client.Response rpop(List<String> args)
      Deprecated.
    • rpoplpush

      io.vertx.redis.client.Response rpoplpush(String arg0, String arg1)
      Deprecated.
    • rpush

      io.vertx.redis.client.Response rpush(List<String> args)
      Deprecated.
    • rpushx

      io.vertx.redis.client.Response rpushx(List<String> args)
      Deprecated.
    • sadd

      io.vertx.redis.client.Response sadd(List<String> args)
      Deprecated.
    • save

      io.vertx.redis.client.Response save()
      Deprecated.
    • scan

      io.vertx.redis.client.Response scan(List<String> args)
      Deprecated.
    • scard

      io.vertx.redis.client.Response scard(String arg0)
      Deprecated.
    • script

      io.vertx.redis.client.Response script(List<String> args)
      Deprecated.
    • sdiff

      io.vertx.redis.client.Response sdiff(List<String> args)
      Deprecated.
    • sdiffstore

      io.vertx.redis.client.Response sdiffstore(List<String> args)
      Deprecated.
    • select

      io.vertx.redis.client.Response select(String arg0)
      Deprecated.
    • set

      io.vertx.redis.client.Response set(List<String> args)
      Deprecated.
    • setbit

      io.vertx.redis.client.Response setbit(String arg0, String arg1, String arg2)
      Deprecated.
    • setex

      io.vertx.redis.client.Response setex(String arg0, String arg1, String arg2)
      Deprecated.
    • setnx

      io.vertx.redis.client.Response setnx(String arg0, String arg1)
      Deprecated.
    • setrange

      io.vertx.redis.client.Response setrange(String arg0, String arg1, String arg2)
      Deprecated.
    • shutdown

      io.vertx.redis.client.Response shutdown(List<String> args)
      Deprecated.
    • sinter

      io.vertx.redis.client.Response sinter(List<String> args)
      Deprecated.
    • sinterstore

      io.vertx.redis.client.Response sinterstore(List<String> args)
      Deprecated.
    • sismember

      io.vertx.redis.client.Response sismember(String arg0, String arg1)
      Deprecated.
    • slaveof

      io.vertx.redis.client.Response slaveof(String arg0, String arg1)
      Deprecated.
    • slowlog

      io.vertx.redis.client.Response slowlog(List<String> args)
      Deprecated.
    • smembers

      io.vertx.redis.client.Response smembers(String arg0)
      Deprecated.
    • smove

      io.vertx.redis.client.Response smove(String arg0, String arg1, String arg2)
      Deprecated.
    • sort

      io.vertx.redis.client.Response sort(List<String> args)
      Deprecated.
    • spop

      io.vertx.redis.client.Response spop(List<String> args)
      Deprecated.
    • srandmember

      io.vertx.redis.client.Response srandmember(List<String> args)
      Deprecated.
    • srem

      io.vertx.redis.client.Response srem(List<String> args)
      Deprecated.
    • sscan

      io.vertx.redis.client.Response sscan(List<String> args)
      Deprecated.
    • strlen

      io.vertx.redis.client.Response strlen(String arg0)
      Deprecated.
    • subscribe

      io.vertx.redis.client.Response subscribe(List<String> args)
      Deprecated.
    • substr

      io.vertx.redis.client.Response substr(String arg0, String arg1, String arg2)
      Deprecated.
    • sunion

      io.vertx.redis.client.Response sunion(List<String> args)
      Deprecated.
    • sunionstore

      io.vertx.redis.client.Response sunionstore(List<String> args)
      Deprecated.
    • swapdb

      io.vertx.redis.client.Response swapdb(String arg0, String arg1)
      Deprecated.
    • sync

      io.vertx.redis.client.Response sync()
      Deprecated.
    • time

      io.vertx.redis.client.Response time()
      Deprecated.
    • touch

      io.vertx.redis.client.Response touch(List<String> args)
      Deprecated.
    • ttl

      io.vertx.redis.client.Response ttl(String arg0)
      Deprecated.
    • type

      io.vertx.redis.client.Response type(String arg0)
      Deprecated.
    • unlink

      io.vertx.redis.client.Response unlink(List<String> args)
      Deprecated.
    • unsubscribe

      io.vertx.redis.client.Response unsubscribe(List<String> args)
      Deprecated.
    • unwatch

      io.vertx.redis.client.Response unwatch()
      Deprecated.
    • wait

      io.vertx.redis.client.Response wait(String arg0, String arg1)
      Deprecated.
    • watch

      io.vertx.redis.client.Response watch(List<String> args)
      Deprecated.
    • xack

      io.vertx.redis.client.Response xack(List<String> args)
      Deprecated.
    • xadd

      io.vertx.redis.client.Response xadd(List<String> args)
      Deprecated.
    • xclaim

      io.vertx.redis.client.Response xclaim(List<String> args)
      Deprecated.
    • xdel

      io.vertx.redis.client.Response xdel(List<String> args)
      Deprecated.
    • xgroup

      io.vertx.redis.client.Response xgroup(List<String> args)
      Deprecated.
    • xinfo

      io.vertx.redis.client.Response xinfo(List<String> args)
      Deprecated.
    • xlen

      io.vertx.redis.client.Response xlen(String arg0)
      Deprecated.
    • xpending

      io.vertx.redis.client.Response xpending(List<String> args)
      Deprecated.
    • xrange

      io.vertx.redis.client.Response xrange(List<String> args)
      Deprecated.
    • xread

      io.vertx.redis.client.Response xread(List<String> args)
      Deprecated.
    • xreadgroup

      io.vertx.redis.client.Response xreadgroup(List<String> args)
      Deprecated.
    • xrevrange

      io.vertx.redis.client.Response xrevrange(List<String> args)
      Deprecated.
    • xsetid

      io.vertx.redis.client.Response xsetid(String arg0, String arg1)
      Deprecated.
    • xtrim

      io.vertx.redis.client.Response xtrim(List<String> args)
      Deprecated.
    • zadd

      io.vertx.redis.client.Response zadd(List<String> args)
      Deprecated.
    • zcard

      io.vertx.redis.client.Response zcard(String arg0)
      Deprecated.
    • zcount

      io.vertx.redis.client.Response zcount(String arg0, String arg1, String arg2)
      Deprecated.
    • zincrby

      io.vertx.redis.client.Response zincrby(String arg0, String arg1, String arg2)
      Deprecated.
    • zinterstore

      io.vertx.redis.client.Response zinterstore(List<String> args)
      Deprecated.
    • zlexcount

      io.vertx.redis.client.Response zlexcount(String arg0, String arg1, String arg2)
      Deprecated.
    • zpopmax

      io.vertx.redis.client.Response zpopmax(List<String> args)
      Deprecated.
    • zpopmin

      io.vertx.redis.client.Response zpopmin(List<String> args)
      Deprecated.
    • zrange

      io.vertx.redis.client.Response zrange(List<String> args)
      Deprecated.
    • zrangebylex

      io.vertx.redis.client.Response zrangebylex(List<String> args)
      Deprecated.
    • zrangebyscore

      io.vertx.redis.client.Response zrangebyscore(List<String> args)
      Deprecated.
    • zrank

      io.vertx.redis.client.Response zrank(String arg0, String arg1)
      Deprecated.
    • zrem

      io.vertx.redis.client.Response zrem(List<String> args)
      Deprecated.
    • zremrangebylex

      io.vertx.redis.client.Response zremrangebylex(String arg0, String arg1, String arg2)
      Deprecated.
    • zremrangebyrank

      io.vertx.redis.client.Response zremrangebyrank(String arg0, String arg1, String arg2)
      Deprecated.
    • zremrangebyscore

      io.vertx.redis.client.Response zremrangebyscore(String arg0, String arg1, String arg2)
      Deprecated.
    • zrevrange

      io.vertx.redis.client.Response zrevrange(List<String> args)
      Deprecated.
    • zrevrangebylex

      io.vertx.redis.client.Response zrevrangebylex(List<String> args)
      Deprecated.
    • zrevrangebyscore

      io.vertx.redis.client.Response zrevrangebyscore(List<String> args)
      Deprecated.
    • zrevrank

      io.vertx.redis.client.Response zrevrank(String arg0, String arg1)
      Deprecated.
    • zscan

      io.vertx.redis.client.Response zscan(List<String> args)
      Deprecated.
    • zscore

      io.vertx.redis.client.Response zscore(String arg0, String arg1)
      Deprecated.
    • zunion

      io.vertx.redis.client.Response zunion(List<String> args)
      Deprecated.
    • zunionstore

      io.vertx.redis.client.Response zunionstore(List<String> args)
      Deprecated.