public abstract class MultiKeyPipelineBase extends PipelineBase implements BasicRedisPipeline, MultiKeyBinaryRedisPipeline, MultiKeyCommandsPipeline, ClusterPipeline, BinaryScriptingCommandsPipeline
| Constructor and Description |
|---|
MultiKeyPipelineBase() |
append, append, bitcount, bitcount, bitcount, bitcount, bitfield, bitfield, bitpos, bitpos, bitpos, bitpos, blpop, blpop, brpop, brpop, decr, decr, decrBy, decrBy, del, del, dump, dump, echo, echo, eval, eval, eval, evalsha, evalsha, evalsha, exists, exists, expire, expire, expireAt, expireAt, geoadd, geoadd, geoadd, geoadd, geodist, geodist, geodist, geodist, geohash, geohash, geopos, geopos, georadius, georadius, georadius, georadius, georadiusByMember, georadiusByMember, georadiusByMember, georadiusByMember, get, get, getbit, getbit, getClient, getClient, getrange, getrange, getSet, getSet, hdel, hdel, hexists, hexists, hget, hget, hgetAll, hgetAll, hincrBy, hincrBy, hincrByFloat, hincrByFloat, hkeys, hkeys, hlen, hlen, hmget, hmget, hmset, hmset, hset, hset, hsetnx, hsetnx, hvals, hvals, incr, incr, incrBy, incrBy, incrByFloat, incrByFloat, lindex, lindex, linsert, linsert, llen, llen, lpop, lpop, lpush, lpush, lpushx, lpushx, lrange, lrange, lrem, lrem, lset, lset, ltrim, ltrim, migrate, migrate, move, move, objectEncoding, objectEncoding, objectIdletime, objectIdletime, objectRefcount, objectRefcount, persist, persist, pexpire, pexpire, pexpire, pexpire, pexpireAt, pexpireAt, pfadd, pfadd, pfcount, pfcount, psetex, psetex, psetex, psetex, pttl, pttl, restore, restore, rpop, rpop, rpush, rpush, rpushx, rpushx, sadd, sadd, scard, scard, set, set, set, set, set, set, setbit, setbit, setex, setex, setnx, setnx, setrange, setrange, sismember, sismember, smembers, smembers, sort, sort, sort, sort, spop, spop, spop, spop, srandmember, srandmember, srandmember, srandmember, srem, srem, strlen, strlen, substr, substr, ttl, ttl, type, type, zadd, zadd, zadd, zadd, zadd, zadd, zadd, zadd, zcard, zcard, zcount, zcount, zcount, zcount, zincrby, zincrby, zincrby, zincrby, zlexcount, zlexcount, zrange, zrange, zrangeByLex, zrangeByLex, zrangeByLex, zrangeByLex, zrangeByScore, zrangeByScore, zrangeByScore, zrangeByScore, zrangeByScore, zrangeByScore, zrangeByScore, zrangeByScore, zrangeByScoreWithScores, zrangeByScoreWithScores, zrangeByScoreWithScores, zrangeByScoreWithScores, zrangeByScoreWithScores, zrangeByScoreWithScores, zrangeByScoreWithScores, zrangeByScoreWithScores, zrangeWithScores, zrangeWithScores, zrank, zrank, zrem, zrem, zremrangeByLex, zremrangeByLex, zremrangeByRank, zremrangeByRank, zremrangeByScore, zremrangeByScore, zremrangeByScore, zremrangeByScore, zrevrange, zrevrange, zrevrangeByLex, zrevrangeByLex, zrevrangeByLex, zrevrangeByLex, zrevrangeByScore, zrevrangeByScore, zrevrangeByScore, zrevrangeByScore, zrevrangeByScore, zrevrangeByScore, zrevrangeByScore, zrevrangeByScore, zrevrangeByScoreWithScores, zrevrangeByScoreWithScores, zrevrangeByScoreWithScores, zrevrangeByScoreWithScores, zrevrangeByScoreWithScores, zrevrangeByScoreWithScores, zrevrangeByScoreWithScores, zrevrangeByScoreWithScores, zrevrangeWithScores, zrevrangeWithScores, zrevrank, zrevrank, zscore, zscoreclean, generateResponse, getPipelinedResponseLength, getResponse, hasPipelinedResponseprotected Client client
public Response<List<String>> brpop(String... args)
brpop in interface MultiKeyCommandsPipelinepublic Response<List<String>> blpop(String... args)
blpop in interface MultiKeyCommandsPipelinepublic Response<List<byte[]>> brpop(byte[]... args)
brpop in interface MultiKeyBinaryRedisPipelinepublic Response<List<byte[]>> blpop(byte[]... args)
blpop in interface MultiKeyBinaryRedisPipelinepublic Response<Long> del(String... keys)
del in interface MultiKeyCommandsPipelinepublic Response<Long> del(byte[]... keys)
del in interface MultiKeyBinaryRedisPipelinepublic Response<Long> exists(String... keys)
exists in interface MultiKeyCommandsPipelinepublic Response<Long> exists(byte[]... keys)
exists in interface MultiKeyBinaryRedisPipelinepublic Response<Set<String>> keys(String pattern)
keys in interface MultiKeyCommandsPipelinepublic Response<Set<byte[]>> keys(byte[] pattern)
keys in interface MultiKeyBinaryRedisPipelinepublic Response<List<String>> mget(String... keys)
mget in interface MultiKeyCommandsPipelinepublic Response<List<byte[]>> mget(byte[]... keys)
mget in interface MultiKeyBinaryRedisPipelinepublic Response<String> mset(String... keysvalues)
mset in interface MultiKeyCommandsPipelinepublic Response<String> mset(byte[]... keysvalues)
mset in interface MultiKeyBinaryRedisPipelinepublic Response<Long> msetnx(String... keysvalues)
msetnx in interface MultiKeyCommandsPipelinepublic Response<Long> msetnx(byte[]... keysvalues)
msetnx in interface MultiKeyBinaryRedisPipelinepublic Response<String> rename(String oldkey, String newkey)
rename in interface MultiKeyCommandsPipelinepublic Response<String> rename(byte[] oldkey, byte[] newkey)
rename in interface MultiKeyBinaryRedisPipelinepublic Response<Long> renamenx(String oldkey, String newkey)
renamenx in interface MultiKeyCommandsPipelinepublic Response<Long> renamenx(byte[] oldkey, byte[] newkey)
renamenx in interface MultiKeyBinaryRedisPipelinepublic Response<String> rpoplpush(String srckey, String dstkey)
rpoplpush in interface MultiKeyCommandsPipelinepublic Response<byte[]> rpoplpush(byte[] srckey, byte[] dstkey)
rpoplpush in interface MultiKeyBinaryRedisPipelinepublic Response<Set<String>> sdiff(String... keys)
sdiff in interface MultiKeyCommandsPipelinepublic Response<Set<byte[]>> sdiff(byte[]... keys)
sdiff in interface MultiKeyBinaryRedisPipelinepublic Response<Long> sdiffstore(String dstkey, String... keys)
sdiffstore in interface MultiKeyCommandsPipelinepublic Response<Long> sdiffstore(byte[] dstkey, byte[]... keys)
sdiffstore in interface MultiKeyBinaryRedisPipelinepublic Response<Set<String>> sinter(String... keys)
sinter in interface MultiKeyCommandsPipelinepublic Response<Set<byte[]>> sinter(byte[]... keys)
sinter in interface MultiKeyBinaryRedisPipelinepublic Response<Long> sinterstore(String dstkey, String... keys)
sinterstore in interface MultiKeyCommandsPipelinepublic Response<Long> sinterstore(byte[] dstkey, byte[]... keys)
sinterstore in interface MultiKeyBinaryRedisPipelinepublic Response<Long> smove(String srckey, String dstkey, String member)
smove in interface MultiKeyCommandsPipelinepublic Response<Long> smove(byte[] srckey, byte[] dstkey, byte[] member)
smove in interface MultiKeyBinaryRedisPipelinepublic Response<Long> sort(String key, SortingParams sortingParameters, String dstkey)
sort in interface MultiKeyCommandsPipelinepublic Response<Long> sort(byte[] key, SortingParams sortingParameters, byte[] dstkey)
sort in interface MultiKeyBinaryRedisPipelinepublic Response<Long> sort(String key, String dstkey)
sort in interface MultiKeyCommandsPipelinepublic Response<Long> sort(byte[] key, byte[] dstkey)
sort in interface MultiKeyBinaryRedisPipelinepublic Response<Set<String>> sunion(String... keys)
sunion in interface MultiKeyCommandsPipelinepublic Response<Set<byte[]>> sunion(byte[]... keys)
sunion in interface MultiKeyBinaryRedisPipelinepublic Response<Long> sunionstore(String dstkey, String... keys)
sunionstore in interface MultiKeyCommandsPipelinepublic Response<Long> sunionstore(byte[] dstkey, byte[]... keys)
sunionstore in interface MultiKeyBinaryRedisPipelinepublic Response<String> watch(String... keys)
watch in interface MultiKeyCommandsPipelinepublic Response<String> watch(byte[]... keys)
watch in interface MultiKeyBinaryRedisPipelinepublic Response<Long> zinterstore(String dstkey, String... sets)
zinterstore in interface MultiKeyCommandsPipelinepublic Response<Long> zinterstore(byte[] dstkey, byte[]... sets)
zinterstore in interface MultiKeyBinaryRedisPipelinepublic Response<Long> zinterstore(String dstkey, ZParams params, String... sets)
zinterstore in interface MultiKeyCommandsPipelinepublic Response<Long> zinterstore(byte[] dstkey, ZParams params, byte[]... sets)
zinterstore in interface MultiKeyBinaryRedisPipelinepublic Response<Long> zunionstore(String dstkey, String... sets)
zunionstore in interface MultiKeyCommandsPipelinepublic Response<Long> zunionstore(byte[] dstkey, byte[]... sets)
zunionstore in interface MultiKeyBinaryRedisPipelinepublic Response<Long> zunionstore(String dstkey, ZParams params, String... sets)
zunionstore in interface MultiKeyCommandsPipelinepublic Response<Long> zunionstore(byte[] dstkey, ZParams params, byte[]... sets)
zunionstore in interface MultiKeyBinaryRedisPipelinepublic Response<String> bgrewriteaof()
bgrewriteaof in interface BasicRedisPipelinepublic Response<String> bgsave()
bgsave in interface BasicRedisPipelinepublic Response<List<String>> configGet(String pattern)
configGet in interface BasicRedisPipelinepublic Response<String> configSet(String parameter, String value)
configSet in interface BasicRedisPipelinepublic Response<String> brpoplpush(String source, String destination, int timeout)
brpoplpush in interface MultiKeyCommandsPipelinepublic Response<byte[]> brpoplpush(byte[] source, byte[] destination, int timeout)
brpoplpush in interface MultiKeyBinaryRedisPipelinepublic Response<String> configResetStat()
configResetStat in interface BasicRedisPipelinepublic Response<String> save()
save in interface BasicRedisPipelinepublic Response<Long> lastsave()
lastsave in interface BasicRedisPipelinepublic Response<Long> publish(String channel, String message)
publish in interface MultiKeyCommandsPipelinepublic Response<Long> publish(byte[] channel, byte[] message)
publish in interface MultiKeyBinaryRedisPipelinepublic Response<String> randomKey()
randomKey in interface MultiKeyCommandsPipelinepublic Response<byte[]> randomKeyBinary()
randomKeyBinary in interface MultiKeyBinaryRedisPipelinepublic Response<String> flushDB()
flushDB in interface BasicRedisPipelinepublic Response<String> flushAll()
flushAll in interface BasicRedisPipelinepublic Response<String> info()
info in interface BasicRedisPipelinepublic Response<List<String>> time()
time in interface BasicRedisPipelinepublic Response<Long> dbSize()
dbSize in interface BasicRedisPipelinepublic Response<String> shutdown()
shutdown in interface BasicRedisPipelinepublic Response<String> ping()
ping in interface BasicRedisPipelinepublic Response<String> select(int index)
select in interface BasicRedisPipelinepublic Response<Long> bitop(BitOP op, byte[] destKey, byte[]... srcKeys)
bitop in interface MultiKeyBinaryRedisPipelinepublic Response<Long> bitop(BitOP op, String destKey, String... srcKeys)
bitop in interface MultiKeyCommandsPipelinepublic Response<String> clusterNodes()
clusterNodes in interface ClusterPipelinepublic Response<String> clusterMeet(String ip, int port)
clusterMeet in interface ClusterPipelinepublic Response<String> clusterAddSlots(int... slots)
clusterAddSlots in interface ClusterPipelinepublic Response<String> clusterDelSlots(int... slots)
clusterDelSlots in interface ClusterPipelinepublic Response<String> clusterInfo()
clusterInfo in interface ClusterPipelinepublic Response<List<String>> clusterGetKeysInSlot(int slot, int count)
clusterGetKeysInSlot in interface ClusterPipelinepublic Response<String> clusterSetSlotNode(int slot, String nodeId)
clusterSetSlotNode in interface ClusterPipelinepublic Response<String> clusterSetSlotMigrating(int slot, String nodeId)
clusterSetSlotMigrating in interface ClusterPipelinepublic Response<String> clusterSetSlotImporting(int slot, String nodeId)
clusterSetSlotImporting in interface ClusterPipelinepublic Response<Object> eval(byte[] script)
eval in interface BinaryScriptingCommandsPipelinepublic Response<Object> eval(byte[] script, byte[] keyCount, byte[]... params)
eval in interface BinaryScriptingCommandsPipelinepublic Response<Object> eval(byte[] script, List<byte[]> keys, List<byte[]> args)
eval in interface BinaryScriptingCommandsPipelinepublic Response<Object> eval(byte[] script, int keyCount, byte[]... params)
eval in interface BinaryScriptingCommandsPipelinepublic Response<Object> evalsha(byte[] sha1)
evalsha in interface BinaryScriptingCommandsPipelinepublic Response<Object> evalsha(byte[] sha1, List<byte[]> keys, List<byte[]> args)
evalsha in interface BinaryScriptingCommandsPipelinepublic Response<Object> evalsha(byte[] sha1, int keyCount, byte[]... params)
evalsha in interface BinaryScriptingCommandsPipelinepublic Response<String> pfmerge(byte[] destkey, byte[]... sourcekeys)
pfmerge in interface MultiKeyBinaryRedisPipelinepublic Response<String> pfmerge(String destkey, String... sourcekeys)
pfmerge in interface MultiKeyCommandsPipelinepublic Response<Long> pfcount(String... keys)
pfcount in interface MultiKeyCommandsPipelinepublic Response<Long> pfcount(byte[]... keys)
pfcount in interface MultiKeyBinaryRedisPipelineCopyright © 2019. All rights reserved.