compilation fixed

pull/1871/head
Nikita Koksharov 6 years ago
parent 4f2a4b9811
commit f4d5cfba35

@ -61,7 +61,7 @@ public class PingConnectionHandler extends ChannelInboundHandlerAdapter {
}
protected void sendPing(final ChannelHandlerContext ctx) {
RedisConnection connection = RedisConnection.getFrom(ctx.channel());
final RedisConnection connection = RedisConnection.getFrom(ctx.channel());
final RFuture<String> future = connection.async(StringCodec.INSTANCE, RedisCommands.PING);
config.getTimer().newTimeout(new TimerTask() {

Loading…
Cancel
Save