change reverted

pull/574/merge
Nikita 9 years ago
parent 7651ceedb1
commit f31febcf3d

@ -421,7 +421,7 @@ public class MasterSlaveConnectionManager implements ConnectionManager {
private void connect(final Codec codec, final String channelName, final RedisPubSubListener<?> listener,
final Promise<PubSubConnectionEntry> promise, final PubSubType type, final AsyncSemaphore lock) {
final int slot = calcSlot(channelName);
final int slot = 0;
Future<RedisPubSubConnection> connFuture = nextPubSubConnection(slot);
connFuture.addListener(new FutureListener<RedisPubSubConnection>() {

Loading…
Cancel
Save