Class InstrumentedPipeline
java.lang.Object
redis.clients.jedis.Queable
redis.clients.jedis.PipelineBase
redis.clients.jedis.MultiKeyPipelineBase
redis.clients.jedis.Pipeline
com.netflix.spinnaker.kork.jedis.telemetry.InstrumentedPipeline
- All Implemented Interfaces:
Closeable,AutoCloseable,redis.clients.jedis.commands.BasicRedisPipeline,redis.clients.jedis.commands.BinaryRedisPipeline,redis.clients.jedis.commands.BinaryScriptingCommandsPipeline,redis.clients.jedis.commands.ClusterPipeline,redis.clients.jedis.commands.MultiKeyBinaryRedisPipeline,redis.clients.jedis.commands.MultiKeyCommandsPipeline,redis.clients.jedis.commands.RedisPipeline,redis.clients.jedis.commands.ScriptingCommandsPipeline
public class InstrumentedPipeline
extends redis.clients.jedis.Pipeline
-
Field Summary
Fields inherited from class redis.clients.jedis.MultiKeyPipelineBase
client -
Constructor Summary
ConstructorsConstructorDescriptionInstrumentedPipeline(com.netflix.spectator.api.Registry registry, redis.clients.jedis.Pipeline delegated) InstrumentedPipeline(com.netflix.spectator.api.Registry registry, redis.clients.jedis.Pipeline delegated, String poolName) -
Method Summary
Modifier and TypeMethodDescriptionredis.clients.jedis.Response<Long>append(byte[] key, byte[] value) redis.clients.jedis.Response<Long>redis.clients.jedis.Response<String>redis.clients.jedis.Response<String>bgsave()redis.clients.jedis.Response<Long>bitcount(byte[] key) redis.clients.jedis.Response<Long>bitcount(byte[] key, long start, long end) redis.clients.jedis.Response<Long>redis.clients.jedis.Response<Long>bitfield(byte[] key, byte[]... elements) redis.clients.jedis.Response<Long>bitop(redis.clients.jedis.BitOP op, byte[] destKey, byte[]... srcKeys) redis.clients.jedis.Response<Long>redis.clients.jedis.Response<Long>bitpos(byte[] key, boolean value) redis.clients.jedis.Response<Long>bitpos(byte[] key, boolean value, redis.clients.jedis.BitPosParams params) redis.clients.jedis.Response<Long>redis.clients.jedis.Response<Long>redis.clients.jedis.Response<List<byte[]>>blpop(byte[] key) redis.clients.jedis.Response<List<byte[]>>blpop(byte[]... args) blpop(int timeout, byte[]... keys) redis.clients.jedis.Response<List<byte[]>>brpop(byte[] key) redis.clients.jedis.Response<List<byte[]>>brpop(byte[]... args) brpop(int timeout, byte[]... keys) redis.clients.jedis.Response<byte[]>brpoplpush(byte[] source, byte[] destination, int timeout) redis.clients.jedis.Response<String>brpoplpush(String source, String destination, int timeout) voidclear()voidclose()redis.clients.jedis.Response<String>clusterAddSlots(int... slots) redis.clients.jedis.Response<String>clusterDelSlots(int... slots) clusterGetKeysInSlot(int slot, int count) redis.clients.jedis.Response<String>redis.clients.jedis.Response<String>clusterMeet(String ip, int port) redis.clients.jedis.Response<String>redis.clients.jedis.Response<String>clusterSetSlotImporting(int slot, String nodeId) redis.clients.jedis.Response<String>clusterSetSlotMigrating(int slot, String nodeId) redis.clients.jedis.Response<String>clusterSetSlotNode(int slot, String nodeId) redis.clients.jedis.Response<String>redis.clients.jedis.Response<String>redis.clients.jedis.Response<Long>dbSize()redis.clients.jedis.Response<Long>decr(byte[] key) redis.clients.jedis.Response<Long>redis.clients.jedis.Response<Long>decrBy(byte[] key, long integer) redis.clients.jedis.Response<Long>redis.clients.jedis.Response<Long>del(byte[] key) redis.clients.jedis.Response<Long>del(byte[]... keys) redis.clients.jedis.Response<Long>redis.clients.jedis.Response<Long>redis.clients.jedis.Response<String>discard()redis.clients.jedis.Response<byte[]>dump(byte[] key) redis.clients.jedis.Response<byte[]>redis.clients.jedis.Response<byte[]>echo(byte[] string) redis.clients.jedis.Response<String>redis.clients.jedis.Response<Object>eval(byte[] script) redis.clients.jedis.Response<Object>eval(byte[] script, byte[] keyCount, byte[]... params) redis.clients.jedis.Response<Object>eval(byte[] script, int keyCount, byte[]... params) redis.clients.jedis.Response<Object>redis.clients.jedis.Response<Object>redis.clients.jedis.Response<Object>redis.clients.jedis.Response<Object>redis.clients.jedis.Response<Object>evalsha(byte[] sha1) redis.clients.jedis.Response<Object>evalsha(byte[] sha1, int keyCount, byte[]... params) redis.clients.jedis.Response<Object>redis.clients.jedis.Response<Object>redis.clients.jedis.Response<Object>redis.clients.jedis.Response<Object>exec()redis.clients.jedis.Response<Boolean>exists(byte[] key) redis.clients.jedis.Response<Long>exists(byte[]... keys) redis.clients.jedis.Response<Boolean>redis.clients.jedis.Response<Long>redis.clients.jedis.Response<Long>expire(byte[] key, int seconds) redis.clients.jedis.Response<Long>redis.clients.jedis.Response<Long>expireAt(byte[] key, long unixTime) redis.clients.jedis.Response<Long>redis.clients.jedis.Response<String>flushAll()redis.clients.jedis.Response<String>flushDB()redis.clients.jedis.Response<Long>geoadd(byte[] key, double longitude, double latitude, byte[] member) redis.clients.jedis.Response<Long>redis.clients.jedis.Response<Long>redis.clients.jedis.Response<Long>redis.clients.jedis.Response<Double>geodist(byte[] key, byte[] member1, byte[] member2) redis.clients.jedis.Response<Double>geodist(byte[] key, byte[] member1, byte[] member2, redis.clients.jedis.GeoUnit unit) redis.clients.jedis.Response<Double>redis.clients.jedis.Response<Double>redis.clients.jedis.Response<List<byte[]>>geohash(byte[] key, byte[]... members) redis.clients.jedis.Response<List<redis.clients.jedis.GeoCoordinate>>geopos(byte[] key, byte[]... members) redis.clients.jedis.Response<List<redis.clients.jedis.GeoCoordinate>>redis.clients.jedis.Response<List<redis.clients.jedis.GeoRadiusResponse>>georadius(byte[] key, double longitude, double latitude, double radius, redis.clients.jedis.GeoUnit unit) redis.clients.jedis.Response<List<redis.clients.jedis.GeoRadiusResponse>>georadius(byte[] key, double longitude, double latitude, double radius, redis.clients.jedis.GeoUnit unit, redis.clients.jedis.params.GeoRadiusParam param) redis.clients.jedis.Response<List<redis.clients.jedis.GeoRadiusResponse>>georadius(String key, double longitude, double latitude, double radius, redis.clients.jedis.GeoUnit unit) redis.clients.jedis.Response<List<redis.clients.jedis.GeoRadiusResponse>>georadius(String key, double longitude, double latitude, double radius, redis.clients.jedis.GeoUnit unit, redis.clients.jedis.params.GeoRadiusParam param) redis.clients.jedis.Response<List<redis.clients.jedis.GeoRadiusResponse>>georadiusByMember(byte[] key, byte[] member, double radius, redis.clients.jedis.GeoUnit unit) redis.clients.jedis.Response<List<redis.clients.jedis.GeoRadiusResponse>>georadiusByMember(byte[] key, byte[] member, double radius, redis.clients.jedis.GeoUnit unit, redis.clients.jedis.params.GeoRadiusParam param) redis.clients.jedis.Response<List<redis.clients.jedis.GeoRadiusResponse>>georadiusByMember(String key, String member, double radius, redis.clients.jedis.GeoUnit unit) redis.clients.jedis.Response<List<redis.clients.jedis.GeoRadiusResponse>>georadiusByMember(String key, String member, double radius, redis.clients.jedis.GeoUnit unit, redis.clients.jedis.params.GeoRadiusParam param) redis.clients.jedis.Response<byte[]>get(byte[] key) redis.clients.jedis.Response<String>redis.clients.jedis.Response<Boolean>getbit(byte[] key, long offset) redis.clients.jedis.Response<Boolean>redis.clients.jedis.Response<byte[]>getrange(byte[] key, long startOffset, long endOffset) redis.clients.jedis.Response<String>redis.clients.jedis.Response<byte[]>getSet(byte[] key, byte[] value) redis.clients.jedis.Response<String>redis.clients.jedis.Response<Long>hdel(byte[] key, byte[]... field) redis.clients.jedis.Response<Long>redis.clients.jedis.Response<Boolean>hexists(byte[] key, byte[] field) redis.clients.jedis.Response<Boolean>redis.clients.jedis.Response<byte[]>hget(byte[] key, byte[] field) redis.clients.jedis.Response<String>redis.clients.jedis.Response<Map<byte[],byte[]>> hgetAll(byte[] key) redis.clients.jedis.Response<Long>hincrBy(byte[] key, byte[] field, long value) redis.clients.jedis.Response<Long>redis.clients.jedis.Response<Double>hincrByFloat(byte[] key, byte[] field, double increment) redis.clients.jedis.Response<Double>hincrByFloat(String key, String field, double increment) redis.clients.jedis.Response<Set<byte[]>>hkeys(byte[] key) redis.clients.jedis.Response<Long>hlen(byte[] key) redis.clients.jedis.Response<Long>redis.clients.jedis.Response<List<byte[]>>hmget(byte[] key, byte[]... fields) redis.clients.jedis.Response<String>redis.clients.jedis.Response<String>redis.clients.jedis.Response<Long>hset(byte[] key, byte[] field, byte[] value) redis.clients.jedis.Response<Long>redis.clients.jedis.Response<Long>hsetnx(byte[] key, byte[] field, byte[] value) redis.clients.jedis.Response<Long>redis.clients.jedis.Response<List<byte[]>>hvals(byte[] key) redis.clients.jedis.Response<Long>incr(byte[] key) redis.clients.jedis.Response<Long>redis.clients.jedis.Response<Long>incrBy(byte[] key, long integer) redis.clients.jedis.Response<Long>redis.clients.jedis.Response<Double>incrByFloat(byte[] key, double increment) redis.clients.jedis.Response<Double>incrByFloat(String key, double increment) redis.clients.jedis.Response<String>info()redis.clients.jedis.Response<String>booleanredis.clients.jedis.Response<Set<byte[]>>keys(byte[] pattern) redis.clients.jedis.Response<Long>lastsave()redis.clients.jedis.Response<byte[]>lindex(byte[] key, long index) redis.clients.jedis.Response<String>redis.clients.jedis.Response<Long>llen(byte[] key) redis.clients.jedis.Response<Long>redis.clients.jedis.Response<byte[]>lpop(byte[] key) redis.clients.jedis.Response<String>redis.clients.jedis.Response<Long>lpush(byte[] key, byte[]... string) redis.clients.jedis.Response<Long>redis.clients.jedis.Response<Long>lpushx(byte[] key, byte[]... bytes) redis.clients.jedis.Response<Long>redis.clients.jedis.Response<List<byte[]>>lrange(byte[] key, long start, long end) redis.clients.jedis.Response<Long>lrem(byte[] key, long count, byte[] value) redis.clients.jedis.Response<Long>redis.clients.jedis.Response<String>lset(byte[] key, long index, byte[] value) redis.clients.jedis.Response<String>redis.clients.jedis.Response<String>ltrim(byte[] key, long start, long end) redis.clients.jedis.Response<String>redis.clients.jedis.Response<List<byte[]>>mget(byte[]... keys) redis.clients.jedis.Response<String>redis.clients.jedis.Response<String>redis.clients.jedis.Response<Long>move(byte[] key, int dbIndex) redis.clients.jedis.Response<Long>redis.clients.jedis.Response<String>mset(byte[]... keysvalues) redis.clients.jedis.Response<String>redis.clients.jedis.Response<Long>msetnx(byte[]... keysvalues) redis.clients.jedis.Response<Long>redis.clients.jedis.Response<String>multi()redis.clients.jedis.Response<byte[]>objectEncoding(byte[] key) redis.clients.jedis.Response<String>objectEncoding(String key) redis.clients.jedis.Response<Long>objectIdletime(byte[] key) redis.clients.jedis.Response<Long>objectIdletime(String key) redis.clients.jedis.Response<Long>objectRefcount(byte[] key) redis.clients.jedis.Response<Long>objectRefcount(String key) redis.clients.jedis.Response<Long>persist(byte[] key) redis.clients.jedis.Response<Long>redis.clients.jedis.Response<Long>pexpire(byte[] key, long milliseconds) redis.clients.jedis.Response<Long>redis.clients.jedis.Response<Long>pexpireAt(byte[] key, long millisecondsTimestamp) redis.clients.jedis.Response<Long>redis.clients.jedis.Response<Long>pfadd(byte[] key, byte[]... elements) redis.clients.jedis.Response<Long>redis.clients.jedis.Response<Long>pfcount(byte[] key) redis.clients.jedis.Response<Long>pfcount(byte[]... keys) redis.clients.jedis.Response<Long>redis.clients.jedis.Response<Long>redis.clients.jedis.Response<String>pfmerge(byte[] destkey, byte[]... sourcekeys) redis.clients.jedis.Response<String>redis.clients.jedis.Response<String>ping()redis.clients.jedis.Response<String>psetex(byte[] key, long milliseconds, byte[] value) redis.clients.jedis.Response<String>redis.clients.jedis.Response<Long>pttl(byte[] key) redis.clients.jedis.Response<Long>redis.clients.jedis.Response<Long>publish(byte[] channel, byte[] message) redis.clients.jedis.Response<Long>redis.clients.jedis.Response<String>redis.clients.jedis.Response<byte[]>redis.clients.jedis.Response<String>rename(byte[] oldkey, byte[] newkey) redis.clients.jedis.Response<String>redis.clients.jedis.Response<Long>renamenx(byte[] oldkey, byte[] newkey) redis.clients.jedis.Response<Long>redis.clients.jedis.Response<String>restore(byte[] key, int ttl, byte[] serializedValue) redis.clients.jedis.Response<String>redis.clients.jedis.Response<byte[]>rpop(byte[] key) redis.clients.jedis.Response<String>redis.clients.jedis.Response<byte[]>rpoplpush(byte[] srckey, byte[] dstkey) redis.clients.jedis.Response<String>redis.clients.jedis.Response<Long>rpush(byte[] key, byte[]... string) redis.clients.jedis.Response<Long>redis.clients.jedis.Response<Long>rpushx(byte[] key, byte[]... string) redis.clients.jedis.Response<Long>redis.clients.jedis.Response<Long>sadd(byte[] key, byte[]... member) redis.clients.jedis.Response<Long>redis.clients.jedis.Response<String>save()redis.clients.jedis.Response<Long>scard(byte[] key) redis.clients.jedis.Response<Long>redis.clients.jedis.Response<Set<byte[]>>sdiff(byte[]... keys) redis.clients.jedis.Response<Long>sdiffstore(byte[] dstkey, byte[]... keys) redis.clients.jedis.Response<Long>sdiffstore(String dstkey, String... keys) redis.clients.jedis.Response<String>select(int index) redis.clients.jedis.Response<String>set(byte[] key, byte[] value) redis.clients.jedis.Response<String>set(byte[] key, byte[] value, redis.clients.jedis.params.SetParams params) redis.clients.jedis.Response<String>redis.clients.jedis.Response<String>redis.clients.jedis.Response<Boolean>setbit(byte[] key, long offset, byte[] value) redis.clients.jedis.Response<Boolean>voidsetClient(redis.clients.jedis.Client client) redis.clients.jedis.Response<String>setex(byte[] key, int seconds, byte[] value) redis.clients.jedis.Response<String>redis.clients.jedis.Response<Long>setnx(byte[] key, byte[] value) redis.clients.jedis.Response<Long>redis.clients.jedis.Response<Long>setrange(byte[] key, long offset, byte[] value) redis.clients.jedis.Response<Long>redis.clients.jedis.Response<String>shutdown()redis.clients.jedis.Response<Set<byte[]>>sinter(byte[]... keys) redis.clients.jedis.Response<Long>sinterstore(byte[] dstkey, byte[]... keys) redis.clients.jedis.Response<Long>sinterstore(String dstkey, String... keys) redis.clients.jedis.Response<Boolean>sismember(byte[] key, byte[] member) redis.clients.jedis.Response<Boolean>redis.clients.jedis.Response<Set<byte[]>>smembers(byte[] key) redis.clients.jedis.Response<Long>smove(byte[] srckey, byte[] dstkey, byte[] member) redis.clients.jedis.Response<Long>redis.clients.jedis.Response<List<byte[]>>sort(byte[] key) redis.clients.jedis.Response<Long>sort(byte[] key, byte[] dstkey) redis.clients.jedis.Response<List<byte[]>>sort(byte[] key, redis.clients.jedis.SortingParams sortingParameters) redis.clients.jedis.Response<Long>sort(byte[] key, redis.clients.jedis.SortingParams sortingParameters, byte[] dstkey) redis.clients.jedis.Response<Long>redis.clients.jedis.Response<Long>redis.clients.jedis.Response<byte[]>spop(byte[] key) redis.clients.jedis.Response<Set<byte[]>>spop(byte[] key, long count) redis.clients.jedis.Response<String>redis.clients.jedis.Response<byte[]>srandmember(byte[] key) redis.clients.jedis.Response<List<byte[]>>srandmember(byte[] key, int count) redis.clients.jedis.Response<String>srandmember(String key) srandmember(String key, int count) redis.clients.jedis.Response<Long>srem(byte[] key, byte[]... member) redis.clients.jedis.Response<Long>redis.clients.jedis.Response<Long>strlen(byte[] key) redis.clients.jedis.Response<Long>redis.clients.jedis.Response<String>substr(byte[] key, int start, int end) redis.clients.jedis.Response<String>redis.clients.jedis.Response<Set<byte[]>>sunion(byte[]... keys) redis.clients.jedis.Response<Long>sunionstore(byte[] dstkey, byte[]... keys) redis.clients.jedis.Response<Long>sunionstore(String dstkey, String... keys) voidsync()time()redis.clients.jedis.Response<Long>ttl(byte[] key) redis.clients.jedis.Response<Long>redis.clients.jedis.Response<String>type(byte[] key) redis.clients.jedis.Response<String>redis.clients.jedis.Response<String>watch(byte[]... keys) redis.clients.jedis.Response<String>redis.clients.jedis.Response<Long>zadd(byte[] key, double score, byte[] member) redis.clients.jedis.Response<Long>zadd(byte[] key, double score, byte[] member, redis.clients.jedis.params.ZAddParams params) redis.clients.jedis.Response<Long>redis.clients.jedis.Response<Long>redis.clients.jedis.Response<Long>redis.clients.jedis.Response<Long>redis.clients.jedis.Response<Long>redis.clients.jedis.Response<Long>redis.clients.jedis.Response<Long>zcard(byte[] key) redis.clients.jedis.Response<Long>redis.clients.jedis.Response<Long>zcount(byte[] key, byte[] min, byte[] max) redis.clients.jedis.Response<Long>zcount(byte[] key, double min, double max) redis.clients.jedis.Response<Long>redis.clients.jedis.Response<Long>redis.clients.jedis.Response<Double>zincrby(byte[] key, double score, byte[] member) redis.clients.jedis.Response<Double>zincrby(byte[] key, double score, byte[] member, redis.clients.jedis.params.ZIncrByParams params) redis.clients.jedis.Response<Double>redis.clients.jedis.Response<Double>redis.clients.jedis.Response<Long>zinterstore(byte[] dstkey, byte[]... sets) redis.clients.jedis.Response<Long>zinterstore(byte[] dstkey, redis.clients.jedis.ZParams params, byte[]... sets) redis.clients.jedis.Response<Long>zinterstore(String dstkey, String... sets) redis.clients.jedis.Response<Long>zinterstore(String dstkey, redis.clients.jedis.ZParams params, String... sets) redis.clients.jedis.Response<Long>zlexcount(byte[] key, byte[] min, byte[] max) redis.clients.jedis.Response<Long>redis.clients.jedis.Response<Set<byte[]>>zrange(byte[] key, long start, long end) redis.clients.jedis.Response<Set<byte[]>>zrangeByLex(byte[] key, byte[] min, byte[] max) redis.clients.jedis.Response<Set<byte[]>>zrangeByLex(byte[] key, byte[] min, byte[] max, int offset, int count) zrangeByLex(String key, String min, String max) zrangeByLex(String key, String min, String max, int offset, int count) redis.clients.jedis.Response<Set<byte[]>>zrangeByScore(byte[] key, byte[] min, byte[] max) redis.clients.jedis.Response<Set<byte[]>>zrangeByScore(byte[] key, byte[] min, byte[] max, int offset, int count) redis.clients.jedis.Response<Set<byte[]>>zrangeByScore(byte[] key, double min, double max) redis.clients.jedis.Response<Set<byte[]>>zrangeByScore(byte[] key, double min, double max, int offset, int count) zrangeByScore(String key, double min, double max) zrangeByScore(String key, double min, double max, int offset, int count) zrangeByScore(String key, String min, String max) zrangeByScore(String key, String min, String max, int offset, int count) redis.clients.jedis.Response<Set<redis.clients.jedis.Tuple>>zrangeByScoreWithScores(byte[] key, byte[] min, byte[] max) redis.clients.jedis.Response<Set<redis.clients.jedis.Tuple>>zrangeByScoreWithScores(byte[] key, byte[] min, byte[] max, int offset, int count) redis.clients.jedis.Response<Set<redis.clients.jedis.Tuple>>zrangeByScoreWithScores(byte[] key, double min, double max) redis.clients.jedis.Response<Set<redis.clients.jedis.Tuple>>zrangeByScoreWithScores(byte[] key, double min, double max, int offset, int count) redis.clients.jedis.Response<Set<redis.clients.jedis.Tuple>>zrangeByScoreWithScores(String key, double min, double max) redis.clients.jedis.Response<Set<redis.clients.jedis.Tuple>>zrangeByScoreWithScores(String key, double min, double max, int offset, int count) redis.clients.jedis.Response<Set<redis.clients.jedis.Tuple>>zrangeByScoreWithScores(String key, String min, String max) redis.clients.jedis.Response<Set<redis.clients.jedis.Tuple>>zrangeByScoreWithScores(String key, String min, String max, int offset, int count) redis.clients.jedis.Response<Set<redis.clients.jedis.Tuple>>zrangeWithScores(byte[] key, long start, long end) redis.clients.jedis.Response<Set<redis.clients.jedis.Tuple>>zrangeWithScores(String key, long start, long end) redis.clients.jedis.Response<Long>zrank(byte[] key, byte[] member) redis.clients.jedis.Response<Long>redis.clients.jedis.Response<Long>zrem(byte[] key, byte[]... member) redis.clients.jedis.Response<Long>redis.clients.jedis.Response<Long>zremrangeByLex(byte[] key, byte[] min, byte[] max) redis.clients.jedis.Response<Long>zremrangeByLex(String key, String min, String max) redis.clients.jedis.Response<Long>zremrangeByRank(byte[] key, long start, long end) redis.clients.jedis.Response<Long>zremrangeByRank(String key, long start, long end) redis.clients.jedis.Response<Long>zremrangeByScore(byte[] key, byte[] start, byte[] end) redis.clients.jedis.Response<Long>zremrangeByScore(byte[] key, double start, double end) redis.clients.jedis.Response<Long>zremrangeByScore(String key, double start, double end) redis.clients.jedis.Response<Long>zremrangeByScore(String key, String start, String end) redis.clients.jedis.Response<Set<byte[]>>zrevrange(byte[] key, long start, long end) redis.clients.jedis.Response<Set<byte[]>>zrevrangeByLex(byte[] key, byte[] max, byte[] min) redis.clients.jedis.Response<Set<byte[]>>zrevrangeByLex(byte[] key, byte[] max, byte[] min, int offset, int count) zrevrangeByLex(String key, String max, String min) zrevrangeByLex(String key, String max, String min, int offset, int count) redis.clients.jedis.Response<Set<byte[]>>zrevrangeByScore(byte[] key, byte[] max, byte[] min) redis.clients.jedis.Response<Set<byte[]>>zrevrangeByScore(byte[] key, byte[] max, byte[] min, int offset, int count) redis.clients.jedis.Response<Set<byte[]>>zrevrangeByScore(byte[] key, double max, double min) redis.clients.jedis.Response<Set<byte[]>>zrevrangeByScore(byte[] key, double max, double min, int offset, int count) zrevrangeByScore(String key, double max, double min) zrevrangeByScore(String key, double max, double min, int offset, int count) zrevrangeByScore(String key, String max, String min) zrevrangeByScore(String key, String max, String min, int offset, int count) redis.clients.jedis.Response<Set<redis.clients.jedis.Tuple>>zrevrangeByScoreWithScores(byte[] key, byte[] max, byte[] min) redis.clients.jedis.Response<Set<redis.clients.jedis.Tuple>>zrevrangeByScoreWithScores(byte[] key, byte[] max, byte[] min, int offset, int count) redis.clients.jedis.Response<Set<redis.clients.jedis.Tuple>>zrevrangeByScoreWithScores(byte[] key, double max, double min) redis.clients.jedis.Response<Set<redis.clients.jedis.Tuple>>zrevrangeByScoreWithScores(byte[] key, double max, double min, int offset, int count) redis.clients.jedis.Response<Set<redis.clients.jedis.Tuple>>zrevrangeByScoreWithScores(String key, double max, double min) redis.clients.jedis.Response<Set<redis.clients.jedis.Tuple>>zrevrangeByScoreWithScores(String key, double max, double min, int offset, int count) redis.clients.jedis.Response<Set<redis.clients.jedis.Tuple>>zrevrangeByScoreWithScores(String key, String max, String min) redis.clients.jedis.Response<Set<redis.clients.jedis.Tuple>>zrevrangeByScoreWithScores(String key, String max, String min, int offset, int count) redis.clients.jedis.Response<Set<redis.clients.jedis.Tuple>>zrevrangeWithScores(byte[] key, long start, long end) redis.clients.jedis.Response<Set<redis.clients.jedis.Tuple>>zrevrangeWithScores(String key, long start, long end) redis.clients.jedis.Response<Long>zrevrank(byte[] key, byte[] member) redis.clients.jedis.Response<Long>redis.clients.jedis.Response<Double>zscore(byte[] key, byte[] member) redis.clients.jedis.Response<Double>redis.clients.jedis.Response<Long>zunionstore(byte[] dstkey, byte[]... sets) redis.clients.jedis.Response<Long>zunionstore(byte[] dstkey, redis.clients.jedis.ZParams params, byte[]... sets) redis.clients.jedis.Response<Long>zunionstore(String dstkey, String... sets) redis.clients.jedis.Response<Long>zunionstore(String dstkey, redis.clients.jedis.ZParams params, String... sets) Methods inherited from class redis.clients.jedis.Pipeline
getClient, getClient, getResponse, waitReplicasMethods inherited from class redis.clients.jedis.MultiKeyPipelineBase
blmove, blmove, blpop, blpop, brpop, brpop, bzpopmax, bzpopmax, bzpopmin, bzpopmin, copy, copy, copy, copy, flushAll, flushDB, georadiusByMemberStore, georadiusByMemberStore, georadiusStore, georadiusStore, lmove, lmove, migrate, migrate, moduleList, moduleLoad, moduleUnload, sendCommand, sendCommand, strAlgoLCSKeys, strAlgoLCSKeys, swapDB, touch, touch, unlink, unlink, unwatch, xread, xread, xread, xread, xreadGroup, xreadGroup, xreadGroup, xreadGroup, zdiff, zdiff, zdiffStore, zdiffStore, zdiffWithScores, zdiffWithScores, zinter, zinter, zinterWithScores, zinterWithScores, zunion, zunion, zunionWithScores, zunionWithScoresMethods inherited from class redis.clients.jedis.PipelineBase
bitfieldReadonly, bitfieldReadonly, expire, expire, geoadd, geoadd, georadiusByMemberReadonly, georadiusByMemberReadonly, georadiusByMemberReadonly, georadiusByMemberReadonly, georadiusReadonly, georadiusReadonly, georadiusReadonly, georadiusReadonly, getDel, getDel, getEx, getEx, hrandfield, hrandfield, hrandfield, hrandfield, hrandfieldWithValues, hrandfieldWithValues, hset, hset, hstrlen, hstrlen, linsert, linsert, lpop, lpop, lpos, lpos, lpos, lpos, lpos, lpos, objectFreq, objectFreq, restore, restore, restore, restore, restoreReplace, restoreReplace, rpop, rpop, sendCommand, sendCommand, setex, setex, smismember, smismember, strAlgoLCSStrings, strAlgoLCSStrings, touch, touch, unlink, unlink, xack, xack, xadd, xadd, xadd, xadd, xadd, xadd, xautoclaim, xautoclaim, xautoclaimJustId, xautoclaimJustId, xclaim, xclaim, xclaim, xclaim, xclaimJustId, xclaimJustId, xdel, xdel, xgroupCreate, xgroupCreate, xgroupDelConsumer, xgroupDelConsumer, xgroupDestroy, xgroupDestroy, xgroupSetID, xgroupSetID, xlen, xlen, xpending, xpending, xpending, xpending, xpending, xpending, xpendingBinary, xrange, xrange, xrange, xrange, xrevrange, xrevrange, xrevrange, xrevrange, xtrim, xtrim, xtrim, xtrim, zaddIncr, zaddIncr, zmscore, zmscore, zpopmax, zpopmax, zpopmax, zpopmax, zpopmin, zpopmin, zpopmin, zpopmin, zrandmember, zrandmember, zrandmember, zrandmember, zrandmemberWithScores, zrandmemberWithScoresMethods inherited from class redis.clients.jedis.Queable
clean, enqueResponse, generateResponse, getPipelinedResponseLength, hasPipelinedResponseMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface redis.clients.jedis.commands.BinaryRedisPipeline
restoreReplaceMethods inherited from interface redis.clients.jedis.commands.RedisPipeline
restoreReplace
-
Constructor Details
-
InstrumentedPipeline
public InstrumentedPipeline(com.netflix.spectator.api.Registry registry, redis.clients.jedis.Pipeline delegated) -
InstrumentedPipeline
public InstrumentedPipeline(com.netflix.spectator.api.Registry registry, redis.clients.jedis.Pipeline delegated, String poolName)
-
-
Method Details
-
setClient
public void setClient(redis.clients.jedis.Client client) - Overrides:
setClientin classredis.clients.jedis.Pipeline
-
clear
public void clear()- Overrides:
clearin classredis.clients.jedis.Pipeline
-
isInMulti
public boolean isInMulti()- Overrides:
isInMultiin classredis.clients.jedis.Pipeline
-
sync
public void sync()- Overrides:
syncin classredis.clients.jedis.Pipeline
-
syncAndReturnAll
- Overrides:
syncAndReturnAllin classredis.clients.jedis.Pipeline
-
discard
- Overrides:
discardin classredis.clients.jedis.Pipeline
-
exec
- Overrides:
execin classredis.clients.jedis.Pipeline
-
multi
- Overrides:
multiin classredis.clients.jedis.Pipeline
-
close
public void close()- Specified by:
closein interfaceAutoCloseable- Specified by:
closein interfaceCloseable- Overrides:
closein classredis.clients.jedis.Pipeline
-
brpop
- Specified by:
brpopin interfaceredis.clients.jedis.commands.MultiKeyCommandsPipeline- Overrides:
brpopin classredis.clients.jedis.MultiKeyPipelineBase
-
brpop
- Specified by:
brpopin interfaceredis.clients.jedis.commands.MultiKeyCommandsPipeline- Overrides:
brpopin classredis.clients.jedis.MultiKeyPipelineBase
-
blpop
- Specified by:
blpopin interfaceredis.clients.jedis.commands.MultiKeyCommandsPipeline- Overrides:
blpopin classredis.clients.jedis.MultiKeyPipelineBase
-
blpop
- Specified by:
blpopin interfaceredis.clients.jedis.commands.MultiKeyCommandsPipeline- Overrides:
blpopin classredis.clients.jedis.MultiKeyPipelineBase
-
blpopMap
- Overrides:
blpopMapin classredis.clients.jedis.MultiKeyPipelineBase
-
brpop
- Specified by:
brpopin interfaceredis.clients.jedis.commands.MultiKeyBinaryRedisPipeline- Overrides:
brpopin classredis.clients.jedis.MultiKeyPipelineBase
-
brpop
- Overrides:
brpopin classredis.clients.jedis.MultiKeyPipelineBase
-
brpopMap
- Overrides:
brpopMapin classredis.clients.jedis.MultiKeyPipelineBase
-
blpop
- Specified by:
blpopin interfaceredis.clients.jedis.commands.MultiKeyBinaryRedisPipeline- Overrides:
blpopin classredis.clients.jedis.MultiKeyPipelineBase
-
blpop
- Overrides:
blpopin classredis.clients.jedis.MultiKeyPipelineBase
-
del
- Specified by:
delin interfaceredis.clients.jedis.commands.MultiKeyCommandsPipeline- Overrides:
delin classredis.clients.jedis.MultiKeyPipelineBase
-
del
- Specified by:
delin interfaceredis.clients.jedis.commands.MultiKeyBinaryRedisPipeline- Overrides:
delin classredis.clients.jedis.MultiKeyPipelineBase
-
exists
- Specified by:
existsin interfaceredis.clients.jedis.commands.MultiKeyCommandsPipeline- Overrides:
existsin classredis.clients.jedis.MultiKeyPipelineBase
-
exists
- Specified by:
existsin interfaceredis.clients.jedis.commands.MultiKeyBinaryRedisPipeline- Overrides:
existsin classredis.clients.jedis.MultiKeyPipelineBase
-
keys
- Specified by:
keysin interfaceredis.clients.jedis.commands.MultiKeyCommandsPipeline- Overrides:
keysin classredis.clients.jedis.MultiKeyPipelineBase
-
keys
- Specified by:
keysin interfaceredis.clients.jedis.commands.MultiKeyBinaryRedisPipeline- Overrides:
keysin classredis.clients.jedis.MultiKeyPipelineBase
-
mget
- Specified by:
mgetin interfaceredis.clients.jedis.commands.MultiKeyCommandsPipeline- Overrides:
mgetin classredis.clients.jedis.MultiKeyPipelineBase
-
mget
- Specified by:
mgetin interfaceredis.clients.jedis.commands.MultiKeyBinaryRedisPipeline- Overrides:
mgetin classredis.clients.jedis.MultiKeyPipelineBase
-
mset
- Specified by:
msetin interfaceredis.clients.jedis.commands.MultiKeyCommandsPipeline- Overrides:
msetin classredis.clients.jedis.MultiKeyPipelineBase
-
mset
- Specified by:
msetin interfaceredis.clients.jedis.commands.MultiKeyBinaryRedisPipeline- Overrides:
msetin classredis.clients.jedis.MultiKeyPipelineBase
-
msetnx
- Specified by:
msetnxin interfaceredis.clients.jedis.commands.MultiKeyCommandsPipeline- Overrides:
msetnxin classredis.clients.jedis.MultiKeyPipelineBase
-
msetnx
- Specified by:
msetnxin interfaceredis.clients.jedis.commands.MultiKeyBinaryRedisPipeline- Overrides:
msetnxin classredis.clients.jedis.MultiKeyPipelineBase
-
rename
- Specified by:
renamein interfaceredis.clients.jedis.commands.MultiKeyCommandsPipeline- Overrides:
renamein classredis.clients.jedis.MultiKeyPipelineBase
-
rename
- Specified by:
renamein interfaceredis.clients.jedis.commands.MultiKeyBinaryRedisPipeline- Overrides:
renamein classredis.clients.jedis.MultiKeyPipelineBase
-
renamenx
- Specified by:
renamenxin interfaceredis.clients.jedis.commands.MultiKeyCommandsPipeline- Overrides:
renamenxin classredis.clients.jedis.MultiKeyPipelineBase
-
renamenx
- Specified by:
renamenxin interfaceredis.clients.jedis.commands.MultiKeyBinaryRedisPipeline- Overrides:
renamenxin classredis.clients.jedis.MultiKeyPipelineBase
-
rpoplpush
- Specified by:
rpoplpushin interfaceredis.clients.jedis.commands.MultiKeyCommandsPipeline- Overrides:
rpoplpushin classredis.clients.jedis.MultiKeyPipelineBase
-
rpoplpush
public redis.clients.jedis.Response<byte[]> rpoplpush(byte[] srckey, byte[] dstkey) - Specified by:
rpoplpushin interfaceredis.clients.jedis.commands.MultiKeyBinaryRedisPipeline- Overrides:
rpoplpushin classredis.clients.jedis.MultiKeyPipelineBase
-
sdiff
- Specified by:
sdiffin interfaceredis.clients.jedis.commands.MultiKeyCommandsPipeline- Overrides:
sdiffin classredis.clients.jedis.MultiKeyPipelineBase
-
sdiff
- Specified by:
sdiffin interfaceredis.clients.jedis.commands.MultiKeyBinaryRedisPipeline- Overrides:
sdiffin classredis.clients.jedis.MultiKeyPipelineBase
-
sdiffstore
- Specified by:
sdiffstorein interfaceredis.clients.jedis.commands.MultiKeyCommandsPipeline- Overrides:
sdiffstorein classredis.clients.jedis.MultiKeyPipelineBase
-
sdiffstore
- Specified by:
sdiffstorein interfaceredis.clients.jedis.commands.MultiKeyBinaryRedisPipeline- Overrides:
sdiffstorein classredis.clients.jedis.MultiKeyPipelineBase
-
sinter
- Specified by:
sinterin interfaceredis.clients.jedis.commands.MultiKeyCommandsPipeline- Overrides:
sinterin classredis.clients.jedis.MultiKeyPipelineBase
-
sinter
- Specified by:
sinterin interfaceredis.clients.jedis.commands.MultiKeyBinaryRedisPipeline- Overrides:
sinterin classredis.clients.jedis.MultiKeyPipelineBase
-
sinterstore
- Specified by:
sinterstorein interfaceredis.clients.jedis.commands.MultiKeyCommandsPipeline- Overrides:
sinterstorein classredis.clients.jedis.MultiKeyPipelineBase
-
sinterstore
- Specified by:
sinterstorein interfaceredis.clients.jedis.commands.MultiKeyBinaryRedisPipeline- Overrides:
sinterstorein classredis.clients.jedis.MultiKeyPipelineBase
-
smove
- Specified by:
smovein interfaceredis.clients.jedis.commands.MultiKeyCommandsPipeline- Overrides:
smovein classredis.clients.jedis.MultiKeyPipelineBase
-
smove
- Specified by:
smovein interfaceredis.clients.jedis.commands.MultiKeyBinaryRedisPipeline- Overrides:
smovein classredis.clients.jedis.MultiKeyPipelineBase
-
sort
public redis.clients.jedis.Response<Long> sort(String key, redis.clients.jedis.SortingParams sortingParameters, String dstkey) - Specified by:
sortin interfaceredis.clients.jedis.commands.MultiKeyCommandsPipeline- Overrides:
sortin classredis.clients.jedis.MultiKeyPipelineBase
-
sort
public redis.clients.jedis.Response<Long> sort(byte[] key, redis.clients.jedis.SortingParams sortingParameters, byte[] dstkey) - Specified by:
sortin interfaceredis.clients.jedis.commands.MultiKeyBinaryRedisPipeline- Overrides:
sortin classredis.clients.jedis.MultiKeyPipelineBase
-
sort
- Specified by:
sortin interfaceredis.clients.jedis.commands.MultiKeyCommandsPipeline- Overrides:
sortin classredis.clients.jedis.MultiKeyPipelineBase
-
sort
- Specified by:
sortin interfaceredis.clients.jedis.commands.MultiKeyBinaryRedisPipeline- Overrides:
sortin classredis.clients.jedis.MultiKeyPipelineBase
-
sunion
- Specified by:
sunionin interfaceredis.clients.jedis.commands.MultiKeyCommandsPipeline- Overrides:
sunionin classredis.clients.jedis.MultiKeyPipelineBase
-
sunion
- Specified by:
sunionin interfaceredis.clients.jedis.commands.MultiKeyBinaryRedisPipeline- Overrides:
sunionin classredis.clients.jedis.MultiKeyPipelineBase
-
sunionstore
- Specified by:
sunionstorein interfaceredis.clients.jedis.commands.MultiKeyCommandsPipeline- Overrides:
sunionstorein classredis.clients.jedis.MultiKeyPipelineBase
-
sunionstore
- Specified by:
sunionstorein interfaceredis.clients.jedis.commands.MultiKeyBinaryRedisPipeline- Overrides:
sunionstorein classredis.clients.jedis.MultiKeyPipelineBase
-
watch
- Specified by:
watchin interfaceredis.clients.jedis.commands.MultiKeyCommandsPipeline- Overrides:
watchin classredis.clients.jedis.MultiKeyPipelineBase
-
watch
- Specified by:
watchin interfaceredis.clients.jedis.commands.MultiKeyBinaryRedisPipeline- Overrides:
watchin classredis.clients.jedis.MultiKeyPipelineBase
-
zinterstore
- Specified by:
zinterstorein interfaceredis.clients.jedis.commands.MultiKeyCommandsPipeline- Overrides:
zinterstorein classredis.clients.jedis.MultiKeyPipelineBase
-
zinterstore
- Specified by:
zinterstorein interfaceredis.clients.jedis.commands.MultiKeyBinaryRedisPipeline- Overrides:
zinterstorein classredis.clients.jedis.MultiKeyPipelineBase
-
zinterstore
public redis.clients.jedis.Response<Long> zinterstore(String dstkey, redis.clients.jedis.ZParams params, String... sets) - Specified by:
zinterstorein interfaceredis.clients.jedis.commands.MultiKeyCommandsPipeline- Overrides:
zinterstorein classredis.clients.jedis.MultiKeyPipelineBase
-
zinterstore
public redis.clients.jedis.Response<Long> zinterstore(byte[] dstkey, redis.clients.jedis.ZParams params, byte[]... sets) - Specified by:
zinterstorein interfaceredis.clients.jedis.commands.MultiKeyBinaryRedisPipeline- Overrides:
zinterstorein classredis.clients.jedis.MultiKeyPipelineBase
-
zunionstore
- Specified by:
zunionstorein interfaceredis.clients.jedis.commands.MultiKeyCommandsPipeline- Overrides:
zunionstorein classredis.clients.jedis.MultiKeyPipelineBase
-
zunionstore
- Specified by:
zunionstorein interfaceredis.clients.jedis.commands.MultiKeyBinaryRedisPipeline- Overrides:
zunionstorein classredis.clients.jedis.MultiKeyPipelineBase
-
zunionstore
public redis.clients.jedis.Response<Long> zunionstore(String dstkey, redis.clients.jedis.ZParams params, String... sets) - Specified by:
zunionstorein interfaceredis.clients.jedis.commands.MultiKeyCommandsPipeline- Overrides:
zunionstorein classredis.clients.jedis.MultiKeyPipelineBase
-
zunionstore
public redis.clients.jedis.Response<Long> zunionstore(byte[] dstkey, redis.clients.jedis.ZParams params, byte[]... sets) - Specified by:
zunionstorein interfaceredis.clients.jedis.commands.MultiKeyBinaryRedisPipeline- Overrides:
zunionstorein classredis.clients.jedis.MultiKeyPipelineBase
-
bgrewriteaof
- Specified by:
bgrewriteaofin interfaceredis.clients.jedis.commands.BasicRedisPipeline- Overrides:
bgrewriteaofin classredis.clients.jedis.MultiKeyPipelineBase
-
bgsave
- Specified by:
bgsavein interfaceredis.clients.jedis.commands.BasicRedisPipeline- Overrides:
bgsavein classredis.clients.jedis.MultiKeyPipelineBase
-
configGet
- Specified by:
configGetin interfaceredis.clients.jedis.commands.BasicRedisPipeline- Overrides:
configGetin classredis.clients.jedis.MultiKeyPipelineBase
-
configSet
- Specified by:
configSetin interfaceredis.clients.jedis.commands.BasicRedisPipeline- Overrides:
configSetin classredis.clients.jedis.MultiKeyPipelineBase
-
brpoplpush
public redis.clients.jedis.Response<String> brpoplpush(String source, String destination, int timeout) - Specified by:
brpoplpushin interfaceredis.clients.jedis.commands.MultiKeyCommandsPipeline- Overrides:
brpoplpushin classredis.clients.jedis.MultiKeyPipelineBase
-
brpoplpush
public redis.clients.jedis.Response<byte[]> brpoplpush(byte[] source, byte[] destination, int timeout) - Specified by:
brpoplpushin interfaceredis.clients.jedis.commands.MultiKeyBinaryRedisPipeline- Overrides:
brpoplpushin classredis.clients.jedis.MultiKeyPipelineBase
-
configResetStat
- Specified by:
configResetStatin interfaceredis.clients.jedis.commands.BasicRedisPipeline- Overrides:
configResetStatin classredis.clients.jedis.MultiKeyPipelineBase
-
save
- Specified by:
savein interfaceredis.clients.jedis.commands.BasicRedisPipeline- Overrides:
savein classredis.clients.jedis.MultiKeyPipelineBase
-
lastsave
- Specified by:
lastsavein interfaceredis.clients.jedis.commands.BasicRedisPipeline- Overrides:
lastsavein classredis.clients.jedis.MultiKeyPipelineBase
-
publish
- Specified by:
publishin interfaceredis.clients.jedis.commands.MultiKeyCommandsPipeline- Overrides:
publishin classredis.clients.jedis.MultiKeyPipelineBase
-
publish
- Specified by:
publishin interfaceredis.clients.jedis.commands.MultiKeyBinaryRedisPipeline- Overrides:
publishin classredis.clients.jedis.MultiKeyPipelineBase
-
randomKey
- Specified by:
randomKeyin interfaceredis.clients.jedis.commands.MultiKeyCommandsPipeline- Overrides:
randomKeyin classredis.clients.jedis.MultiKeyPipelineBase
-
randomKeyBinary
public redis.clients.jedis.Response<byte[]> randomKeyBinary()- Specified by:
randomKeyBinaryin interfaceredis.clients.jedis.commands.MultiKeyBinaryRedisPipeline- Overrides:
randomKeyBinaryin classredis.clients.jedis.MultiKeyPipelineBase
-
flushDB
- Specified by:
flushDBin interfaceredis.clients.jedis.commands.BasicRedisPipeline- Overrides:
flushDBin classredis.clients.jedis.MultiKeyPipelineBase
-
flushAll
- Specified by:
flushAllin interfaceredis.clients.jedis.commands.BasicRedisPipeline- Overrides:
flushAllin classredis.clients.jedis.MultiKeyPipelineBase
-
info
- Specified by:
infoin interfaceredis.clients.jedis.commands.BasicRedisPipeline- Overrides:
infoin classredis.clients.jedis.MultiKeyPipelineBase
-
info
- Overrides:
infoin classredis.clients.jedis.MultiKeyPipelineBase
-
time
- Specified by:
timein interfaceredis.clients.jedis.commands.BasicRedisPipeline- Overrides:
timein classredis.clients.jedis.MultiKeyPipelineBase
-
dbSize
- Specified by:
dbSizein interfaceredis.clients.jedis.commands.BasicRedisPipeline- Overrides:
dbSizein classredis.clients.jedis.MultiKeyPipelineBase
-
shutdown
- Specified by:
shutdownin interfaceredis.clients.jedis.commands.BasicRedisPipeline- Overrides:
shutdownin classredis.clients.jedis.MultiKeyPipelineBase
-
ping
- Specified by:
pingin interfaceredis.clients.jedis.commands.BasicRedisPipeline- Overrides:
pingin classredis.clients.jedis.MultiKeyPipelineBase
-
select
- Specified by:
selectin interfaceredis.clients.jedis.commands.BasicRedisPipeline- Overrides:
selectin classredis.clients.jedis.MultiKeyPipelineBase
-
bitop
public redis.clients.jedis.Response<Long> bitop(redis.clients.jedis.BitOP op, byte[] destKey, byte[]... srcKeys) - Specified by:
bitopin interfaceredis.clients.jedis.commands.MultiKeyBinaryRedisPipeline- Overrides:
bitopin classredis.clients.jedis.MultiKeyPipelineBase
-
bitop
public redis.clients.jedis.Response<Long> bitop(redis.clients.jedis.BitOP op, String destKey, String... srcKeys) - Specified by:
bitopin interfaceredis.clients.jedis.commands.MultiKeyCommandsPipeline- Overrides:
bitopin classredis.clients.jedis.MultiKeyPipelineBase
-
clusterNodes
- Specified by:
clusterNodesin interfaceredis.clients.jedis.commands.ClusterPipeline- Overrides:
clusterNodesin classredis.clients.jedis.MultiKeyPipelineBase
-
clusterMeet
- Specified by:
clusterMeetin interfaceredis.clients.jedis.commands.ClusterPipeline- Overrides:
clusterMeetin classredis.clients.jedis.MultiKeyPipelineBase
-
clusterAddSlots
- Specified by:
clusterAddSlotsin interfaceredis.clients.jedis.commands.ClusterPipeline- Overrides:
clusterAddSlotsin classredis.clients.jedis.MultiKeyPipelineBase
-
clusterDelSlots
- Specified by:
clusterDelSlotsin interfaceredis.clients.jedis.commands.ClusterPipeline- Overrides:
clusterDelSlotsin classredis.clients.jedis.MultiKeyPipelineBase
-
clusterInfo
- Specified by:
clusterInfoin interfaceredis.clients.jedis.commands.ClusterPipeline- Overrides:
clusterInfoin classredis.clients.jedis.MultiKeyPipelineBase
-
clusterGetKeysInSlot
- Specified by:
clusterGetKeysInSlotin interfaceredis.clients.jedis.commands.ClusterPipeline- Overrides:
clusterGetKeysInSlotin classredis.clients.jedis.MultiKeyPipelineBase
-
clusterSetSlotNode
- Specified by:
clusterSetSlotNodein interfaceredis.clients.jedis.commands.ClusterPipeline- Overrides:
clusterSetSlotNodein classredis.clients.jedis.MultiKeyPipelineBase
-
clusterSetSlotMigrating
- Specified by:
clusterSetSlotMigratingin interfaceredis.clients.jedis.commands.ClusterPipeline- Overrides:
clusterSetSlotMigratingin classredis.clients.jedis.MultiKeyPipelineBase
-
clusterSetSlotImporting
- Specified by:
clusterSetSlotImportingin interfaceredis.clients.jedis.commands.ClusterPipeline- Overrides:
clusterSetSlotImportingin classredis.clients.jedis.MultiKeyPipelineBase
-
eval
- Specified by:
evalin interfaceredis.clients.jedis.commands.BinaryScriptingCommandsPipeline- Overrides:
evalin classredis.clients.jedis.MultiKeyPipelineBase
-
eval
- Specified by:
evalin interfaceredis.clients.jedis.commands.BinaryScriptingCommandsPipeline- Overrides:
evalin classredis.clients.jedis.MultiKeyPipelineBase
-
eval
public redis.clients.jedis.Response<Object> eval(byte[] script, List<byte[]> keys, List<byte[]> args) - Specified by:
evalin interfaceredis.clients.jedis.commands.BinaryScriptingCommandsPipeline- Overrides:
evalin classredis.clients.jedis.MultiKeyPipelineBase
-
eval
- Specified by:
evalin interfaceredis.clients.jedis.commands.BinaryScriptingCommandsPipeline- Overrides:
evalin classredis.clients.jedis.MultiKeyPipelineBase
-
evalsha
- Specified by:
evalshain interfaceredis.clients.jedis.commands.BinaryScriptingCommandsPipeline- Overrides:
evalshain classredis.clients.jedis.MultiKeyPipelineBase
-
evalsha
public redis.clients.jedis.Response<Object> evalsha(byte[] sha1, List<byte[]> keys, List<byte[]> args) - Specified by:
evalshain interfaceredis.clients.jedis.commands.BinaryScriptingCommandsPipeline- Overrides:
evalshain classredis.clients.jedis.MultiKeyPipelineBase
-
evalsha
- Specified by:
evalshain interfaceredis.clients.jedis.commands.BinaryScriptingCommandsPipeline- Overrides:
evalshain classredis.clients.jedis.MultiKeyPipelineBase
-
pfmerge
- Specified by:
pfmergein interfaceredis.clients.jedis.commands.MultiKeyBinaryRedisPipeline- Overrides:
pfmergein classredis.clients.jedis.MultiKeyPipelineBase
-
pfmerge
- Specified by:
pfmergein interfaceredis.clients.jedis.commands.MultiKeyCommandsPipeline- Overrides:
pfmergein classredis.clients.jedis.MultiKeyPipelineBase
-
pfcount
- Specified by:
pfcountin interfaceredis.clients.jedis.commands.MultiKeyCommandsPipeline- Overrides:
pfcountin classredis.clients.jedis.MultiKeyPipelineBase
-
pfcount
- Specified by:
pfcountin interfaceredis.clients.jedis.commands.MultiKeyBinaryRedisPipeline- Overrides:
pfcountin classredis.clients.jedis.MultiKeyPipelineBase
-
append
- Specified by:
appendin interfaceredis.clients.jedis.commands.RedisPipeline- Overrides:
appendin classredis.clients.jedis.PipelineBase
-
append
- Specified by:
appendin interfaceredis.clients.jedis.commands.BinaryRedisPipeline- Overrides:
appendin classredis.clients.jedis.PipelineBase
-
blpop
- Specified by:
blpopin interfaceredis.clients.jedis.commands.RedisPipeline- Overrides:
blpopin classredis.clients.jedis.PipelineBase
-
brpop
- Specified by:
brpopin interfaceredis.clients.jedis.commands.RedisPipeline- Overrides:
brpopin classredis.clients.jedis.PipelineBase
-
blpop
- Specified by:
blpopin interfaceredis.clients.jedis.commands.BinaryRedisPipeline- Overrides:
blpopin classredis.clients.jedis.PipelineBase
-
brpop
- Specified by:
brpopin interfaceredis.clients.jedis.commands.BinaryRedisPipeline- Overrides:
brpopin classredis.clients.jedis.PipelineBase
-
decr
- Specified by:
decrin interfaceredis.clients.jedis.commands.RedisPipeline- Overrides:
decrin classredis.clients.jedis.PipelineBase
-
decr
- Specified by:
decrin interfaceredis.clients.jedis.commands.BinaryRedisPipeline- Overrides:
decrin classredis.clients.jedis.PipelineBase
-
decrBy
- Specified by:
decrByin interfaceredis.clients.jedis.commands.RedisPipeline- Overrides:
decrByin classredis.clients.jedis.PipelineBase
-
decrBy
- Specified by:
decrByin interfaceredis.clients.jedis.commands.BinaryRedisPipeline- Overrides:
decrByin classredis.clients.jedis.PipelineBase
-
del
- Specified by:
delin interfaceredis.clients.jedis.commands.RedisPipeline- Overrides:
delin classredis.clients.jedis.PipelineBase
-
del
- Specified by:
delin interfaceredis.clients.jedis.commands.BinaryRedisPipeline- Overrides:
delin classredis.clients.jedis.PipelineBase
-
echo
- Specified by:
echoin interfaceredis.clients.jedis.commands.RedisPipeline- Overrides:
echoin classredis.clients.jedis.PipelineBase
-
echo
public redis.clients.jedis.Response<byte[]> echo(byte[] string) - Specified by:
echoin interfaceredis.clients.jedis.commands.BinaryRedisPipeline- Overrides:
echoin classredis.clients.jedis.PipelineBase
-
exists
- Specified by:
existsin interfaceredis.clients.jedis.commands.RedisPipeline- Overrides:
existsin classredis.clients.jedis.PipelineBase
-
exists
- Specified by:
existsin interfaceredis.clients.jedis.commands.BinaryRedisPipeline- Overrides:
existsin classredis.clients.jedis.PipelineBase
-
expire
-
expire
-
expireAt
- Specified by:
expireAtin interfaceredis.clients.jedis.commands.RedisPipeline- Overrides:
expireAtin classredis.clients.jedis.PipelineBase
-
expireAt
- Specified by:
expireAtin interfaceredis.clients.jedis.commands.BinaryRedisPipeline- Overrides:
expireAtin classredis.clients.jedis.PipelineBase
-
get
- Specified by:
getin interfaceredis.clients.jedis.commands.RedisPipeline- Overrides:
getin classredis.clients.jedis.PipelineBase
-
get
public redis.clients.jedis.Response<byte[]> get(byte[] key) - Specified by:
getin interfaceredis.clients.jedis.commands.BinaryRedisPipeline- Overrides:
getin classredis.clients.jedis.PipelineBase
-
getbit
- Specified by:
getbitin interfaceredis.clients.jedis.commands.RedisPipeline- Overrides:
getbitin classredis.clients.jedis.PipelineBase
-
getbit
- Specified by:
getbitin interfaceredis.clients.jedis.commands.BinaryRedisPipeline- Overrides:
getbitin classredis.clients.jedis.PipelineBase
-
bitpos
- Specified by:
bitposin interfaceredis.clients.jedis.commands.RedisPipeline- Overrides:
bitposin classredis.clients.jedis.PipelineBase
-
bitpos
public redis.clients.jedis.Response<Long> bitpos(String key, boolean value, redis.clients.jedis.BitPosParams params) - Specified by:
bitposin interfaceredis.clients.jedis.commands.RedisPipeline- Overrides:
bitposin classredis.clients.jedis.PipelineBase
-
bitpos
- Specified by:
bitposin interfaceredis.clients.jedis.commands.BinaryRedisPipeline- Overrides:
bitposin classredis.clients.jedis.PipelineBase
-
bitpos
public redis.clients.jedis.Response<Long> bitpos(byte[] key, boolean value, redis.clients.jedis.BitPosParams params) - Specified by:
bitposin interfaceredis.clients.jedis.commands.BinaryRedisPipeline- Overrides:
bitposin classredis.clients.jedis.PipelineBase
-
getrange
- Specified by:
getrangein interfaceredis.clients.jedis.commands.RedisPipeline- Overrides:
getrangein classredis.clients.jedis.PipelineBase
-
getSet
- Specified by:
getSetin interfaceredis.clients.jedis.commands.RedisPipeline- Overrides:
getSetin classredis.clients.jedis.PipelineBase
-
getSet
public redis.clients.jedis.Response<byte[]> getSet(byte[] key, byte[] value) - Specified by:
getSetin interfaceredis.clients.jedis.commands.BinaryRedisPipeline- Overrides:
getSetin classredis.clients.jedis.PipelineBase
-
getrange
public redis.clients.jedis.Response<byte[]> getrange(byte[] key, long startOffset, long endOffset) - Specified by:
getrangein interfaceredis.clients.jedis.commands.BinaryRedisPipeline- Overrides:
getrangein classredis.clients.jedis.PipelineBase
-
hdel
- Specified by:
hdelin interfaceredis.clients.jedis.commands.RedisPipeline- Overrides:
hdelin classredis.clients.jedis.PipelineBase
-
hdel
- Specified by:
hdelin interfaceredis.clients.jedis.commands.BinaryRedisPipeline- Overrides:
hdelin classredis.clients.jedis.PipelineBase
-
hexists
- Specified by:
hexistsin interfaceredis.clients.jedis.commands.RedisPipeline- Overrides:
hexistsin classredis.clients.jedis.PipelineBase
-
hexists
- Specified by:
hexistsin interfaceredis.clients.jedis.commands.BinaryRedisPipeline- Overrides:
hexistsin classredis.clients.jedis.PipelineBase
-
hget
- Specified by:
hgetin interfaceredis.clients.jedis.commands.RedisPipeline- Overrides:
hgetin classredis.clients.jedis.PipelineBase
-
hget
public redis.clients.jedis.Response<byte[]> hget(byte[] key, byte[] field) - Specified by:
hgetin interfaceredis.clients.jedis.commands.BinaryRedisPipeline- Overrides:
hgetin classredis.clients.jedis.PipelineBase
-
hgetAll
- Specified by:
hgetAllin interfaceredis.clients.jedis.commands.RedisPipeline- Overrides:
hgetAllin classredis.clients.jedis.PipelineBase
-
hgetAll
- Specified by:
hgetAllin interfaceredis.clients.jedis.commands.BinaryRedisPipeline- Overrides:
hgetAllin classredis.clients.jedis.PipelineBase
-
hincrBy
- Specified by:
hincrByin interfaceredis.clients.jedis.commands.RedisPipeline- Overrides:
hincrByin classredis.clients.jedis.PipelineBase
-
hincrBy
- Specified by:
hincrByin interfaceredis.clients.jedis.commands.BinaryRedisPipeline- Overrides:
hincrByin classredis.clients.jedis.PipelineBase
-
hkeys
- Specified by:
hkeysin interfaceredis.clients.jedis.commands.RedisPipeline- Overrides:
hkeysin classredis.clients.jedis.PipelineBase
-
hkeys
- Specified by:
hkeysin interfaceredis.clients.jedis.commands.BinaryRedisPipeline- Overrides:
hkeysin classredis.clients.jedis.PipelineBase
-
hlen
- Specified by:
hlenin interfaceredis.clients.jedis.commands.RedisPipeline- Overrides:
hlenin classredis.clients.jedis.PipelineBase
-
hlen
- Specified by:
hlenin interfaceredis.clients.jedis.commands.BinaryRedisPipeline- Overrides:
hlenin classredis.clients.jedis.PipelineBase
-
hmget
- Specified by:
hmgetin interfaceredis.clients.jedis.commands.RedisPipeline- Overrides:
hmgetin classredis.clients.jedis.PipelineBase
-
hmget
- Specified by:
hmgetin interfaceredis.clients.jedis.commands.BinaryRedisPipeline- Overrides:
hmgetin classredis.clients.jedis.PipelineBase
-
hmset
- Specified by:
hmsetin interfaceredis.clients.jedis.commands.RedisPipeline- Overrides:
hmsetin classredis.clients.jedis.PipelineBase
-
hmset
- Specified by:
hmsetin interfaceredis.clients.jedis.commands.BinaryRedisPipeline- Overrides:
hmsetin classredis.clients.jedis.PipelineBase
-
hset
- Specified by:
hsetin interfaceredis.clients.jedis.commands.RedisPipeline- Overrides:
hsetin classredis.clients.jedis.PipelineBase
-
hset
- Specified by:
hsetin interfaceredis.clients.jedis.commands.BinaryRedisPipeline- Overrides:
hsetin classredis.clients.jedis.PipelineBase
-
hsetnx
- Specified by:
hsetnxin interfaceredis.clients.jedis.commands.RedisPipeline- Overrides:
hsetnxin classredis.clients.jedis.PipelineBase
-
hsetnx
- Specified by:
hsetnxin interfaceredis.clients.jedis.commands.BinaryRedisPipeline- Overrides:
hsetnxin classredis.clients.jedis.PipelineBase
-
hvals
- Specified by:
hvalsin interfaceredis.clients.jedis.commands.RedisPipeline- Overrides:
hvalsin classredis.clients.jedis.PipelineBase
-
hvals
- Specified by:
hvalsin interfaceredis.clients.jedis.commands.BinaryRedisPipeline- Overrides:
hvalsin classredis.clients.jedis.PipelineBase
-
incr
- Specified by:
incrin interfaceredis.clients.jedis.commands.RedisPipeline- Overrides:
incrin classredis.clients.jedis.PipelineBase
-
incr
- Specified by:
incrin interfaceredis.clients.jedis.commands.BinaryRedisPipeline- Overrides:
incrin classredis.clients.jedis.PipelineBase
-
incrBy
- Specified by:
incrByin interfaceredis.clients.jedis.commands.RedisPipeline- Overrides:
incrByin classredis.clients.jedis.PipelineBase
-
incrBy
- Specified by:
incrByin interfaceredis.clients.jedis.commands.BinaryRedisPipeline- Overrides:
incrByin classredis.clients.jedis.PipelineBase
-
lindex
- Specified by:
lindexin interfaceredis.clients.jedis.commands.RedisPipeline- Overrides:
lindexin classredis.clients.jedis.PipelineBase
-
lindex
public redis.clients.jedis.Response<byte[]> lindex(byte[] key, long index) - Specified by:
lindexin interfaceredis.clients.jedis.commands.BinaryRedisPipeline- Overrides:
lindexin classredis.clients.jedis.PipelineBase
-
llen
- Specified by:
llenin interfaceredis.clients.jedis.commands.RedisPipeline- Overrides:
llenin classredis.clients.jedis.PipelineBase
-
llen
- Specified by:
llenin interfaceredis.clients.jedis.commands.BinaryRedisPipeline- Overrides:
llenin classredis.clients.jedis.PipelineBase
-
lpop
- Specified by:
lpopin interfaceredis.clients.jedis.commands.RedisPipeline- Overrides:
lpopin classredis.clients.jedis.PipelineBase
-
lpop
public redis.clients.jedis.Response<byte[]> lpop(byte[] key) - Specified by:
lpopin interfaceredis.clients.jedis.commands.BinaryRedisPipeline- Overrides:
lpopin classredis.clients.jedis.PipelineBase
-
lpush
- Specified by:
lpushin interfaceredis.clients.jedis.commands.RedisPipeline- Overrides:
lpushin classredis.clients.jedis.PipelineBase
-
lpush
- Specified by:
lpushin interfaceredis.clients.jedis.commands.BinaryRedisPipeline- Overrides:
lpushin classredis.clients.jedis.PipelineBase
-
lpushx
- Specified by:
lpushxin interfaceredis.clients.jedis.commands.RedisPipeline- Overrides:
lpushxin classredis.clients.jedis.PipelineBase
-
lpushx
- Specified by:
lpushxin interfaceredis.clients.jedis.commands.BinaryRedisPipeline- Overrides:
lpushxin classredis.clients.jedis.PipelineBase
-
lrange
- Specified by:
lrangein interfaceredis.clients.jedis.commands.RedisPipeline- Overrides:
lrangein classredis.clients.jedis.PipelineBase
-
lrange
- Specified by:
lrangein interfaceredis.clients.jedis.commands.BinaryRedisPipeline- Overrides:
lrangein classredis.clients.jedis.PipelineBase
-
lrem
- Specified by:
lremin interfaceredis.clients.jedis.commands.RedisPipeline- Overrides:
lremin classredis.clients.jedis.PipelineBase
-
lrem
- Specified by:
lremin interfaceredis.clients.jedis.commands.BinaryRedisPipeline- Overrides:
lremin classredis.clients.jedis.PipelineBase
-
lset
- Specified by:
lsetin interfaceredis.clients.jedis.commands.RedisPipeline- Overrides:
lsetin classredis.clients.jedis.PipelineBase
-
lset
- Specified by:
lsetin interfaceredis.clients.jedis.commands.BinaryRedisPipeline- Overrides:
lsetin classredis.clients.jedis.PipelineBase
-
ltrim
- Specified by:
ltrimin interfaceredis.clients.jedis.commands.RedisPipeline- Overrides:
ltrimin classredis.clients.jedis.PipelineBase
-
ltrim
- Specified by:
ltrimin interfaceredis.clients.jedis.commands.BinaryRedisPipeline- Overrides:
ltrimin classredis.clients.jedis.PipelineBase
-
move
- Specified by:
movein interfaceredis.clients.jedis.commands.RedisPipeline- Overrides:
movein classredis.clients.jedis.PipelineBase
-
move
- Specified by:
movein interfaceredis.clients.jedis.commands.BinaryRedisPipeline- Overrides:
movein classredis.clients.jedis.PipelineBase
-
persist
- Specified by:
persistin interfaceredis.clients.jedis.commands.RedisPipeline- Overrides:
persistin classredis.clients.jedis.PipelineBase
-
persist
- Specified by:
persistin interfaceredis.clients.jedis.commands.BinaryRedisPipeline- Overrides:
persistin classredis.clients.jedis.PipelineBase
-
rpop
- Specified by:
rpopin interfaceredis.clients.jedis.commands.RedisPipeline- Overrides:
rpopin classredis.clients.jedis.PipelineBase
-
rpop
public redis.clients.jedis.Response<byte[]> rpop(byte[] key) - Specified by:
rpopin interfaceredis.clients.jedis.commands.BinaryRedisPipeline- Overrides:
rpopin classredis.clients.jedis.PipelineBase
-
rpush
- Specified by:
rpushin interfaceredis.clients.jedis.commands.RedisPipeline- Overrides:
rpushin classredis.clients.jedis.PipelineBase
-
rpush
- Specified by:
rpushin interfaceredis.clients.jedis.commands.BinaryRedisPipeline- Overrides:
rpushin classredis.clients.jedis.PipelineBase
-
rpushx
- Specified by:
rpushxin interfaceredis.clients.jedis.commands.RedisPipeline- Overrides:
rpushxin classredis.clients.jedis.PipelineBase
-
rpushx
- Specified by:
rpushxin interfaceredis.clients.jedis.commands.BinaryRedisPipeline- Overrides:
rpushxin classredis.clients.jedis.PipelineBase
-
sadd
- Specified by:
saddin interfaceredis.clients.jedis.commands.RedisPipeline- Overrides:
saddin classredis.clients.jedis.PipelineBase
-
sadd
- Specified by:
saddin interfaceredis.clients.jedis.commands.BinaryRedisPipeline- Overrides:
saddin classredis.clients.jedis.PipelineBase
-
scard
- Specified by:
scardin interfaceredis.clients.jedis.commands.RedisPipeline- Overrides:
scardin classredis.clients.jedis.PipelineBase
-
scard
- Specified by:
scardin interfaceredis.clients.jedis.commands.BinaryRedisPipeline- Overrides:
scardin classredis.clients.jedis.PipelineBase
-
set
- Specified by:
setin interfaceredis.clients.jedis.commands.RedisPipeline- Overrides:
setin classredis.clients.jedis.PipelineBase
-
set
- Specified by:
setin interfaceredis.clients.jedis.commands.BinaryRedisPipeline- Overrides:
setin classredis.clients.jedis.PipelineBase
-
setbit
- Specified by:
setbitin interfaceredis.clients.jedis.commands.RedisPipeline- Overrides:
setbitin classredis.clients.jedis.PipelineBase
-
setbit
- Specified by:
setbitin interfaceredis.clients.jedis.commands.BinaryRedisPipeline- Overrides:
setbitin classredis.clients.jedis.PipelineBase
-
setex
-
setex
-
setnx
- Specified by:
setnxin interfaceredis.clients.jedis.commands.RedisPipeline- Overrides:
setnxin classredis.clients.jedis.PipelineBase
-
setnx
- Specified by:
setnxin interfaceredis.clients.jedis.commands.BinaryRedisPipeline- Overrides:
setnxin classredis.clients.jedis.PipelineBase
-
setrange
- Specified by:
setrangein interfaceredis.clients.jedis.commands.BinaryRedisPipeline- Specified by:
setrangein interfaceredis.clients.jedis.commands.RedisPipeline- Overrides:
setrangein classredis.clients.jedis.PipelineBase
-
setrange
- Specified by:
setrangein interfaceredis.clients.jedis.commands.BinaryRedisPipeline- Overrides:
setrangein classredis.clients.jedis.PipelineBase
-
sismember
- Specified by:
sismemberin interfaceredis.clients.jedis.commands.RedisPipeline- Overrides:
sismemberin classredis.clients.jedis.PipelineBase
-
sismember
- Specified by:
sismemberin interfaceredis.clients.jedis.commands.BinaryRedisPipeline- Overrides:
sismemberin classredis.clients.jedis.PipelineBase
-
smembers
- Specified by:
smembersin interfaceredis.clients.jedis.commands.RedisPipeline- Overrides:
smembersin classredis.clients.jedis.PipelineBase
-
smembers
- Specified by:
smembersin interfaceredis.clients.jedis.commands.BinaryRedisPipeline- Overrides:
smembersin classredis.clients.jedis.PipelineBase
-
sort
- Specified by:
sortin interfaceredis.clients.jedis.commands.RedisPipeline- Overrides:
sortin classredis.clients.jedis.PipelineBase
-
sort
- Specified by:
sortin interfaceredis.clients.jedis.commands.BinaryRedisPipeline- Overrides:
sortin classredis.clients.jedis.PipelineBase
-
sort
public redis.clients.jedis.Response<List<String>> sort(String key, redis.clients.jedis.SortingParams sortingParameters) - Specified by:
sortin interfaceredis.clients.jedis.commands.RedisPipeline- Overrides:
sortin classredis.clients.jedis.PipelineBase
-
sort
public redis.clients.jedis.Response<List<byte[]>> sort(byte[] key, redis.clients.jedis.SortingParams sortingParameters) - Specified by:
sortin interfaceredis.clients.jedis.commands.BinaryRedisPipeline- Overrides:
sortin classredis.clients.jedis.PipelineBase
-
spop
- Specified by:
spopin interfaceredis.clients.jedis.commands.RedisPipeline- Overrides:
spopin classredis.clients.jedis.PipelineBase
-
spop
- Specified by:
spopin interfaceredis.clients.jedis.commands.RedisPipeline- Overrides:
spopin classredis.clients.jedis.PipelineBase
-
spop
public redis.clients.jedis.Response<byte[]> spop(byte[] key) - Specified by:
spopin interfaceredis.clients.jedis.commands.BinaryRedisPipeline- Overrides:
spopin classredis.clients.jedis.PipelineBase
-
spop
- Specified by:
spopin interfaceredis.clients.jedis.commands.BinaryRedisPipeline- Overrides:
spopin classredis.clients.jedis.PipelineBase
-
srandmember
- Specified by:
srandmemberin interfaceredis.clients.jedis.commands.RedisPipeline- Overrides:
srandmemberin classredis.clients.jedis.PipelineBase
-
srandmember
- Specified by:
srandmemberin interfaceredis.clients.jedis.commands.RedisPipeline- Overrides:
srandmemberin classredis.clients.jedis.PipelineBase
-
srandmember
public redis.clients.jedis.Response<byte[]> srandmember(byte[] key) - Specified by:
srandmemberin interfaceredis.clients.jedis.commands.BinaryRedisPipeline- Overrides:
srandmemberin classredis.clients.jedis.PipelineBase
-
srandmember
- Specified by:
srandmemberin interfaceredis.clients.jedis.commands.BinaryRedisPipeline- Overrides:
srandmemberin classredis.clients.jedis.PipelineBase
-
srem
- Specified by:
sremin interfaceredis.clients.jedis.commands.RedisPipeline- Overrides:
sremin classredis.clients.jedis.PipelineBase
-
srem
- Specified by:
sremin interfaceredis.clients.jedis.commands.BinaryRedisPipeline- Overrides:
sremin classredis.clients.jedis.PipelineBase
-
strlen
- Specified by:
strlenin interfaceredis.clients.jedis.commands.RedisPipeline- Overrides:
strlenin classredis.clients.jedis.PipelineBase
-
strlen
- Specified by:
strlenin interfaceredis.clients.jedis.commands.BinaryRedisPipeline- Overrides:
strlenin classredis.clients.jedis.PipelineBase
-
substr
- Specified by:
substrin interfaceredis.clients.jedis.commands.RedisPipeline- Overrides:
substrin classredis.clients.jedis.PipelineBase
-
substr
- Specified by:
substrin interfaceredis.clients.jedis.commands.BinaryRedisPipeline- Overrides:
substrin classredis.clients.jedis.PipelineBase
-
ttl
- Specified by:
ttlin interfaceredis.clients.jedis.commands.RedisPipeline- Overrides:
ttlin classredis.clients.jedis.PipelineBase
-
ttl
- Specified by:
ttlin interfaceredis.clients.jedis.commands.BinaryRedisPipeline- Overrides:
ttlin classredis.clients.jedis.PipelineBase
-
type
- Specified by:
typein interfaceredis.clients.jedis.commands.RedisPipeline- Overrides:
typein classredis.clients.jedis.PipelineBase
-
type
- Specified by:
typein interfaceredis.clients.jedis.commands.BinaryRedisPipeline- Overrides:
typein classredis.clients.jedis.PipelineBase
-
zadd
- Specified by:
zaddin interfaceredis.clients.jedis.commands.RedisPipeline- Overrides:
zaddin classredis.clients.jedis.PipelineBase
-
zadd
public redis.clients.jedis.Response<Long> zadd(String key, double score, String member, redis.clients.jedis.params.ZAddParams params) - Specified by:
zaddin interfaceredis.clients.jedis.commands.RedisPipeline- Overrides:
zaddin classredis.clients.jedis.PipelineBase
-
zadd
- Specified by:
zaddin interfaceredis.clients.jedis.commands.RedisPipeline- Overrides:
zaddin classredis.clients.jedis.PipelineBase
-
zadd
public redis.clients.jedis.Response<Long> zadd(String key, Map<String, Double> scoreMembers, redis.clients.jedis.params.ZAddParams params) - Specified by:
zaddin interfaceredis.clients.jedis.commands.RedisPipeline- Overrides:
zaddin classredis.clients.jedis.PipelineBase
-
zadd
- Specified by:
zaddin interfaceredis.clients.jedis.commands.BinaryRedisPipeline- Overrides:
zaddin classredis.clients.jedis.PipelineBase
-
zadd
public redis.clients.jedis.Response<Long> zadd(byte[] key, double score, byte[] member, redis.clients.jedis.params.ZAddParams params) - Specified by:
zaddin interfaceredis.clients.jedis.commands.BinaryRedisPipeline- Overrides:
zaddin classredis.clients.jedis.PipelineBase
-
zadd
- Specified by:
zaddin interfaceredis.clients.jedis.commands.BinaryRedisPipeline- Overrides:
zaddin classredis.clients.jedis.PipelineBase
-
zadd
public redis.clients.jedis.Response<Long> zadd(byte[] key, Map<byte[], Double> scoreMembers, redis.clients.jedis.params.ZAddParams params) - Specified by:
zaddin interfaceredis.clients.jedis.commands.BinaryRedisPipeline- Overrides:
zaddin classredis.clients.jedis.PipelineBase
-
zcard
- Specified by:
zcardin interfaceredis.clients.jedis.commands.RedisPipeline- Overrides:
zcardin classredis.clients.jedis.PipelineBase
-
zcard
- Specified by:
zcardin interfaceredis.clients.jedis.commands.BinaryRedisPipeline- Overrides:
zcardin classredis.clients.jedis.PipelineBase
-
zcount
- Specified by:
zcountin interfaceredis.clients.jedis.commands.RedisPipeline- Overrides:
zcountin classredis.clients.jedis.PipelineBase
-
zcount
- Specified by:
zcountin interfaceredis.clients.jedis.commands.RedisPipeline- Overrides:
zcountin classredis.clients.jedis.PipelineBase
-
zcount
- Specified by:
zcountin interfaceredis.clients.jedis.commands.BinaryRedisPipeline- Overrides:
zcountin classredis.clients.jedis.PipelineBase
-
zcount
- Specified by:
zcountin interfaceredis.clients.jedis.commands.BinaryRedisPipeline- Overrides:
zcountin classredis.clients.jedis.PipelineBase
-
zincrby
- Specified by:
zincrbyin interfaceredis.clients.jedis.commands.RedisPipeline- Overrides:
zincrbyin classredis.clients.jedis.PipelineBase
-
zincrby
public redis.clients.jedis.Response<Double> zincrby(String key, double score, String member, redis.clients.jedis.params.ZIncrByParams params) - Specified by:
zincrbyin interfaceredis.clients.jedis.commands.RedisPipeline- Overrides:
zincrbyin classredis.clients.jedis.PipelineBase
-
zincrby
- Specified by:
zincrbyin interfaceredis.clients.jedis.commands.BinaryRedisPipeline- Overrides:
zincrbyin classredis.clients.jedis.PipelineBase
-
zincrby
public redis.clients.jedis.Response<Double> zincrby(byte[] key, double score, byte[] member, redis.clients.jedis.params.ZIncrByParams params) - Specified by:
zincrbyin interfaceredis.clients.jedis.commands.BinaryRedisPipeline- Overrides:
zincrbyin classredis.clients.jedis.PipelineBase
-
zrange
- Specified by:
zrangein interfaceredis.clients.jedis.commands.RedisPipeline- Overrides:
zrangein classredis.clients.jedis.PipelineBase
-
zrange
- Specified by:
zrangein interfaceredis.clients.jedis.commands.BinaryRedisPipeline- Overrides:
zrangein classredis.clients.jedis.PipelineBase
-
zrangeByScore
- Specified by:
zrangeByScorein interfaceredis.clients.jedis.commands.RedisPipeline- Overrides:
zrangeByScorein classredis.clients.jedis.PipelineBase
-
zrangeByScore
- Specified by:
zrangeByScorein interfaceredis.clients.jedis.commands.BinaryRedisPipeline- Overrides:
zrangeByScorein classredis.clients.jedis.PipelineBase
-
zrangeByScore
- Specified by:
zrangeByScorein interfaceredis.clients.jedis.commands.RedisPipeline- Overrides:
zrangeByScorein classredis.clients.jedis.PipelineBase
-
zrangeByScore
- Specified by:
zrangeByScorein interfaceredis.clients.jedis.commands.BinaryRedisPipeline- Overrides:
zrangeByScorein classredis.clients.jedis.PipelineBase
-
zrangeByScore
public redis.clients.jedis.Response<Set<String>> zrangeByScore(String key, double min, double max, int offset, int count) - Specified by:
zrangeByScorein interfaceredis.clients.jedis.commands.RedisPipeline- Overrides:
zrangeByScorein classredis.clients.jedis.PipelineBase
-
zrangeByScore
public redis.clients.jedis.Response<Set<String>> zrangeByScore(String key, String min, String max, int offset, int count) - Specified by:
zrangeByScorein interfaceredis.clients.jedis.commands.RedisPipeline- Overrides:
zrangeByScorein classredis.clients.jedis.PipelineBase
-
zrangeByScore
public redis.clients.jedis.Response<Set<byte[]>> zrangeByScore(byte[] key, double min, double max, int offset, int count) - Specified by:
zrangeByScorein interfaceredis.clients.jedis.commands.BinaryRedisPipeline- Overrides:
zrangeByScorein classredis.clients.jedis.PipelineBase
-
zrangeByScore
public redis.clients.jedis.Response<Set<byte[]>> zrangeByScore(byte[] key, byte[] min, byte[] max, int offset, int count) - Specified by:
zrangeByScorein interfaceredis.clients.jedis.commands.BinaryRedisPipeline- Overrides:
zrangeByScorein classredis.clients.jedis.PipelineBase
-
zrangeByScoreWithScores
public redis.clients.jedis.Response<Set<redis.clients.jedis.Tuple>> zrangeByScoreWithScores(String key, double min, double max) - Specified by:
zrangeByScoreWithScoresin interfaceredis.clients.jedis.commands.RedisPipeline- Overrides:
zrangeByScoreWithScoresin classredis.clients.jedis.PipelineBase
-
zrangeByScoreWithScores
public redis.clients.jedis.Response<Set<redis.clients.jedis.Tuple>> zrangeByScoreWithScores(String key, String min, String max) - Specified by:
zrangeByScoreWithScoresin interfaceredis.clients.jedis.commands.RedisPipeline- Overrides:
zrangeByScoreWithScoresin classredis.clients.jedis.PipelineBase
-
zrangeByScoreWithScores
public redis.clients.jedis.Response<Set<redis.clients.jedis.Tuple>> zrangeByScoreWithScores(byte[] key, double min, double max) - Specified by:
zrangeByScoreWithScoresin interfaceredis.clients.jedis.commands.BinaryRedisPipeline- Overrides:
zrangeByScoreWithScoresin classredis.clients.jedis.PipelineBase
-
zrangeByScoreWithScores
public redis.clients.jedis.Response<Set<redis.clients.jedis.Tuple>> zrangeByScoreWithScores(byte[] key, byte[] min, byte[] max) - Specified by:
zrangeByScoreWithScoresin interfaceredis.clients.jedis.commands.BinaryRedisPipeline- Overrides:
zrangeByScoreWithScoresin classredis.clients.jedis.PipelineBase
-
zrangeByScoreWithScores
public redis.clients.jedis.Response<Set<redis.clients.jedis.Tuple>> zrangeByScoreWithScores(String key, double min, double max, int offset, int count) - Specified by:
zrangeByScoreWithScoresin interfaceredis.clients.jedis.commands.RedisPipeline- Overrides:
zrangeByScoreWithScoresin classredis.clients.jedis.PipelineBase
-
zrangeByScoreWithScores
public redis.clients.jedis.Response<Set<redis.clients.jedis.Tuple>> zrangeByScoreWithScores(String key, String min, String max, int offset, int count) - Specified by:
zrangeByScoreWithScoresin interfaceredis.clients.jedis.commands.RedisPipeline- Overrides:
zrangeByScoreWithScoresin classredis.clients.jedis.PipelineBase
-
zrangeByScoreWithScores
public redis.clients.jedis.Response<Set<redis.clients.jedis.Tuple>> zrangeByScoreWithScores(byte[] key, double min, double max, int offset, int count) - Specified by:
zrangeByScoreWithScoresin interfaceredis.clients.jedis.commands.BinaryRedisPipeline- Overrides:
zrangeByScoreWithScoresin classredis.clients.jedis.PipelineBase
-
zrangeByScoreWithScores
public redis.clients.jedis.Response<Set<redis.clients.jedis.Tuple>> zrangeByScoreWithScores(byte[] key, byte[] min, byte[] max, int offset, int count) - Specified by:
zrangeByScoreWithScoresin interfaceredis.clients.jedis.commands.BinaryRedisPipeline- Overrides:
zrangeByScoreWithScoresin classredis.clients.jedis.PipelineBase
-
zrevrangeByScore
public redis.clients.jedis.Response<Set<String>> zrevrangeByScore(String key, double max, double min) - Specified by:
zrevrangeByScorein interfaceredis.clients.jedis.commands.RedisPipeline- Overrides:
zrevrangeByScorein classredis.clients.jedis.PipelineBase
-
zrevrangeByScore
public redis.clients.jedis.Response<Set<byte[]>> zrevrangeByScore(byte[] key, double max, double min) - Specified by:
zrevrangeByScorein interfaceredis.clients.jedis.commands.BinaryRedisPipeline- Overrides:
zrevrangeByScorein classredis.clients.jedis.PipelineBase
-
zrevrangeByScore
public redis.clients.jedis.Response<Set<String>> zrevrangeByScore(String key, String max, String min) - Specified by:
zrevrangeByScorein interfaceredis.clients.jedis.commands.RedisPipeline- Overrides:
zrevrangeByScorein classredis.clients.jedis.PipelineBase
-
zrevrangeByScore
public redis.clients.jedis.Response<Set<byte[]>> zrevrangeByScore(byte[] key, byte[] max, byte[] min) - Specified by:
zrevrangeByScorein interfaceredis.clients.jedis.commands.BinaryRedisPipeline- Overrides:
zrevrangeByScorein classredis.clients.jedis.PipelineBase
-
zrevrangeByScore
public redis.clients.jedis.Response<Set<String>> zrevrangeByScore(String key, double max, double min, int offset, int count) - Specified by:
zrevrangeByScorein interfaceredis.clients.jedis.commands.RedisPipeline- Overrides:
zrevrangeByScorein classredis.clients.jedis.PipelineBase
-
zrevrangeByScore
public redis.clients.jedis.Response<Set<String>> zrevrangeByScore(String key, String max, String min, int offset, int count) - Specified by:
zrevrangeByScorein interfaceredis.clients.jedis.commands.RedisPipeline- Overrides:
zrevrangeByScorein classredis.clients.jedis.PipelineBase
-
zrevrangeByScore
public redis.clients.jedis.Response<Set<byte[]>> zrevrangeByScore(byte[] key, double max, double min, int offset, int count) - Specified by:
zrevrangeByScorein interfaceredis.clients.jedis.commands.BinaryRedisPipeline- Overrides:
zrevrangeByScorein classredis.clients.jedis.PipelineBase
-
zrevrangeByScore
public redis.clients.jedis.Response<Set<byte[]>> zrevrangeByScore(byte[] key, byte[] max, byte[] min, int offset, int count) - Specified by:
zrevrangeByScorein interfaceredis.clients.jedis.commands.BinaryRedisPipeline- Overrides:
zrevrangeByScorein classredis.clients.jedis.PipelineBase
-
zrevrangeByScoreWithScores
public redis.clients.jedis.Response<Set<redis.clients.jedis.Tuple>> zrevrangeByScoreWithScores(String key, double max, double min) - Specified by:
zrevrangeByScoreWithScoresin interfaceredis.clients.jedis.commands.RedisPipeline- Overrides:
zrevrangeByScoreWithScoresin classredis.clients.jedis.PipelineBase
-
zrevrangeByScoreWithScores
public redis.clients.jedis.Response<Set<redis.clients.jedis.Tuple>> zrevrangeByScoreWithScores(String key, String max, String min) - Specified by:
zrevrangeByScoreWithScoresin interfaceredis.clients.jedis.commands.RedisPipeline- Overrides:
zrevrangeByScoreWithScoresin classredis.clients.jedis.PipelineBase
-
zrevrangeByScoreWithScores
public redis.clients.jedis.Response<Set<redis.clients.jedis.Tuple>> zrevrangeByScoreWithScores(byte[] key, double max, double min) - Specified by:
zrevrangeByScoreWithScoresin interfaceredis.clients.jedis.commands.BinaryRedisPipeline- Overrides:
zrevrangeByScoreWithScoresin classredis.clients.jedis.PipelineBase
-
zrevrangeByScoreWithScores
public redis.clients.jedis.Response<Set<redis.clients.jedis.Tuple>> zrevrangeByScoreWithScores(byte[] key, byte[] max, byte[] min) - Specified by:
zrevrangeByScoreWithScoresin interfaceredis.clients.jedis.commands.BinaryRedisPipeline- Overrides:
zrevrangeByScoreWithScoresin classredis.clients.jedis.PipelineBase
-
zrevrangeByScoreWithScores
public redis.clients.jedis.Response<Set<redis.clients.jedis.Tuple>> zrevrangeByScoreWithScores(String key, double max, double min, int offset, int count) - Specified by:
zrevrangeByScoreWithScoresin interfaceredis.clients.jedis.commands.RedisPipeline- Overrides:
zrevrangeByScoreWithScoresin classredis.clients.jedis.PipelineBase
-
zrevrangeByScoreWithScores
public redis.clients.jedis.Response<Set<redis.clients.jedis.Tuple>> zrevrangeByScoreWithScores(String key, String max, String min, int offset, int count) - Specified by:
zrevrangeByScoreWithScoresin interfaceredis.clients.jedis.commands.RedisPipeline- Overrides:
zrevrangeByScoreWithScoresin classredis.clients.jedis.PipelineBase
-
zrevrangeByScoreWithScores
public redis.clients.jedis.Response<Set<redis.clients.jedis.Tuple>> zrevrangeByScoreWithScores(byte[] key, double max, double min, int offset, int count) - Specified by:
zrevrangeByScoreWithScoresin interfaceredis.clients.jedis.commands.BinaryRedisPipeline- Overrides:
zrevrangeByScoreWithScoresin classredis.clients.jedis.PipelineBase
-
zrevrangeByScoreWithScores
public redis.clients.jedis.Response<Set<redis.clients.jedis.Tuple>> zrevrangeByScoreWithScores(byte[] key, byte[] max, byte[] min, int offset, int count) - Specified by:
zrevrangeByScoreWithScoresin interfaceredis.clients.jedis.commands.BinaryRedisPipeline- Overrides:
zrevrangeByScoreWithScoresin classredis.clients.jedis.PipelineBase
-
zrangeWithScores
public redis.clients.jedis.Response<Set<redis.clients.jedis.Tuple>> zrangeWithScores(String key, long start, long end) - Specified by:
zrangeWithScoresin interfaceredis.clients.jedis.commands.RedisPipeline- Overrides:
zrangeWithScoresin classredis.clients.jedis.PipelineBase
-
zrangeWithScores
public redis.clients.jedis.Response<Set<redis.clients.jedis.Tuple>> zrangeWithScores(byte[] key, long start, long end) - Specified by:
zrangeWithScoresin interfaceredis.clients.jedis.commands.BinaryRedisPipeline- Overrides:
zrangeWithScoresin classredis.clients.jedis.PipelineBase
-
zrank
- Specified by:
zrankin interfaceredis.clients.jedis.commands.RedisPipeline- Overrides:
zrankin classredis.clients.jedis.PipelineBase
-
zrank
- Specified by:
zrankin interfaceredis.clients.jedis.commands.BinaryRedisPipeline- Overrides:
zrankin classredis.clients.jedis.PipelineBase
-
zrem
- Specified by:
zremin interfaceredis.clients.jedis.commands.RedisPipeline- Overrides:
zremin classredis.clients.jedis.PipelineBase
-
zrem
- Specified by:
zremin interfaceredis.clients.jedis.commands.BinaryRedisPipeline- Overrides:
zremin classredis.clients.jedis.PipelineBase
-
zremrangeByRank
- Specified by:
zremrangeByRankin interfaceredis.clients.jedis.commands.RedisPipeline- Overrides:
zremrangeByRankin classredis.clients.jedis.PipelineBase
-
zremrangeByRank
- Specified by:
zremrangeByRankin interfaceredis.clients.jedis.commands.BinaryRedisPipeline- Overrides:
zremrangeByRankin classredis.clients.jedis.PipelineBase
-
zremrangeByScore
- Specified by:
zremrangeByScorein interfaceredis.clients.jedis.commands.RedisPipeline- Overrides:
zremrangeByScorein classredis.clients.jedis.PipelineBase
-
zremrangeByScore
- Specified by:
zremrangeByScorein interfaceredis.clients.jedis.commands.RedisPipeline- Overrides:
zremrangeByScorein classredis.clients.jedis.PipelineBase
-
zremrangeByScore
- Specified by:
zremrangeByScorein interfaceredis.clients.jedis.commands.BinaryRedisPipeline- Overrides:
zremrangeByScorein classredis.clients.jedis.PipelineBase
-
zremrangeByScore
- Specified by:
zremrangeByScorein interfaceredis.clients.jedis.commands.BinaryRedisPipeline- Overrides:
zremrangeByScorein classredis.clients.jedis.PipelineBase
-
zrevrange
- Specified by:
zrevrangein interfaceredis.clients.jedis.commands.RedisPipeline- Overrides:
zrevrangein classredis.clients.jedis.PipelineBase
-
zrevrange
- Specified by:
zrevrangein interfaceredis.clients.jedis.commands.BinaryRedisPipeline- Overrides:
zrevrangein classredis.clients.jedis.PipelineBase
-
zrevrangeWithScores
public redis.clients.jedis.Response<Set<redis.clients.jedis.Tuple>> zrevrangeWithScores(String key, long start, long end) - Specified by:
zrevrangeWithScoresin interfaceredis.clients.jedis.commands.RedisPipeline- Overrides:
zrevrangeWithScoresin classredis.clients.jedis.PipelineBase
-
zrevrangeWithScores
public redis.clients.jedis.Response<Set<redis.clients.jedis.Tuple>> zrevrangeWithScores(byte[] key, long start, long end) - Specified by:
zrevrangeWithScoresin interfaceredis.clients.jedis.commands.BinaryRedisPipeline- Overrides:
zrevrangeWithScoresin classredis.clients.jedis.PipelineBase
-
zrevrank
- Specified by:
zrevrankin interfaceredis.clients.jedis.commands.RedisPipeline- Overrides:
zrevrankin classredis.clients.jedis.PipelineBase
-
zrevrank
- Specified by:
zrevrankin interfaceredis.clients.jedis.commands.BinaryRedisPipeline- Overrides:
zrevrankin classredis.clients.jedis.PipelineBase
-
zscore
- Specified by:
zscorein interfaceredis.clients.jedis.commands.RedisPipeline- Overrides:
zscorein classredis.clients.jedis.PipelineBase
-
zscore
- Specified by:
zscorein interfaceredis.clients.jedis.commands.BinaryRedisPipeline- Overrides:
zscorein classredis.clients.jedis.PipelineBase
-
zlexcount
- Specified by:
zlexcountin interfaceredis.clients.jedis.commands.BinaryRedisPipeline- Overrides:
zlexcountin classredis.clients.jedis.PipelineBase
-
zlexcount
- Specified by:
zlexcountin interfaceredis.clients.jedis.commands.RedisPipeline- Overrides:
zlexcountin classredis.clients.jedis.PipelineBase
-
zrangeByLex
- Specified by:
zrangeByLexin interfaceredis.clients.jedis.commands.BinaryRedisPipeline- Overrides:
zrangeByLexin classredis.clients.jedis.PipelineBase
-
zrangeByLex
- Specified by:
zrangeByLexin interfaceredis.clients.jedis.commands.RedisPipeline- Overrides:
zrangeByLexin classredis.clients.jedis.PipelineBase
-
zrangeByLex
public redis.clients.jedis.Response<Set<byte[]>> zrangeByLex(byte[] key, byte[] min, byte[] max, int offset, int count) - Specified by:
zrangeByLexin interfaceredis.clients.jedis.commands.BinaryRedisPipeline- Overrides:
zrangeByLexin classredis.clients.jedis.PipelineBase
-
zrangeByLex
public redis.clients.jedis.Response<Set<String>> zrangeByLex(String key, String min, String max, int offset, int count) - Specified by:
zrangeByLexin interfaceredis.clients.jedis.commands.RedisPipeline- Overrides:
zrangeByLexin classredis.clients.jedis.PipelineBase
-
zrevrangeByLex
- Specified by:
zrevrangeByLexin interfaceredis.clients.jedis.commands.BinaryRedisPipeline- Overrides:
zrevrangeByLexin classredis.clients.jedis.PipelineBase
-
zrevrangeByLex
- Specified by:
zrevrangeByLexin interfaceredis.clients.jedis.commands.RedisPipeline- Overrides:
zrevrangeByLexin classredis.clients.jedis.PipelineBase
-
zrevrangeByLex
public redis.clients.jedis.Response<Set<byte[]>> zrevrangeByLex(byte[] key, byte[] max, byte[] min, int offset, int count) - Specified by:
zrevrangeByLexin interfaceredis.clients.jedis.commands.BinaryRedisPipeline- Overrides:
zrevrangeByLexin classredis.clients.jedis.PipelineBase
-
zrevrangeByLex
public redis.clients.jedis.Response<Set<String>> zrevrangeByLex(String key, String max, String min, int offset, int count) - Specified by:
zrevrangeByLexin interfaceredis.clients.jedis.commands.RedisPipeline- Overrides:
zrevrangeByLexin classredis.clients.jedis.PipelineBase
-
zremrangeByLex
- Specified by:
zremrangeByLexin interfaceredis.clients.jedis.commands.BinaryRedisPipeline- Overrides:
zremrangeByLexin classredis.clients.jedis.PipelineBase
-
zremrangeByLex
- Specified by:
zremrangeByLexin interfaceredis.clients.jedis.commands.RedisPipeline- Overrides:
zremrangeByLexin classredis.clients.jedis.PipelineBase
-
bitcount
- Specified by:
bitcountin interfaceredis.clients.jedis.commands.RedisPipeline- Overrides:
bitcountin classredis.clients.jedis.PipelineBase
-
bitcount
- Specified by:
bitcountin interfaceredis.clients.jedis.commands.RedisPipeline- Overrides:
bitcountin classredis.clients.jedis.PipelineBase
-
bitcount
- Specified by:
bitcountin interfaceredis.clients.jedis.commands.BinaryRedisPipeline- Overrides:
bitcountin classredis.clients.jedis.PipelineBase
-
bitcount
- Specified by:
bitcountin interfaceredis.clients.jedis.commands.BinaryRedisPipeline- Overrides:
bitcountin classredis.clients.jedis.PipelineBase
-
dump
- Specified by:
dumpin interfaceredis.clients.jedis.commands.RedisPipeline- Overrides:
dumpin classredis.clients.jedis.PipelineBase
-
dump
public redis.clients.jedis.Response<byte[]> dump(byte[] key) - Specified by:
dumpin interfaceredis.clients.jedis.commands.BinaryRedisPipeline- Overrides:
dumpin classredis.clients.jedis.PipelineBase
-
migrate
public redis.clients.jedis.Response<String> migrate(String host, int port, String key, int destinationDb, int timeout) - Specified by:
migratein interfaceredis.clients.jedis.commands.BasicRedisPipeline- Specified by:
migratein interfaceredis.clients.jedis.commands.RedisPipeline- Overrides:
migratein classredis.clients.jedis.PipelineBase
-
migrate
public redis.clients.jedis.Response<String> migrate(String host, int port, byte[] key, int destinationDb, int timeout) - Specified by:
migratein interfaceredis.clients.jedis.commands.BinaryRedisPipeline- Overrides:
migratein classredis.clients.jedis.PipelineBase
-
objectRefcount
- Specified by:
objectRefcountin interfaceredis.clients.jedis.commands.RedisPipeline- Overrides:
objectRefcountin classredis.clients.jedis.PipelineBase
-
objectRefcount
- Specified by:
objectRefcountin interfaceredis.clients.jedis.commands.BinaryRedisPipeline- Overrides:
objectRefcountin classredis.clients.jedis.PipelineBase
-
objectEncoding
- Specified by:
objectEncodingin interfaceredis.clients.jedis.commands.RedisPipeline- Overrides:
objectEncodingin classredis.clients.jedis.PipelineBase
-
objectEncoding
public redis.clients.jedis.Response<byte[]> objectEncoding(byte[] key) - Specified by:
objectEncodingin interfaceredis.clients.jedis.commands.BinaryRedisPipeline- Overrides:
objectEncodingin classredis.clients.jedis.PipelineBase
-
objectIdletime
- Specified by:
objectIdletimein interfaceredis.clients.jedis.commands.RedisPipeline- Overrides:
objectIdletimein classredis.clients.jedis.PipelineBase
-
objectIdletime
- Specified by:
objectIdletimein interfaceredis.clients.jedis.commands.BinaryRedisPipeline- Overrides:
objectIdletimein classredis.clients.jedis.PipelineBase
-
pexpire
- Specified by:
pexpirein interfaceredis.clients.jedis.commands.RedisPipeline- Overrides:
pexpirein classredis.clients.jedis.PipelineBase
-
pexpire
- Specified by:
pexpirein interfaceredis.clients.jedis.commands.BinaryRedisPipeline- Overrides:
pexpirein classredis.clients.jedis.PipelineBase
-
pexpireAt
- Specified by:
pexpireAtin interfaceredis.clients.jedis.commands.RedisPipeline- Overrides:
pexpireAtin classredis.clients.jedis.PipelineBase
-
pexpireAt
- Specified by:
pexpireAtin interfaceredis.clients.jedis.commands.BinaryRedisPipeline- Overrides:
pexpireAtin classredis.clients.jedis.PipelineBase
-
pttl
- Specified by:
pttlin interfaceredis.clients.jedis.commands.RedisPipeline- Overrides:
pttlin classredis.clients.jedis.PipelineBase
-
pttl
- Specified by:
pttlin interfaceredis.clients.jedis.commands.BinaryRedisPipeline- Overrides:
pttlin classredis.clients.jedis.PipelineBase
-
restore
-
restore
-
incrByFloat
- Specified by:
incrByFloatin interfaceredis.clients.jedis.commands.RedisPipeline- Overrides:
incrByFloatin classredis.clients.jedis.PipelineBase
-
incrByFloat
- Specified by:
incrByFloatin interfaceredis.clients.jedis.commands.BinaryRedisPipeline- Overrides:
incrByFloatin classredis.clients.jedis.PipelineBase
-
psetex
- Specified by:
psetexin interfaceredis.clients.jedis.commands.RedisPipeline- Overrides:
psetexin classredis.clients.jedis.PipelineBase
-
psetex
- Specified by:
psetexin interfaceredis.clients.jedis.commands.BinaryRedisPipeline- Overrides:
psetexin classredis.clients.jedis.PipelineBase
-
set
public redis.clients.jedis.Response<String> set(String key, String value, redis.clients.jedis.params.SetParams params) - Specified by:
setin interfaceredis.clients.jedis.commands.RedisPipeline- Overrides:
setin classredis.clients.jedis.PipelineBase
-
set
public redis.clients.jedis.Response<String> set(byte[] key, byte[] value, redis.clients.jedis.params.SetParams params) - Specified by:
setin interfaceredis.clients.jedis.commands.BinaryRedisPipeline- Overrides:
setin classredis.clients.jedis.PipelineBase
-
hincrByFloat
public redis.clients.jedis.Response<Double> hincrByFloat(String key, String field, double increment) - Specified by:
hincrByFloatin interfaceredis.clients.jedis.commands.RedisPipeline- Overrides:
hincrByFloatin classredis.clients.jedis.PipelineBase
-
hincrByFloat
public redis.clients.jedis.Response<Double> hincrByFloat(byte[] key, byte[] field, double increment) - Specified by:
hincrByFloatin interfaceredis.clients.jedis.commands.BinaryRedisPipeline- Overrides:
hincrByFloatin classredis.clients.jedis.PipelineBase
-
eval
- Specified by:
evalin interfaceredis.clients.jedis.commands.ScriptingCommandsPipeline- Overrides:
evalin classredis.clients.jedis.MultiKeyPipelineBase
-
eval
public redis.clients.jedis.Response<Object> eval(String script, List<String> keys, List<String> args) - Specified by:
evalin interfaceredis.clients.jedis.commands.ScriptingCommandsPipeline- Overrides:
evalin classredis.clients.jedis.MultiKeyPipelineBase
-
eval
- Specified by:
evalin interfaceredis.clients.jedis.commands.ScriptingCommandsPipeline- Overrides:
evalin classredis.clients.jedis.MultiKeyPipelineBase
-
evalsha
- Specified by:
evalshain interfaceredis.clients.jedis.commands.ScriptingCommandsPipeline- Overrides:
evalshain classredis.clients.jedis.MultiKeyPipelineBase
-
evalsha
public redis.clients.jedis.Response<Object> evalsha(String sha1, List<String> keys, List<String> args) - Specified by:
evalshain interfaceredis.clients.jedis.commands.ScriptingCommandsPipeline- Overrides:
evalshain classredis.clients.jedis.MultiKeyPipelineBase
-
evalsha
- Specified by:
evalshain interfaceredis.clients.jedis.commands.ScriptingCommandsPipeline- Overrides:
evalshain classredis.clients.jedis.MultiKeyPipelineBase
-
pfadd
- Specified by:
pfaddin interfaceredis.clients.jedis.commands.BinaryRedisPipeline- Overrides:
pfaddin classredis.clients.jedis.PipelineBase
-
pfcount
- Specified by:
pfcountin interfaceredis.clients.jedis.commands.BinaryRedisPipeline- Overrides:
pfcountin classredis.clients.jedis.PipelineBase
-
pfadd
- Specified by:
pfaddin interfaceredis.clients.jedis.commands.RedisPipeline- Overrides:
pfaddin classredis.clients.jedis.PipelineBase
-
pfcount
- Specified by:
pfcountin interfaceredis.clients.jedis.commands.RedisPipeline- Overrides:
pfcountin classredis.clients.jedis.PipelineBase
-
geoadd
public redis.clients.jedis.Response<Long> geoadd(byte[] key, double longitude, double latitude, byte[] member) - Specified by:
geoaddin interfaceredis.clients.jedis.commands.BinaryRedisPipeline- Overrides:
geoaddin classredis.clients.jedis.PipelineBase
-
geoadd
public redis.clients.jedis.Response<Long> geoadd(byte[] key, Map<byte[], redis.clients.jedis.GeoCoordinate> memberCoordinateMap) - Specified by:
geoaddin interfaceredis.clients.jedis.commands.BinaryRedisPipeline- Overrides:
geoaddin classredis.clients.jedis.PipelineBase
-
geoadd
public redis.clients.jedis.Response<Long> geoadd(String key, double longitude, double latitude, String member) - Specified by:
geoaddin interfaceredis.clients.jedis.commands.RedisPipeline- Overrides:
geoaddin classredis.clients.jedis.PipelineBase
-
geoadd
public redis.clients.jedis.Response<Long> geoadd(String key, Map<String, redis.clients.jedis.GeoCoordinate> memberCoordinateMap) - Specified by:
geoaddin interfaceredis.clients.jedis.commands.RedisPipeline- Overrides:
geoaddin classredis.clients.jedis.PipelineBase
-
geodist
- Specified by:
geodistin interfaceredis.clients.jedis.commands.BinaryRedisPipeline- Overrides:
geodistin classredis.clients.jedis.PipelineBase
-
geodist
public redis.clients.jedis.Response<Double> geodist(byte[] key, byte[] member1, byte[] member2, redis.clients.jedis.GeoUnit unit) - Specified by:
geodistin interfaceredis.clients.jedis.commands.BinaryRedisPipeline- Overrides:
geodistin classredis.clients.jedis.PipelineBase
-
geodist
- Specified by:
geodistin interfaceredis.clients.jedis.commands.RedisPipeline- Overrides:
geodistin classredis.clients.jedis.PipelineBase
-
geodist
public redis.clients.jedis.Response<Double> geodist(String key, String member1, String member2, redis.clients.jedis.GeoUnit unit) - Specified by:
geodistin interfaceredis.clients.jedis.commands.RedisPipeline- Overrides:
geodistin classredis.clients.jedis.PipelineBase
-
geohash
- Specified by:
geohashin interfaceredis.clients.jedis.commands.BinaryRedisPipeline- Overrides:
geohashin classredis.clients.jedis.PipelineBase
-
geohash
- Specified by:
geohashin interfaceredis.clients.jedis.commands.RedisPipeline- Overrides:
geohashin classredis.clients.jedis.PipelineBase
-
geopos
public redis.clients.jedis.Response<List<redis.clients.jedis.GeoCoordinate>> geopos(byte[] key, byte[]... members) - Specified by:
geoposin interfaceredis.clients.jedis.commands.BinaryRedisPipeline- Overrides:
geoposin classredis.clients.jedis.PipelineBase
-
geopos
public redis.clients.jedis.Response<List<redis.clients.jedis.GeoCoordinate>> geopos(String key, String... members) - Specified by:
geoposin interfaceredis.clients.jedis.commands.RedisPipeline- Overrides:
geoposin classredis.clients.jedis.PipelineBase
-
georadius
public redis.clients.jedis.Response<List<redis.clients.jedis.GeoRadiusResponse>> georadius(byte[] key, double longitude, double latitude, double radius, redis.clients.jedis.GeoUnit unit) - Specified by:
georadiusin interfaceredis.clients.jedis.commands.BinaryRedisPipeline- Overrides:
georadiusin classredis.clients.jedis.PipelineBase
-
georadius
public redis.clients.jedis.Response<List<redis.clients.jedis.GeoRadiusResponse>> georadius(byte[] key, double longitude, double latitude, double radius, redis.clients.jedis.GeoUnit unit, redis.clients.jedis.params.GeoRadiusParam param) - Specified by:
georadiusin interfaceredis.clients.jedis.commands.BinaryRedisPipeline- Overrides:
georadiusin classredis.clients.jedis.PipelineBase
-
georadius
public redis.clients.jedis.Response<List<redis.clients.jedis.GeoRadiusResponse>> georadius(String key, double longitude, double latitude, double radius, redis.clients.jedis.GeoUnit unit) - Specified by:
georadiusin interfaceredis.clients.jedis.commands.RedisPipeline- Overrides:
georadiusin classredis.clients.jedis.PipelineBase
-
georadius
public redis.clients.jedis.Response<List<redis.clients.jedis.GeoRadiusResponse>> georadius(String key, double longitude, double latitude, double radius, redis.clients.jedis.GeoUnit unit, redis.clients.jedis.params.GeoRadiusParam param) - Specified by:
georadiusin interfaceredis.clients.jedis.commands.RedisPipeline- Overrides:
georadiusin classredis.clients.jedis.PipelineBase
-
georadiusByMember
public redis.clients.jedis.Response<List<redis.clients.jedis.GeoRadiusResponse>> georadiusByMember(byte[] key, byte[] member, double radius, redis.clients.jedis.GeoUnit unit) - Specified by:
georadiusByMemberin interfaceredis.clients.jedis.commands.BinaryRedisPipeline- Overrides:
georadiusByMemberin classredis.clients.jedis.PipelineBase
-
georadiusByMember
public redis.clients.jedis.Response<List<redis.clients.jedis.GeoRadiusResponse>> georadiusByMember(byte[] key, byte[] member, double radius, redis.clients.jedis.GeoUnit unit, redis.clients.jedis.params.GeoRadiusParam param) - Specified by:
georadiusByMemberin interfaceredis.clients.jedis.commands.BinaryRedisPipeline- Overrides:
georadiusByMemberin classredis.clients.jedis.PipelineBase
-
georadiusByMember
public redis.clients.jedis.Response<List<redis.clients.jedis.GeoRadiusResponse>> georadiusByMember(String key, String member, double radius, redis.clients.jedis.GeoUnit unit) - Specified by:
georadiusByMemberin interfaceredis.clients.jedis.commands.RedisPipeline- Overrides:
georadiusByMemberin classredis.clients.jedis.PipelineBase
-
georadiusByMember
public redis.clients.jedis.Response<List<redis.clients.jedis.GeoRadiusResponse>> georadiusByMember(String key, String member, double radius, redis.clients.jedis.GeoUnit unit, redis.clients.jedis.params.GeoRadiusParam param) - Specified by:
georadiusByMemberin interfaceredis.clients.jedis.commands.RedisPipeline- Overrides:
georadiusByMemberin classredis.clients.jedis.PipelineBase
-
bitfield
- Specified by:
bitfieldin interfaceredis.clients.jedis.commands.RedisPipeline- Overrides:
bitfieldin classredis.clients.jedis.PipelineBase
-
bitfield
- Specified by:
bitfieldin interfaceredis.clients.jedis.commands.BinaryRedisPipeline- Overrides:
bitfieldin classredis.clients.jedis.PipelineBase
-