public abstract class MultiKeyPipelineBase extends PipelineBase implements MultiKeyBinaryRedisPipeline, MultiKeyCommandsPipeline, ClusterPipeline, BinaryScriptingCommandsPipeline, ScriptingCommandsPipeline, BasicRedisPipeline
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, 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, georadiusByMemberReadonly, georadiusByMemberReadonly, georadiusByMemberReadonly, georadiusByMemberReadonly, georadiusReadonly, georadiusReadonly, georadiusReadonly, georadiusReadonly, 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, hset, hset, hsetnx, hsetnx, hstrlen, hstrlen, 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, pexpireAt, pexpireAt, pfadd, pfadd, pfcount, pfcount, psetex, psetex, pttl, pttl, restore, restore, restoreReplace, restoreReplace, rpop, rpop, rpush, rpush, rpushx, rpushx, sadd, sadd, scard, scard, sendCommand, sendCommand, 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, touch, touch, ttl, ttl, type, type, unlink, unlink, xack, xack, xadd, xadd, xadd, xadd, xclaim, xclaim, xdel, xdel, xgroupCreate, xgroupCreate, xgroupDelConsumer, xgroupDelConsumer, xgroupDestroy, xgroupDestroy, xgroupSetID, xgroupSetID, xlen, xlen, xpending, xpending, xrange, xrange, xrevrange, xrevrange, xtrim, xtrim, zadd, zadd, zadd, zadd, zadd, zadd, zadd, zadd, zcard, zcard, zcount, zcount, zcount, zcount, zincrby, zincrby, zincrby, zincrby, zlexcount, zlexcount, zpopmax, zpopmax, zpopmax, zpopmax, zpopmin, zpopmin, zpopmin, zpopmin, 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, zscore
clean, generateResponse, getPipelinedResponseLength, getResponse, hasPipelinedResponse
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
migrate
protected Client client
public Response<List<String>> brpop(String... args)
brpop
in interface MultiKeyCommandsPipeline
public Response<List<String>> blpop(String... args)
blpop
in interface MultiKeyCommandsPipeline
public Response<List<byte[]>> brpop(byte[]... args)
brpop
in interface MultiKeyBinaryRedisPipeline
public Response<List<byte[]>> blpop(byte[]... args)
blpop
in interface MultiKeyBinaryRedisPipeline
public Response<Long> del(String... keys)
del
in interface MultiKeyCommandsPipeline
public Response<Long> del(byte[]... keys)
del
in interface MultiKeyBinaryRedisPipeline
public Response<Long> unlink(String... keys)
unlink
in interface MultiKeyCommandsPipeline
public Response<Long> unlink(byte[]... keys)
unlink
in interface MultiKeyBinaryRedisPipeline
public Response<Long> exists(String... keys)
exists
in interface MultiKeyCommandsPipeline
public Response<Long> exists(byte[]... keys)
exists
in interface MultiKeyBinaryRedisPipeline
public Response<Set<String>> keys(String pattern)
keys
in interface MultiKeyCommandsPipeline
public Response<Set<byte[]>> keys(byte[] pattern)
keys
in interface MultiKeyBinaryRedisPipeline
public Response<List<String>> mget(String... keys)
mget
in interface MultiKeyCommandsPipeline
public Response<List<byte[]>> mget(byte[]... keys)
mget
in interface MultiKeyBinaryRedisPipeline
public Response<String> mset(String... keysvalues)
mset
in interface MultiKeyCommandsPipeline
public Response<String> mset(byte[]... keysvalues)
mset
in interface MultiKeyBinaryRedisPipeline
public Response<Long> msetnx(String... keysvalues)
msetnx
in interface MultiKeyCommandsPipeline
public Response<Long> msetnx(byte[]... keysvalues)
msetnx
in interface MultiKeyBinaryRedisPipeline
public Response<String> rename(String oldkey, String newkey)
rename
in interface MultiKeyCommandsPipeline
public Response<String> rename(byte[] oldkey, byte[] newkey)
rename
in interface MultiKeyBinaryRedisPipeline
public Response<Long> renamenx(String oldkey, String newkey)
renamenx
in interface MultiKeyCommandsPipeline
public Response<Long> renamenx(byte[] oldkey, byte[] newkey)
renamenx
in interface MultiKeyBinaryRedisPipeline
public Response<String> rpoplpush(String srckey, String dstkey)
rpoplpush
in interface MultiKeyCommandsPipeline
public Response<byte[]> rpoplpush(byte[] srckey, byte[] dstkey)
rpoplpush
in interface MultiKeyBinaryRedisPipeline
public Response<Set<String>> sdiff(String... keys)
sdiff
in interface MultiKeyCommandsPipeline
public Response<Set<byte[]>> sdiff(byte[]... keys)
sdiff
in interface MultiKeyBinaryRedisPipeline
public Response<Long> sdiffstore(String dstkey, String... keys)
sdiffstore
in interface MultiKeyCommandsPipeline
public Response<Long> sdiffstore(byte[] dstkey, byte[]... keys)
sdiffstore
in interface MultiKeyBinaryRedisPipeline
public Response<Set<String>> sinter(String... keys)
sinter
in interface MultiKeyCommandsPipeline
public Response<Set<byte[]>> sinter(byte[]... keys)
sinter
in interface MultiKeyBinaryRedisPipeline
public Response<Long> sinterstore(String dstkey, String... keys)
sinterstore
in interface MultiKeyCommandsPipeline
public Response<Long> sinterstore(byte[] dstkey, byte[]... keys)
sinterstore
in interface MultiKeyBinaryRedisPipeline
public Response<Long> smove(String srckey, String dstkey, String member)
smove
in interface MultiKeyCommandsPipeline
public Response<Long> smove(byte[] srckey, byte[] dstkey, byte[] member)
smove
in interface MultiKeyBinaryRedisPipeline
public Response<Long> sort(String key, SortingParams sortingParameters, String dstkey)
sort
in interface MultiKeyCommandsPipeline
public Response<Long> sort(byte[] key, SortingParams sortingParameters, byte[] dstkey)
sort
in interface MultiKeyBinaryRedisPipeline
public Response<Long> sort(String key, String dstkey)
sort
in interface MultiKeyCommandsPipeline
public Response<Long> sort(byte[] key, byte[] dstkey)
sort
in interface MultiKeyBinaryRedisPipeline
public Response<Set<String>> sunion(String... keys)
sunion
in interface MultiKeyCommandsPipeline
public Response<Set<byte[]>> sunion(byte[]... keys)
sunion
in interface MultiKeyBinaryRedisPipeline
public Response<Long> sunionstore(String dstkey, String... keys)
sunionstore
in interface MultiKeyCommandsPipeline
public Response<Long> sunionstore(byte[] dstkey, byte[]... keys)
sunionstore
in interface MultiKeyBinaryRedisPipeline
public Response<String> watch(String... keys)
watch
in interface MultiKeyCommandsPipeline
public Response<String> watch(byte[]... keys)
watch
in interface MultiKeyBinaryRedisPipeline
public Response<String> unwatch()
unwatch
in interface MultiKeyBinaryRedisPipeline
unwatch
in interface MultiKeyCommandsPipeline
public Response<Long> zinterstore(String dstkey, String... sets)
zinterstore
in interface MultiKeyCommandsPipeline
public Response<Long> zinterstore(byte[] dstkey, byte[]... sets)
zinterstore
in interface MultiKeyBinaryRedisPipeline
public Response<Long> zinterstore(String dstkey, ZParams params, String... sets)
zinterstore
in interface MultiKeyCommandsPipeline
public Response<Long> zinterstore(byte[] dstkey, ZParams params, byte[]... sets)
zinterstore
in interface MultiKeyBinaryRedisPipeline
public Response<Long> zunionstore(String dstkey, String... sets)
zunionstore
in interface MultiKeyCommandsPipeline
public Response<Long> zunionstore(byte[] dstkey, byte[]... sets)
zunionstore
in interface MultiKeyBinaryRedisPipeline
public Response<Long> zunionstore(String dstkey, ZParams params, String... sets)
zunionstore
in interface MultiKeyCommandsPipeline
public Response<Long> zunionstore(byte[] dstkey, ZParams params, byte[]... sets)
zunionstore
in interface MultiKeyBinaryRedisPipeline
public Response<String> bgrewriteaof()
bgrewriteaof
in interface BasicRedisPipeline
public Response<String> bgsave()
bgsave
in interface BasicRedisPipeline
public Response<List<String>> configGet(String pattern)
configGet
in interface BasicRedisPipeline
public Response<String> configSet(String parameter, String value)
configSet
in interface BasicRedisPipeline
public Response<String> brpoplpush(String source, String destination, int timeout)
brpoplpush
in interface MultiKeyCommandsPipeline
public Response<byte[]> brpoplpush(byte[] source, byte[] destination, int timeout)
brpoplpush
in interface MultiKeyBinaryRedisPipeline
public Response<String> configResetStat()
configResetStat
in interface BasicRedisPipeline
public Response<String> save()
save
in interface BasicRedisPipeline
public Response<Long> lastsave()
lastsave
in interface BasicRedisPipeline
public Response<Long> publish(String channel, String message)
publish
in interface MultiKeyCommandsPipeline
public Response<Long> publish(byte[] channel, byte[] message)
publish
in interface MultiKeyBinaryRedisPipeline
public Response<String> randomKey()
randomKey
in interface MultiKeyCommandsPipeline
public Response<byte[]> randomKeyBinary()
randomKeyBinary
in interface MultiKeyBinaryRedisPipeline
public Response<String> flushDB()
flushDB
in interface BasicRedisPipeline
public Response<String> flushAll()
flushAll
in interface BasicRedisPipeline
public Response<String> info()
info
in interface BasicRedisPipeline
public Response<Long> dbSize()
dbSize
in interface BasicRedisPipeline
public Response<String> shutdown()
shutdown
in interface BasicRedisPipeline
public Response<String> ping()
ping
in interface BasicRedisPipeline
public Response<String> select(int index)
select
in interface BasicRedisPipeline
public Response<String> swapDB(int index1, int index2)
swapDB
in interface BasicRedisPipeline
public Response<Long> bitop(BitOP op, byte[] destKey, byte[]... srcKeys)
bitop
in interface MultiKeyBinaryRedisPipeline
public Response<Long> bitop(BitOP op, String destKey, String... srcKeys)
bitop
in interface MultiKeyCommandsPipeline
public Response<String> clusterNodes()
clusterNodes
in interface ClusterPipeline
public Response<String> clusterMeet(String ip, int port)
clusterMeet
in interface ClusterPipeline
public Response<String> clusterAddSlots(int... slots)
clusterAddSlots
in interface ClusterPipeline
public Response<String> clusterDelSlots(int... slots)
clusterDelSlots
in interface ClusterPipeline
public Response<String> clusterInfo()
clusterInfo
in interface ClusterPipeline
public Response<List<String>> clusterGetKeysInSlot(int slot, int count)
clusterGetKeysInSlot
in interface ClusterPipeline
public Response<String> clusterSetSlotNode(int slot, String nodeId)
clusterSetSlotNode
in interface ClusterPipeline
public Response<String> clusterSetSlotMigrating(int slot, String nodeId)
clusterSetSlotMigrating
in interface ClusterPipeline
public Response<String> clusterSetSlotImporting(int slot, String nodeId)
clusterSetSlotImporting
in interface ClusterPipeline
public Response<Object> eval(String script)
eval
in interface ScriptingCommandsPipeline
public Response<Object> eval(String script, List<String> keys, List<String> args)
eval
in interface ScriptingCommandsPipeline
public Response<Object> eval(String script, int keyCount, String... params)
eval
in interface ScriptingCommandsPipeline
public Response<Object> evalsha(String sha1)
evalsha
in interface ScriptingCommandsPipeline
public Response<Object> evalsha(String sha1, List<String> keys, List<String> args)
evalsha
in interface ScriptingCommandsPipeline
public Response<Object> evalsha(String sha1, int keyCount, String... params)
evalsha
in interface ScriptingCommandsPipeline
public Response<Object> eval(byte[] script)
eval
in interface BinaryScriptingCommandsPipeline
public Response<Object> eval(byte[] script, byte[] keyCount, byte[]... params)
eval
in interface BinaryScriptingCommandsPipeline
public Response<Object> eval(byte[] script, List<byte[]> keys, List<byte[]> args)
eval
in interface BinaryScriptingCommandsPipeline
public Response<Object> eval(byte[] script, int keyCount, byte[]... params)
eval
in interface BinaryScriptingCommandsPipeline
public Response<Object> evalsha(byte[] sha1)
evalsha
in interface BinaryScriptingCommandsPipeline
public Response<Object> evalsha(byte[] sha1, List<byte[]> keys, List<byte[]> args)
evalsha
in interface BinaryScriptingCommandsPipeline
public Response<Object> evalsha(byte[] sha1, int keyCount, byte[]... params)
evalsha
in interface BinaryScriptingCommandsPipeline
public Response<Long> pfcount(String... keys)
pfcount
in interface MultiKeyCommandsPipeline
public Response<Long> pfcount(byte[]... keys)
pfcount
in interface MultiKeyBinaryRedisPipeline
public Response<String> pfmerge(byte[] destkey, byte[]... sourcekeys)
pfmerge
in interface MultiKeyBinaryRedisPipeline
public Response<String> pfmerge(String destkey, String... sourcekeys)
pfmerge
in interface MultiKeyCommandsPipeline
public Response<List<String>> time()
time
in interface BasicRedisPipeline
public Response<Long> touch(String... keys)
touch
in interface MultiKeyCommandsPipeline
public Response<Long> touch(byte[]... keys)
touch
in interface MultiKeyBinaryRedisPipeline
public Response<String> moduleUnload(String name)
moduleUnload
in interface BasicRedisPipeline
public Response<List<Module>> moduleList()
moduleList
in interface BasicRedisPipeline
public Response<String> moduleLoad(String path)
moduleLoad
in interface BasicRedisPipeline
public Response<String> migrate(String host, int port, int destinationDB, int timeout, MigrateParams params, String... keys)
migrate
in interface MultiKeyCommandsPipeline
public Response<String> migrate(String host, int port, int destinationDB, int timeout, MigrateParams params, byte[]... keys)
migrate
in interface MultiKeyBinaryRedisPipeline
public Response<Object> sendCommand(ProtocolCommand cmd, String... args)
public Response<Object> sendCommand(ProtocolCommand cmd, byte[]... args)
Copyright © 2019. All rights reserved.