K - Key type.V - Value type.MasterReplica and
StatefulRedisMasterReplicaConnection.@Deprecated public interface StatefulRedisMasterSlaveConnection<K,V> extends StatefulRedisConnection<K,V>
ReadFrom.| Modifier and Type | Method and Description |
|---|---|
ReadFrom |
getReadFrom()
Deprecated.
Gets the
ReadFrom setting for this connection. |
void |
setReadFrom(ReadFrom readFrom)
Deprecated.
Set from which nodes data is read.
|
async, isMulti, reactive, syncclose, closeAsync, dispatch, dispatch, flushCommands, getOptions, getResources, getTimeout, isOpen, reset, setAutoFlushCommands, setTimeout, setTimeoutvoid setReadFrom(ReadFrom readFrom)
ReadFrom for more information.readFrom - the read from setting, must not be nullReadFrom getReadFrom()
ReadFrom setting for this connection. Defaults to ReadFrom.MASTER if not set.Copyright © 2019 lettuce.io. All rights reserved.