Package redis.clients.jedis.commands
Interface KeyPipelineBinaryCommands
- All Known Subinterfaces:
PipelineBinaryCommands
- All Known Implementing Classes:
ClusterPipeline,MultiNodePipelineBase,Pipeline,ReliableTransaction,ShardedPipeline,Transaction,TransactionBase
public interface KeyPipelineBinaryCommands
-
Method Summary
Modifier and TypeMethodDescriptioncopy(byte[] srcKey, byte[] dstKey, boolean replace) del(byte[] key) del(byte[]... keys) Response<byte[]> dump(byte[] key) exists(byte[] key) exists(byte[]... keys) expire(byte[] key, long seconds) expire(byte[] key, long seconds, ExpiryOption expiryOption) expireAt(byte[] key, long unixTime) expireAt(byte[] key, long unixTime, ExpiryOption expiryOption) expireTime(byte[] key) keys(byte[] pattern) memoryUsage(byte[] key) memoryUsage(byte[] key, int samples) migrate(String host, int port, int timeout, MigrateParams params, byte[]... keys) Response<byte[]> objectEncoding(byte[] key) objectFreq(byte[] key) objectIdletime(byte[] key) objectRefcount(byte[] key) persist(byte[] key) pexpire(byte[] key, long milliseconds) pexpire(byte[] key, long milliseconds, ExpiryOption expiryOption) pexpireAt(byte[] key, long millisecondsTimestamp) pexpireAt(byte[] key, long millisecondsTimestamp, ExpiryOption expiryOption) pexpireTime(byte[] key) pttl(byte[] key) Response<byte[]> rename(byte[] oldkey, byte[] newkey) renamenx(byte[] oldkey, byte[] newkey) restore(byte[] key, long ttl, byte[] serializedValue) restore(byte[] key, long ttl, byte[] serializedValue, RestoreParams params) Response<ScanResult<byte[]>> scan(byte[] cursor) Response<ScanResult<byte[]>> scan(byte[] cursor, ScanParams params) Response<ScanResult<byte[]>> scan(byte[] cursor, ScanParams params, byte[] type) sort(byte[] key) sort(byte[] key, byte[] dstkey) sort(byte[] key, SortingParams sortingParams) sort(byte[] key, SortingParams sortingParams, byte[] dstkey) sortReadonly(byte[] key, SortingParams sortingParams) touch(byte[] key) touch(byte[]... keys) ttl(byte[] key) type(byte[] key) unlink(byte[] key) unlink(byte[]... keys)
-
Method Details
-
exists
-
exists
-
persist
-
type
-
dump
-
restore
-
restore
-
expire
-
expire
-
pexpire
-
pexpire
-
expireTime
-
pexpireTime
-
expireAt
-
expireAt
-
pexpireAt
-
pexpireAt
-
ttl
-
pttl
-
touch
-
touch
-
sort
-
sort
-
sortReadonly
-
del
-
del
-
unlink
-
unlink
-
copy
-
rename
-
renamenx
-
sort
-
sort
-
memoryUsage
-
memoryUsage
-
objectRefcount
-
objectEncoding
-
objectIdletime
-
objectFreq
-
migrate
-
migrate
-
keys
-
scan
-
scan
-
scan
-
randomBinaryKey
Response<byte[]> randomBinaryKey()
-