minor update

pull/255/head
Nikita 10 years ago
parent 0715a5489c
commit 664e8904f7

@ -71,6 +71,7 @@ public class RedisConnection implements RedisCommands {
public void updateChannel(Channel channel) {
this.channel = channel;
channel.attr(CONNECTION).set(this);
resetFailAttempt();
}
public RedisClient getRedisClient() {

Loading…
Cancel
Save