Module lettuce.core

Interface StatefulRedisMasterSlaveConnection<K,​V>

Type Parameters:
K - Key type.
V - Value type.
All Superinterfaces:
AsyncCloseable, AutoCloseable, StatefulConnection<K,​V>, StatefulRedisConnection<K,​V>, StatefulRedisMasterReplicaConnection<K,​V>

@Deprecated
public interface StatefulRedisMasterSlaveConnection<K,​V>
extends StatefulRedisMasterReplicaConnection<K,​V>
Deprecated.
Redis Master-Slave connection. The connection allows slave reads by setting ReadFrom.
Since:
4.1
Author:
Mark Paluch