public abstract class AbstractRedissonConnection extends AbstractRedisConnection
EMPTY_STRING| 构造器和说明 |
|---|
AbstractRedissonConnection() |
| 限定符和类型 | 方法和说明 |
|---|---|
protected abstract org.redisson.command.CommandExecutor |
getCommandExecutor() |
Iterator<byte[]> |
scanKeys(org.redisson.connection.MasterSlaveEntry entry,
byte[] pattern,
int batchSize) |
Set<byte[]> |
scanKeysOnDb(org.redisson.connection.MasterSlaveEntry entry,
int db,
byte[] pattern,
int batchSize) |
batchDeleteOnCluster, batchDeleteOnStandalone, batchGetOnCluster, batchGetOnStandalone, defaultExecutor, distributionScanKeys, getClassifiedKeys, getExecutor, parseServerVersionprotected abstract org.redisson.command.CommandExecutor getCommandExecutor()
public Iterator<byte[]> scanKeys(org.redisson.connection.MasterSlaveEntry entry, byte[] pattern, int batchSize)
public Set<byte[]> scanKeysOnDb(org.redisson.connection.MasterSlaveEntry entry, int db, byte[] pattern, int batchSize)
Copyright © 2020. All rights reserved.