-
Fields Field Description io.vertx.redis.client.Command.BRPOPLPUSH since: 6.2.0, replaced by:BLMOVE
with theRIGHT
andLEFT
argumentsio.vertx.redis.client.Command.GEORADIUS since: 6.2.0, replaced by:GEOSEARCH
andGEOSEARCHSTORE
with theBYRADIUS
argumentio.vertx.redis.client.Command.GEORADIUS_RO since: 6.2.0, replaced by:GEOSEARCH
with theBYRADIUS
argumentio.vertx.redis.client.Command.GEORADIUSBYMEMBER since: 6.2.0, replaced by:GEOSEARCH
andGEOSEARCHSTORE
with theBYRADIUS
andFROMMEMBER
argumentsio.vertx.redis.client.Command.GEORADIUSBYMEMBER_RO since: 6.2.0, replaced by:GEOSEARCH
with theBYRADIUS
andFROMMEMBER
argumentsio.vertx.redis.client.Command.GETSET since: 6.2.0, replaced by:SET
with the!GET
argumentio.vertx.redis.client.Command.HMSET since: 4.0.0, replaced by:HSET
with multiple field-value pairsio.vertx.redis.client.Command.RPOPLPUSH since: 6.2.0, replaced by:LMOVE
with theRIGHT
andLEFT
argumentsio.vertx.redis.client.Command.SLAVEOF since: 5.0.0, replaced by:REPLICAOF
io.vertx.redis.client.Command.SUBSTR since: 2.0.0, replaced by:GETRANGE
io.vertx.redis.client.Command.ZRANGEBYLEX since: 6.2.0, replaced by:ZRANGE
with theBYLEX
argumentio.vertx.redis.client.Command.ZRANGEBYSCORE since: 6.2.0, replaced by:ZRANGE
with theBYSCORE
argumentio.vertx.redis.client.Command.ZREVRANGE since: 6.2.0, replaced by:ZRANGE
with theREV
argumentio.vertx.redis.client.Command.ZREVRANGEBYLEX since: 6.2.0, replaced by:ZRANGE
with theREV
andBYLEX
argumentsio.vertx.redis.client.Command.ZREVRANGEBYSCORE since: 6.2.0, replaced by:ZRANGE
with theREV
andBYSCORE
arguments
-
Methods Method Description io.vertx.redis.client.RedisAPI.brpoplpush(String, String, String) since: 6.2.0, replaced by:BLMOVE
with theRIGHT
andLEFT
argumentsio.vertx.redis.client.RedisAPI.georadius(List<String>) since: 6.2.0, replaced by:GEOSEARCH
andGEOSEARCHSTORE
with theBYRADIUS
argumentio.vertx.redis.client.RedisAPI.georadiusbymember(List<String>) since: 6.2.0, replaced by:GEOSEARCH
andGEOSEARCHSTORE
with theBYRADIUS
andFROMMEMBER
argumentsio.vertx.redis.client.RedisAPI.georadiusbymemberRo(List<String>) since: 6.2.0, replaced by:GEOSEARCH
with theBYRADIUS
andFROMMEMBER
argumentsio.vertx.redis.client.RedisAPI.georadiusRo(List<String>) since: 6.2.0, replaced by:GEOSEARCH
with theBYRADIUS
argumentio.vertx.redis.client.RedisAPI.getset(String, String) since: 6.2.0, replaced by:SET
with the!GET
argumentio.vertx.redis.client.RedisAPI.hmset(List<String>) since: 4.0.0, replaced by:HSET
with multiple field-value pairsio.vertx.redis.client.RedisAPI.rpoplpush(String, String) since: 6.2.0, replaced by:LMOVE
with theRIGHT
andLEFT
argumentsio.vertx.redis.client.RedisAPI.slaveof(String, String) since: 5.0.0, replaced by:REPLICAOF
io.vertx.redis.client.RedisAPI.substr(String, String, String) since: 2.0.0, replaced by:GETRANGE
io.vertx.redis.client.RedisAPI.zrangebylex(List<String>) since: 6.2.0, replaced by:ZRANGE
with theBYLEX
argumentio.vertx.redis.client.RedisAPI.zrangebyscore(List<String>) since: 6.2.0, replaced by:ZRANGE
with theBYSCORE
argumentio.vertx.redis.client.RedisAPI.zrevrange(List<String>) since: 6.2.0, replaced by:ZRANGE
with theREV
argumentio.vertx.redis.client.RedisAPI.zrevrangebylex(List<String>) since: 6.2.0, replaced by:ZRANGE
with theREV
andBYLEX
argumentsio.vertx.redis.client.RedisAPI.zrevrangebyscore(List<String>) since: 6.2.0, replaced by:ZRANGE
with theREV
andBYSCORE
arguments