public class io.vertx.redis.client.impl.RedisSentinelClient implements io.vertx.redis.client.Redis
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: io.vertx.redis.client.impl.RedisSentinelClient
  super_class: java.lang.Object
{
  private static final java.util.Random RANDOM;
    descriptor: Ljava/util/Random;
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL

  private static final io.vertx.core.logging.Logger LOG;
    descriptor: Lio/vertx/core/logging/Logger;
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL

  private final io.vertx.core.Vertx vertx;
    descriptor: Lio/vertx/core/Vertx;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final io.vertx.redis.client.RedisOptions options;
    descriptor: Lio/vertx/redis/client/RedisOptions;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private io.vertx.redis.client.Redis sentinel;
    descriptor: Lio/vertx/redis/client/Redis;
    flags: (0x0002) ACC_PRIVATE

  private io.vertx.redis.client.impl.RedisClient redis;
    descriptor: Lio/vertx/redis/client/impl/RedisClient;
    flags: (0x0002) ACC_PRIVATE

  private static volatile int[] $SWITCH_TABLE$io$vertx$redis$client$RedisRole;
    descriptor: [I
    flags: (0x104a) ACC_PRIVATE, ACC_STATIC, ACC_VOLATILE, ACC_SYNTHETIC

  static void <clinit>();
    descriptor: ()V
    flags: (0x0008) ACC_STATIC
    Code:
      stack=2, locals=0, args_size=0
         0: .line 38
            new java.util.Random
            dup
            invokespecial java.util.Random.<init>:()V
            putstatic io.vertx.redis.client.impl.RedisSentinelClient.RANDOM:Ljava/util/Random;
         1: .line 50
            ldc Lio/vertx/redis/client/impl/RedisSentinelClient;
            invokestatic io.vertx.core.logging.LoggerFactory.getLogger:(Ljava/lang/Class;)Lio/vertx/core/logging/Logger;
            putstatic io.vertx.redis.client.impl.RedisSentinelClient.LOG:Lio/vertx/core/logging/Logger;
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  private void <init>(io.vertx.core.Vertx, io.vertx.redis.client.RedisOptions);
    descriptor: (Lio/vertx/core/Vertx;Lio/vertx/redis/client/RedisOptions;)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // io.vertx.redis.client.impl.RedisSentinelClient this
        start local 1 // io.vertx.core.Vertx vertx
        start local 2 // io.vertx.redis.client.RedisOptions options
         0: .line 58
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 59
            aload 0 /* this */
            aload 1 /* vertx */
            putfield io.vertx.redis.client.impl.RedisSentinelClient.vertx:Lio/vertx/core/Vertx;
         2: .line 60
            aload 0 /* this */
            aload 2 /* options */
            putfield io.vertx.redis.client.impl.RedisSentinelClient.options:Lio/vertx/redis/client/RedisOptions;
         3: .line 61
            return
        end local 2 // io.vertx.redis.client.RedisOptions options
        end local 1 // io.vertx.core.Vertx vertx
        end local 0 // io.vertx.redis.client.impl.RedisSentinelClient this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    4     0     this  Lio/vertx/redis/client/impl/RedisSentinelClient;
            0    4     1    vertx  Lio/vertx/core/Vertx;
            0    4     2  options  Lio/vertx/redis/client/RedisOptions;
    MethodParameters:
         Name  Flags
      vertx    
      options  

  public io.vertx.redis.client.Redis connect(io.vertx.core.Handler<io.vertx.core.AsyncResult<io.vertx.redis.client.Redis>>);
    descriptor: (Lio/vertx/core/Handler;)Lio/vertx/redis/client/Redis;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=2, args_size=2
        start local 0 // io.vertx.redis.client.impl.RedisSentinelClient this
        start local 1 // io.vertx.core.Handler onCreate
         0: .line 66
            aload 0 /* this */
            getfield io.vertx.redis.client.impl.RedisSentinelClient.vertx:Lio/vertx/core/Vertx;
            aload 0 /* this */
            getfield io.vertx.redis.client.impl.RedisSentinelClient.options:Lio/vertx/redis/client/RedisOptions;
            getstatic io.vertx.redis.client.RedisRole.SENTINEL:Lio/vertx/redis/client/RedisRole;
            aload 0 /* this */
            invokedynamic handle(Lio/vertx/redis/client/impl/RedisSentinelClient;)Lio/vertx/core/Handler;
              Bootstrap: invokestatic java.lang.invoke.LambdaMetafactory.metafactory:(Ljava/lang/invoke/MethodHandles$Lookup;Ljava/lang/String;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodHandle;Ljava/lang/invoke/MethodType;)Ljava/lang/invoke/CallSite;
                Method arguments:
                  (Ljava/lang/Object;)V
                  io/vertx/redis/client/impl/RedisSentinelClient.lambda$0(Lio/vertx/core/AsyncResult;)V (7)
                  (Lio/vertx/core/AsyncResult;)V
            invokestatic io.vertx.redis.client.impl.RedisSentinelClient.createClientInternal:(Lio/vertx/core/Vertx;Lio/vertx/redis/client/RedisOptions;Lio/vertx/redis/client/RedisRole;Lio/vertx/core/Handler;)V
         1: .line 101
            aload 0 /* this */
            getfield io.vertx.redis.client.impl.RedisSentinelClient.vertx:Lio/vertx/core/Vertx;
            aload 0 /* this */
            getfield io.vertx.redis.client.impl.RedisSentinelClient.options:Lio/vertx/redis/client/RedisOptions;
            aload 0 /* this */
            getfield io.vertx.redis.client.impl.RedisSentinelClient.options:Lio/vertx/redis/client/RedisOptions;
            invokevirtual io.vertx.redis.client.RedisOptions.getRole:()Lio/vertx/redis/client/RedisRole;
            aload 0 /* this */
            aload 1 /* onCreate */
            invokedynamic handle(Lio/vertx/redis/client/impl/RedisSentinelClient;Lio/vertx/core/Handler;)Lio/vertx/core/Handler;
              Bootstrap: invokestatic java.lang.invoke.LambdaMetafactory.metafactory:(Ljava/lang/invoke/MethodHandles$Lookup;Ljava/lang/String;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodHandle;Ljava/lang/invoke/MethodType;)Ljava/lang/invoke/CallSite;
                Method arguments:
                  (Ljava/lang/Object;)V
                  io/vertx/redis/client/impl/RedisSentinelClient.lambda$4(Lio/vertx/core/Handler;Lio/vertx/core/AsyncResult;)V (7)
                  (Lio/vertx/core/AsyncResult;)V
            invokestatic io.vertx.redis.client.impl.RedisSentinelClient.createClientInternal:(Lio/vertx/core/Vertx;Lio/vertx/redis/client/RedisOptions;Lio/vertx/redis/client/RedisRole;Lio/vertx/core/Handler;)V
         2: .line 112
            aload 0 /* this */
            areturn
        end local 1 // io.vertx.core.Handler onCreate
        end local 0 // io.vertx.redis.client.impl.RedisSentinelClient this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    3     0      this  Lio/vertx/redis/client/impl/RedisSentinelClient;
            0    3     1  onCreate  Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Lio/vertx/redis/client/Redis;>;>;
    Signature: (Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Lio/vertx/redis/client/Redis;>;>;)Lio/vertx/redis/client/Redis;
    MethodParameters:
          Name  Flags
      onCreate  

  public void close();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.vertx.redis.client.impl.RedisSentinelClient this
         0: .line 117
            aload 0 /* this */
            getfield io.vertx.redis.client.impl.RedisSentinelClient.sentinel:Lio/vertx/redis/client/Redis;
            invokeinterface io.vertx.redis.client.Redis.close:()V
         1: .line 118
            aload 0 /* this */
            getfield io.vertx.redis.client.impl.RedisSentinelClient.redis:Lio/vertx/redis/client/impl/RedisClient;
            invokevirtual io.vertx.redis.client.impl.RedisClient.close:()V
         2: .line 119
            return
        end local 0 // io.vertx.redis.client.impl.RedisSentinelClient this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lio/vertx/redis/client/impl/RedisSentinelClient;

  public io.vertx.redis.client.Redis exceptionHandler(io.vertx.core.Handler<java.lang.Throwable>);
    descriptor: (Lio/vertx/core/Handler;)Lio/vertx/redis/client/Redis;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.redis.client.impl.RedisSentinelClient this
        start local 1 // io.vertx.core.Handler handler
         0: .line 123
            aload 0 /* this */
            getfield io.vertx.redis.client.impl.RedisSentinelClient.redis:Lio/vertx/redis/client/impl/RedisClient;
            aload 1 /* handler */
            invokevirtual io.vertx.redis.client.impl.RedisClient.exceptionHandler:(Lio/vertx/core/Handler;)Lio/vertx/redis/client/Redis;
            pop
         1: .line 124
            aload 0 /* this */
            areturn
        end local 1 // io.vertx.core.Handler handler
        end local 0 // io.vertx.redis.client.impl.RedisSentinelClient this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lio/vertx/redis/client/impl/RedisSentinelClient;
            0    2     1  handler  Lio/vertx/core/Handler<Ljava/lang/Throwable;>;
    Signature: (Lio/vertx/core/Handler<Ljava/lang/Throwable;>;)Lio/vertx/redis/client/Redis;
    MethodParameters:
         Name  Flags
      handler  

  public io.vertx.redis.client.Redis endHandler(io.vertx.core.Handler<java.lang.Void>);
    descriptor: (Lio/vertx/core/Handler;)Lio/vertx/redis/client/Redis;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.redis.client.impl.RedisSentinelClient this
        start local 1 // io.vertx.core.Handler handler
         0: .line 129
            aload 0 /* this */
            getfield io.vertx.redis.client.impl.RedisSentinelClient.redis:Lio/vertx/redis/client/impl/RedisClient;
            aload 1 /* handler */
            invokevirtual io.vertx.redis.client.impl.RedisClient.endHandler:(Lio/vertx/core/Handler;)Lio/vertx/redis/client/Redis;
            pop
         1: .line 130
            aload 0 /* this */
            areturn
        end local 1 // io.vertx.core.Handler handler
        end local 0 // io.vertx.redis.client.impl.RedisSentinelClient this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lio/vertx/redis/client/impl/RedisSentinelClient;
            0    2     1  handler  Lio/vertx/core/Handler<Ljava/lang/Void;>;
    Signature: (Lio/vertx/core/Handler<Ljava/lang/Void;>;)Lio/vertx/redis/client/Redis;
    MethodParameters:
         Name  Flags
      handler  

  public io.vertx.redis.client.Redis handler(io.vertx.core.Handler<io.vertx.redis.client.Response>);
    descriptor: (Lio/vertx/core/Handler;)Lio/vertx/redis/client/Redis;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.redis.client.impl.RedisSentinelClient this
        start local 1 // io.vertx.core.Handler handler
         0: .line 135
            aload 0 /* this */
            getfield io.vertx.redis.client.impl.RedisSentinelClient.redis:Lio/vertx/redis/client/impl/RedisClient;
            aload 1 /* handler */
            invokevirtual io.vertx.redis.client.impl.RedisClient.handler:(Lio/vertx/core/Handler;)Lio/vertx/redis/client/Redis;
            pop
         1: .line 136
            aload 0 /* this */
            areturn
        end local 1 // io.vertx.core.Handler handler
        end local 0 // io.vertx.redis.client.impl.RedisSentinelClient this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lio/vertx/redis/client/impl/RedisSentinelClient;
            0    2     1  handler  Lio/vertx/core/Handler<Lio/vertx/redis/client/Response;>;
    Signature: (Lio/vertx/core/Handler<Lio/vertx/redis/client/Response;>;)Lio/vertx/redis/client/Redis;
    MethodParameters:
         Name  Flags
      handler  

  public io.vertx.redis.client.Redis pause();
    descriptor: ()Lio/vertx/redis/client/Redis;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.vertx.redis.client.impl.RedisSentinelClient this
         0: .line 141
            aload 0 /* this */
            getfield io.vertx.redis.client.impl.RedisSentinelClient.redis:Lio/vertx/redis/client/impl/RedisClient;
            invokevirtual io.vertx.redis.client.impl.RedisClient.pause:()Lio/vertx/redis/client/Redis;
            pop
         1: .line 142
            aload 0 /* this */
            areturn
        end local 0 // io.vertx.redis.client.impl.RedisSentinelClient this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/vertx/redis/client/impl/RedisSentinelClient;

  public io.vertx.redis.client.Redis resume();
    descriptor: ()Lio/vertx/redis/client/Redis;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.vertx.redis.client.impl.RedisSentinelClient this
         0: .line 147
            aload 0 /* this */
            getfield io.vertx.redis.client.impl.RedisSentinelClient.redis:Lio/vertx/redis/client/impl/RedisClient;
            invokevirtual io.vertx.redis.client.impl.RedisClient.resume:()Lio/vertx/redis/client/Redis;
            pop
         1: .line 148
            aconst_null
            areturn
        end local 0 // io.vertx.redis.client.impl.RedisSentinelClient this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/vertx/redis/client/impl/RedisSentinelClient;

  public io.vertx.redis.client.Redis send(io.vertx.redis.client.Request, io.vertx.core.Handler<io.vertx.core.AsyncResult<io.vertx.redis.client.Response>>);
    descriptor: (Lio/vertx/redis/client/Request;Lio/vertx/core/Handler;)Lio/vertx/redis/client/Redis;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // io.vertx.redis.client.impl.RedisSentinelClient this
        start local 1 // io.vertx.redis.client.Request command
        start local 2 // io.vertx.core.Handler handler
         0: .line 153
            aload 0 /* this */
            getfield io.vertx.redis.client.impl.RedisSentinelClient.redis:Lio/vertx/redis/client/impl/RedisClient;
            aload 1 /* command */
            aload 2 /* handler */
            invokevirtual io.vertx.redis.client.impl.RedisClient.send:(Lio/vertx/redis/client/Request;Lio/vertx/core/Handler;)Lio/vertx/redis/client/Redis;
            pop
         1: .line 154
            aload 0 /* this */
            areturn
        end local 2 // io.vertx.core.Handler handler
        end local 1 // io.vertx.redis.client.Request command
        end local 0 // io.vertx.redis.client.impl.RedisSentinelClient this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lio/vertx/redis/client/impl/RedisSentinelClient;
            0    2     1  command  Lio/vertx/redis/client/Request;
            0    2     2  handler  Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Lio/vertx/redis/client/Response;>;>;
    Signature: (Lio/vertx/redis/client/Request;Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Lio/vertx/redis/client/Response;>;>;)Lio/vertx/redis/client/Redis;
    MethodParameters:
         Name  Flags
      command  
      handler  

  public io.vertx.redis.client.Redis batch(java.util.List<io.vertx.redis.client.Request>, io.vertx.core.Handler<io.vertx.core.AsyncResult<java.util.List<io.vertx.redis.client.Response>>>);
    descriptor: (Ljava/util/List;Lio/vertx/core/Handler;)Lio/vertx/redis/client/Redis;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // io.vertx.redis.client.impl.RedisSentinelClient this
        start local 1 // java.util.List commands
        start local 2 // io.vertx.core.Handler handler
         0: .line 159
            aload 0 /* this */
            getfield io.vertx.redis.client.impl.RedisSentinelClient.redis:Lio/vertx/redis/client/impl/RedisClient;
            aload 1 /* commands */
            aload 2 /* handler */
            invokevirtual io.vertx.redis.client.impl.RedisClient.batch:(Ljava/util/List;Lio/vertx/core/Handler;)Lio/vertx/redis/client/Redis;
            pop
         1: .line 160
            aload 0 /* this */
            areturn
        end local 2 // io.vertx.core.Handler handler
        end local 1 // java.util.List commands
        end local 0 // io.vertx.redis.client.impl.RedisSentinelClient this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    2     0      this  Lio/vertx/redis/client/impl/RedisSentinelClient;
            0    2     1  commands  Ljava/util/List<Lio/vertx/redis/client/Request;>;
            0    2     2   handler  Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/util/List<Lio/vertx/redis/client/Response;>;>;>;
    Signature: (Ljava/util/List<Lio/vertx/redis/client/Request;>;Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/util/List<Lio/vertx/redis/client/Response;>;>;>;)Lio/vertx/redis/client/Redis;
    MethodParameters:
          Name  Flags
      commands  
      handler   

  public io.vertx.core.net.SocketAddress socketAddress();
    descriptor: ()Lio/vertx/core/net/SocketAddress;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.vertx.redis.client.impl.RedisSentinelClient this
         0: .line 165
            aload 0 /* this */
            getfield io.vertx.redis.client.impl.RedisSentinelClient.redis:Lio/vertx/redis/client/impl/RedisClient;
            invokevirtual io.vertx.redis.client.impl.RedisClient.socketAddress:()Lio/vertx/core/net/SocketAddress;
            areturn
        end local 0 // io.vertx.redis.client.impl.RedisSentinelClient this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/redis/client/impl/RedisSentinelClient;

  public io.vertx.redis.client.Redis fetch(long);
    descriptor: (J)Lio/vertx/redis/client/Redis;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=2
        start local 0 // io.vertx.redis.client.impl.RedisSentinelClient this
        start local 1 // long amount
         0: .line 170
            aload 0 /* this */
            getfield io.vertx.redis.client.impl.RedisSentinelClient.redis:Lio/vertx/redis/client/impl/RedisClient;
            lload 1 /* amount */
            invokevirtual io.vertx.redis.client.impl.RedisClient.fetch:(J)Lio/vertx/redis/client/Redis;
            pop
         1: .line 171
            aload 0 /* this */
            areturn
        end local 1 // long amount
        end local 0 // io.vertx.redis.client.impl.RedisSentinelClient this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    2     0    this  Lio/vertx/redis/client/impl/RedisSentinelClient;
            0    2     1  amount  J
    MethodParameters:
        Name  Flags
      amount  

  public static io.vertx.redis.client.Redis create(io.vertx.core.Vertx, io.vertx.redis.client.RedisOptions);
    descriptor: (Lio/vertx/core/Vertx;Lio/vertx/redis/client/RedisOptions;)Lio/vertx/redis/client/Redis;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=4, locals=2, args_size=2
        start local 0 // io.vertx.core.Vertx vertx
        start local 1 // io.vertx.redis.client.RedisOptions options
         0: .line 175
            new io.vertx.redis.client.impl.RedisSentinelClient
            dup
            aload 0 /* vertx */
            aload 1 /* options */
            invokespecial io.vertx.redis.client.impl.RedisSentinelClient.<init>:(Lio/vertx/core/Vertx;Lio/vertx/redis/client/RedisOptions;)V
            areturn
        end local 1 // io.vertx.redis.client.RedisOptions options
        end local 0 // io.vertx.core.Vertx vertx
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    1     0    vertx  Lio/vertx/core/Vertx;
            0    1     1  options  Lio/vertx/redis/client/RedisOptions;
    MethodParameters:
         Name  Flags
      vertx    
      options  

  private static void createClientInternal(io.vertx.core.Vertx, io.vertx.redis.client.RedisOptions, io.vertx.redis.client.RedisRole, io.vertx.core.Handler<io.vertx.core.AsyncResult<io.vertx.redis.client.Redis>>);
    descriptor: (Lio/vertx/core/Vertx;Lio/vertx/redis/client/RedisOptions;Lio/vertx/redis/client/RedisRole;Lio/vertx/core/Handler;)V
    flags: (0x000a) ACC_PRIVATE, ACC_STATIC
    Code:
      stack=4, locals=5, args_size=4
        start local 0 // io.vertx.core.Vertx vertx
        start local 1 // io.vertx.redis.client.RedisOptions options
        start local 2 // io.vertx.redis.client.RedisRole role
        start local 3 // io.vertx.core.Handler onCreate
         0: .line 180
            aload 3 /* onCreate */
            aload 0 /* vertx */
            aload 1 /* options */
            invokedynamic handle(Lio/vertx/core/Handler;Lio/vertx/core/Vertx;Lio/vertx/redis/client/RedisOptions;)Lio/vertx/core/Handler;
              Bootstrap: invokestatic java.lang.invoke.LambdaMetafactory.metafactory:(Ljava/lang/invoke/MethodHandles$Lookup;Ljava/lang/String;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodHandle;Ljava/lang/invoke/MethodType;)Ljava/lang/invoke/CallSite;
                Method arguments:
                  (Ljava/lang/Object;)V
                  io/vertx/redis/client/impl/RedisSentinelClient.lambda$5(Lio/vertx/core/Handler;Lio/vertx/core/Vertx;Lio/vertx/redis/client/RedisOptions;Lio/vertx/core/AsyncResult;)V (6)
                  (Lio/vertx/core/AsyncResult;)V
            astore 4 /* createAndConnect */
        start local 4 // io.vertx.core.Handler createAndConnect
         1: .line 189
            invokestatic io.vertx.redis.client.impl.RedisSentinelClient.$SWITCH_TABLE$io$vertx$redis$client$RedisRole:()[I
            aload 2 /* role */
            invokevirtual io.vertx.redis.client.RedisRole.ordinal:()I
            iaload
            tableswitch { // 1 - 3
                    1: 4
                    2: 6
                    3: 2
              default: 7
          }
         2: .line 191
      StackMap locals: io.vertx.core.Handler
      StackMap stack:
            aload 0 /* vertx */
            invokedynamic resolve()Lio/vertx/redis/client/impl/Resolver;
              Bootstrap: invokestatic java.lang.invoke.LambdaMetafactory.metafactory:(Ljava/lang/invoke/MethodHandles$Lookup;Ljava/lang/String;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodHandle;Ljava/lang/invoke/MethodType;)Ljava/lang/invoke/CallSite;
                Method arguments:
                  (Lio/vertx/core/Vertx;Lio/vertx/core/net/SocketAddress;Lio/vertx/redis/client/RedisOptions;Lio/vertx/core/Handler;)V
                  io/vertx/redis/client/impl/RedisSentinelClient.isSentinelOk(Lio/vertx/core/Vertx;Lio/vertx/core/net/SocketAddress;Lio/vertx/redis/client/RedisOptions;Lio/vertx/core/Handler;)V (6)
                  (Lio/vertx/core/Vertx;Lio/vertx/core/net/SocketAddress;Lio/vertx/redis/client/RedisOptions;Lio/vertx/core/Handler;)V
            aload 1 /* options */
            aload 4 /* createAndConnect */
            invokestatic io.vertx.redis.client.impl.RedisSentinelClient.resolveClient:(Lio/vertx/core/Vertx;Lio/vertx/redis/client/impl/Resolver;Lio/vertx/redis/client/RedisOptions;Lio/vertx/core/Handler;)V
         3: .line 192
            goto 7
         4: .line 195
      StackMap locals:
      StackMap stack:
            aload 0 /* vertx */
            invokedynamic resolve()Lio/vertx/redis/client/impl/Resolver;
              Bootstrap: invokestatic java.lang.invoke.LambdaMetafactory.metafactory:(Ljava/lang/invoke/MethodHandles$Lookup;Ljava/lang/String;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodHandle;Ljava/lang/invoke/MethodType;)Ljava/lang/invoke/CallSite;
                Method arguments:
                  (Lio/vertx/core/Vertx;Lio/vertx/core/net/SocketAddress;Lio/vertx/redis/client/RedisOptions;Lio/vertx/core/Handler;)V
                  io/vertx/redis/client/impl/RedisSentinelClient.getMasterFromEndpoint(Lio/vertx/core/Vertx;Lio/vertx/core/net/SocketAddress;Lio/vertx/redis/client/RedisOptions;Lio/vertx/core/Handler;)V (6)
                  (Lio/vertx/core/Vertx;Lio/vertx/core/net/SocketAddress;Lio/vertx/redis/client/RedisOptions;Lio/vertx/core/Handler;)V
            aload 1 /* options */
            aload 4 /* createAndConnect */
            invokestatic io.vertx.redis.client.impl.RedisSentinelClient.resolveClient:(Lio/vertx/core/Vertx;Lio/vertx/redis/client/impl/Resolver;Lio/vertx/redis/client/RedisOptions;Lio/vertx/core/Handler;)V
         5: .line 196
            goto 7
         6: .line 199
      StackMap locals:
      StackMap stack:
            aload 0 /* vertx */
            invokedynamic resolve()Lio/vertx/redis/client/impl/Resolver;
              Bootstrap: invokestatic java.lang.invoke.LambdaMetafactory.metafactory:(Ljava/lang/invoke/MethodHandles$Lookup;Ljava/lang/String;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodHandle;Ljava/lang/invoke/MethodType;)Ljava/lang/invoke/CallSite;
                Method arguments:
                  (Lio/vertx/core/Vertx;Lio/vertx/core/net/SocketAddress;Lio/vertx/redis/client/RedisOptions;Lio/vertx/core/Handler;)V
                  io/vertx/redis/client/impl/RedisSentinelClient.getSlaveFromEndpoint(Lio/vertx/core/Vertx;Lio/vertx/core/net/SocketAddress;Lio/vertx/redis/client/RedisOptions;Lio/vertx/core/Handler;)V (6)
                  (Lio/vertx/core/Vertx;Lio/vertx/core/net/SocketAddress;Lio/vertx/redis/client/RedisOptions;Lio/vertx/core/Handler;)V
            aload 1 /* options */
            aload 4 /* createAndConnect */
            invokestatic io.vertx.redis.client.impl.RedisSentinelClient.resolveClient:(Lio/vertx/core/Vertx;Lio/vertx/redis/client/impl/Resolver;Lio/vertx/redis/client/RedisOptions;Lio/vertx/core/Handler;)V
         7: .line 201
      StackMap locals:
      StackMap stack:
            return
        end local 4 // io.vertx.core.Handler createAndConnect
        end local 3 // io.vertx.core.Handler onCreate
        end local 2 // io.vertx.redis.client.RedisRole role
        end local 1 // io.vertx.redis.client.RedisOptions options
        end local 0 // io.vertx.core.Vertx vertx
      LocalVariableTable:
        Start  End  Slot              Name  Signature
            0    8     0             vertx  Lio/vertx/core/Vertx;
            0    8     1           options  Lio/vertx/redis/client/RedisOptions;
            0    8     2              role  Lio/vertx/redis/client/RedisRole;
            0    8     3          onCreate  Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Lio/vertx/redis/client/Redis;>;>;
            1    8     4  createAndConnect  Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Lio/vertx/core/net/SocketAddress;>;>;
    Signature: (Lio/vertx/core/Vertx;Lio/vertx/redis/client/RedisOptions;Lio/vertx/redis/client/RedisRole;Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Lio/vertx/redis/client/Redis;>;>;)V
    MethodParameters:
          Name  Flags
      vertx     
      options   
      role      
      onCreate  

  private static void resolveClient(io.vertx.core.Vertx, io.vertx.redis.client.impl.Resolver, io.vertx.redis.client.RedisOptions, io.vertx.core.Handler<io.vertx.core.AsyncResult<io.vertx.core.net.SocketAddress>>);
    descriptor: (Lio/vertx/core/Vertx;Lio/vertx/redis/client/impl/Resolver;Lio/vertx/redis/client/RedisOptions;Lio/vertx/core/Handler;)V
    flags: (0x000a) ACC_PRIVATE, ACC_STATIC
    Code:
      stack=6, locals=4, args_size=4
        start local 0 // io.vertx.core.Vertx vertx
        start local 1 // io.vertx.redis.client.impl.Resolver checkEndpointFn
        start local 2 // io.vertx.redis.client.RedisOptions options
        start local 3 // io.vertx.core.Handler callback
         0: .line 210
            iconst_0
            aload 0 /* vertx */
            aload 1 /* checkEndpointFn */
            aload 2 /* options */
            aload 3 /* callback */
            aload 2 /* options */
            invokedynamic handle(Lio/vertx/core/Handler;Lio/vertx/redis/client/RedisOptions;)Lio/vertx/core/Handler;
              Bootstrap: invokestatic java.lang.invoke.LambdaMetafactory.metafactory:(Ljava/lang/invoke/MethodHandles$Lookup;Ljava/lang/String;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodHandle;Ljava/lang/invoke/MethodType;)Ljava/lang/invoke/CallSite;
                Method arguments:
                  (Ljava/lang/Object;)V
                  io/vertx/redis/client/impl/RedisSentinelClient.lambda$9(Lio/vertx/core/Handler;Lio/vertx/redis/client/RedisOptions;Lio/vertx/core/AsyncResult;)V (6)
                  (Lio/vertx/core/AsyncResult;)V
            invokestatic io.vertx.redis.client.impl.RedisSentinelClient.iterate:(ILio/vertx/core/Vertx;Lio/vertx/redis/client/impl/Resolver;Lio/vertx/redis/client/RedisOptions;Lio/vertx/core/Handler;)V
         1: .line 225
            return
        end local 3 // io.vertx.core.Handler callback
        end local 2 // io.vertx.redis.client.RedisOptions options
        end local 1 // io.vertx.redis.client.impl.Resolver checkEndpointFn
        end local 0 // io.vertx.core.Vertx vertx
      LocalVariableTable:
        Start  End  Slot             Name  Signature
            0    2     0            vertx  Lio/vertx/core/Vertx;
            0    2     1  checkEndpointFn  Lio/vertx/redis/client/impl/Resolver;
            0    2     2          options  Lio/vertx/redis/client/RedisOptions;
            0    2     3         callback  Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Lio/vertx/core/net/SocketAddress;>;>;
    Signature: (Lio/vertx/core/Vertx;Lio/vertx/redis/client/impl/Resolver;Lio/vertx/redis/client/RedisOptions;Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Lio/vertx/core/net/SocketAddress;>;>;)V
    MethodParameters:
                 Name  Flags
      vertx            final
      checkEndpointFn  final
      options          final
      callback         final

  private static void iterate(int, io.vertx.core.Vertx, io.vertx.redis.client.impl.Resolver, io.vertx.redis.client.RedisOptions, io.vertx.core.Handler<io.vertx.core.AsyncResult<io.vertx.redis.client.impl.RedisSentinelClient$Pair<java.lang.Integer, io.vertx.core.net.SocketAddress>>>);
    descriptor: (ILio/vertx/core/Vertx;Lio/vertx/redis/client/impl/Resolver;Lio/vertx/redis/client/RedisOptions;Lio/vertx/core/Handler;)V
    flags: (0x000a) ACC_PRIVATE, ACC_STATIC
    Code:
      stack=9, locals=6, args_size=5
        start local 0 // int idx
        start local 1 // io.vertx.core.Vertx vertx
        start local 2 // io.vertx.redis.client.impl.Resolver checkEndpointFn
        start local 3 // io.vertx.redis.client.RedisOptions argument
        start local 4 // io.vertx.core.Handler resultHandler
         0: .line 229
            aload 3 /* argument */
            invokevirtual io.vertx.redis.client.RedisOptions.getEndpoints:()Ljava/util/List;
            astore 5 /* endpoints */
        start local 5 // java.util.List endpoints
         1: .line 231
            iload 0 /* idx */
            aload 5 /* endpoints */
            invokeinterface java.util.List.size:()I
            if_icmplt 4
         2: .line 232
            aload 4 /* resultHandler */
            ldc "No more endpoints in chain."
            invokestatic io.vertx.core.Future.failedFuture:(Ljava/lang/String;)Lio/vertx/core/Future;
            invokeinterface io.vertx.core.Handler.handle:(Ljava/lang/Object;)V
         3: .line 233
            return
         4: .line 237
      StackMap locals: java.util.List
      StackMap stack:
            aload 2 /* checkEndpointFn */
            aload 1 /* vertx */
            aload 5 /* endpoints */
            iload 0 /* idx */
            invokeinterface java.util.List.get:(I)Ljava/lang/Object;
            checkcast io.vertx.core.net.SocketAddress
            aload 3 /* argument */
            aload 4 /* resultHandler */
            iload 0 /* idx */
            aload 1 /* vertx */
            aload 2 /* checkEndpointFn */
            aload 3 /* argument */
            invokedynamic handle(Lio/vertx/core/Handler;ILio/vertx/core/Vertx;Lio/vertx/redis/client/impl/Resolver;Lio/vertx/redis/client/RedisOptions;)Lio/vertx/core/Handler;
              Bootstrap: invokestatic java.lang.invoke.LambdaMetafactory.metafactory:(Ljava/lang/invoke/MethodHandles$Lookup;Ljava/lang/String;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodHandle;Ljava/lang/invoke/MethodType;)Ljava/lang/invoke/CallSite;
                Method arguments:
                  (Ljava/lang/Object;)V
                  io/vertx/redis/client/impl/RedisSentinelClient.lambda$10(Lio/vertx/core/Handler;ILio/vertx/core/Vertx;Lio/vertx/redis/client/impl/Resolver;Lio/vertx/redis/client/RedisOptions;Lio/vertx/core/AsyncResult;)V (6)
                  (Lio/vertx/core/AsyncResult;)V
            invokeinterface io.vertx.redis.client.impl.Resolver.resolve:(Lio/vertx/core/Vertx;Lio/vertx/core/net/SocketAddress;Lio/vertx/redis/client/RedisOptions;Lio/vertx/core/Handler;)V
         5: .line 245
            return
        end local 5 // java.util.List endpoints
        end local 4 // io.vertx.core.Handler resultHandler
        end local 3 // io.vertx.redis.client.RedisOptions argument
        end local 2 // io.vertx.redis.client.impl.Resolver checkEndpointFn
        end local 1 // io.vertx.core.Vertx vertx
        end local 0 // int idx
      LocalVariableTable:
        Start  End  Slot             Name  Signature
            0    6     0              idx  I
            0    6     1            vertx  Lio/vertx/core/Vertx;
            0    6     2  checkEndpointFn  Lio/vertx/redis/client/impl/Resolver;
            0    6     3         argument  Lio/vertx/redis/client/RedisOptions;
            0    6     4    resultHandler  Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Lio/vertx/redis/client/impl/RedisSentinelClient$Pair<Ljava/lang/Integer;Lio/vertx/core/net/SocketAddress;>;>;>;
            1    6     5        endpoints  Ljava/util/List<Lio/vertx/core/net/SocketAddress;>;
    Signature: (ILio/vertx/core/Vertx;Lio/vertx/redis/client/impl/Resolver;Lio/vertx/redis/client/RedisOptions;Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Lio/vertx/redis/client/impl/RedisSentinelClient$Pair<Ljava/lang/Integer;Lio/vertx/core/net/SocketAddress;>;>;>;)V
    MethodParameters:
                 Name  Flags
      idx              final
      vertx            final
      checkEndpointFn  final
      argument         final
      resultHandler    final

  private static void isSentinelOk(io.vertx.core.Vertx, io.vertx.core.net.SocketAddress, io.vertx.redis.client.RedisOptions, io.vertx.core.Handler<io.vertx.core.AsyncResult<io.vertx.core.net.SocketAddress>>);
    descriptor: (Lio/vertx/core/Vertx;Lio/vertx/core/net/SocketAddress;Lio/vertx/redis/client/RedisOptions;Lio/vertx/core/Handler;)V
    flags: (0x000a) ACC_PRIVATE, ACC_STATIC
    Code:
      stack=3, locals=4, args_size=4
        start local 0 // io.vertx.core.Vertx vertx
        start local 1 // io.vertx.core.net.SocketAddress endpoint
        start local 2 // io.vertx.redis.client.RedisOptions argument
        start local 3 // io.vertx.core.Handler handler
         0: .line 251
            aload 0 /* vertx */
            aload 2 /* argument */
            aload 1 /* endpoint */
            invokestatic io.vertx.redis.client.impl.RedisClient.create:(Lio/vertx/core/Vertx;Lio/vertx/redis/client/RedisOptions;Lio/vertx/core/net/SocketAddress;)Lio/vertx/redis/client/Redis;
            aload 3 /* handler */
            aload 1 /* endpoint */
            invokedynamic handle(Lio/vertx/core/Handler;Lio/vertx/core/net/SocketAddress;)Lio/vertx/core/Handler;
              Bootstrap: invokestatic java.lang.invoke.LambdaMetafactory.metafactory:(Ljava/lang/invoke/MethodHandles$Lookup;Ljava/lang/String;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodHandle;Ljava/lang/invoke/MethodType;)Ljava/lang/invoke/CallSite;
                Method arguments:
                  (Ljava/lang/Object;)V
                  io/vertx/redis/client/impl/RedisSentinelClient.lambda$11(Lio/vertx/core/Handler;Lio/vertx/core/net/SocketAddress;Lio/vertx/core/AsyncResult;)V (6)
                  (Lio/vertx/core/AsyncResult;)V
            invokeinterface io.vertx.redis.client.Redis.connect:(Lio/vertx/core/Handler;)Lio/vertx/redis/client/Redis;
            pop
         1: .line 270
            return
        end local 3 // io.vertx.core.Handler handler
        end local 2 // io.vertx.redis.client.RedisOptions argument
        end local 1 // io.vertx.core.net.SocketAddress endpoint
        end local 0 // io.vertx.core.Vertx vertx
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    2     0     vertx  Lio/vertx/core/Vertx;
            0    2     1  endpoint  Lio/vertx/core/net/SocketAddress;
            0    2     2  argument  Lio/vertx/redis/client/RedisOptions;
            0    2     3   handler  Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Lio/vertx/core/net/SocketAddress;>;>;
    Signature: (Lio/vertx/core/Vertx;Lio/vertx/core/net/SocketAddress;Lio/vertx/redis/client/RedisOptions;Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Lio/vertx/core/net/SocketAddress;>;>;)V
    MethodParameters:
          Name  Flags
      vertx     
      endpoint  
      argument  
      handler   

  private static void getMasterFromEndpoint(io.vertx.core.Vertx, io.vertx.core.net.SocketAddress, io.vertx.redis.client.RedisOptions, io.vertx.core.Handler<io.vertx.core.AsyncResult<io.vertx.core.net.SocketAddress>>);
    descriptor: (Lio/vertx/core/Vertx;Lio/vertx/core/net/SocketAddress;Lio/vertx/redis/client/RedisOptions;Lio/vertx/core/Handler;)V
    flags: (0x000a) ACC_PRIVATE, ACC_STATIC
    Code:
      stack=3, locals=4, args_size=4
        start local 0 // io.vertx.core.Vertx vertx
        start local 1 // io.vertx.core.net.SocketAddress endpoint
        start local 2 // io.vertx.redis.client.RedisOptions options
        start local 3 // io.vertx.core.Handler handler
         0: .line 273
            aload 0 /* vertx */
            aload 2 /* options */
            aload 1 /* endpoint */
            invokestatic io.vertx.redis.client.impl.RedisClient.create:(Lio/vertx/core/Vertx;Lio/vertx/redis/client/RedisOptions;Lio/vertx/core/net/SocketAddress;)Lio/vertx/redis/client/Redis;
            aload 3 /* handler */
            aload 2 /* options */
            invokedynamic handle(Lio/vertx/core/Handler;Lio/vertx/redis/client/RedisOptions;)Lio/vertx/core/Handler;
              Bootstrap: invokestatic java.lang.invoke.LambdaMetafactory.metafactory:(Ljava/lang/invoke/MethodHandles$Lookup;Ljava/lang/String;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodHandle;Ljava/lang/invoke/MethodType;)Ljava/lang/invoke/CallSite;
                Method arguments:
                  (Ljava/lang/Object;)V
                  io/vertx/redis/client/impl/RedisSentinelClient.lambda$13(Lio/vertx/core/Handler;Lio/vertx/redis/client/RedisOptions;Lio/vertx/core/AsyncResult;)V (6)
                  (Lio/vertx/core/AsyncResult;)V
            invokeinterface io.vertx.redis.client.Redis.connect:(Lio/vertx/core/Handler;)Lio/vertx/redis/client/Redis;
            pop
         1: .line 299
            return
        end local 3 // io.vertx.core.Handler handler
        end local 2 // io.vertx.redis.client.RedisOptions options
        end local 1 // io.vertx.core.net.SocketAddress endpoint
        end local 0 // io.vertx.core.Vertx vertx
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    2     0     vertx  Lio/vertx/core/Vertx;
            0    2     1  endpoint  Lio/vertx/core/net/SocketAddress;
            0    2     2   options  Lio/vertx/redis/client/RedisOptions;
            0    2     3   handler  Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Lio/vertx/core/net/SocketAddress;>;>;
    Signature: (Lio/vertx/core/Vertx;Lio/vertx/core/net/SocketAddress;Lio/vertx/redis/client/RedisOptions;Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Lio/vertx/core/net/SocketAddress;>;>;)V
    MethodParameters:
          Name  Flags
      vertx     
      endpoint  
      options   
      handler   

  private static void getSlaveFromEndpoint(io.vertx.core.Vertx, io.vertx.core.net.SocketAddress, io.vertx.redis.client.RedisOptions, io.vertx.core.Handler<io.vertx.core.AsyncResult<io.vertx.core.net.SocketAddress>>);
    descriptor: (Lio/vertx/core/Vertx;Lio/vertx/core/net/SocketAddress;Lio/vertx/redis/client/RedisOptions;Lio/vertx/core/Handler;)V
    flags: (0x000a) ACC_PRIVATE, ACC_STATIC
    Code:
      stack=3, locals=4, args_size=4
        start local 0 // io.vertx.core.Vertx vertx
        start local 1 // io.vertx.core.net.SocketAddress endpoint
        start local 2 // io.vertx.redis.client.RedisOptions options
        start local 3 // io.vertx.core.Handler handler
         0: .line 302
            aload 0 /* vertx */
            aload 2 /* options */
            aload 1 /* endpoint */
            invokestatic io.vertx.redis.client.impl.RedisClient.create:(Lio/vertx/core/Vertx;Lio/vertx/redis/client/RedisOptions;Lio/vertx/core/net/SocketAddress;)Lio/vertx/redis/client/Redis;
            aload 3 /* handler */
            aload 2 /* options */
            invokedynamic handle(Lio/vertx/core/Handler;Lio/vertx/redis/client/RedisOptions;)Lio/vertx/core/Handler;
              Bootstrap: invokestatic java.lang.invoke.LambdaMetafactory.metafactory:(Ljava/lang/invoke/MethodHandles$Lookup;Ljava/lang/String;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodHandle;Ljava/lang/invoke/MethodType;)Ljava/lang/invoke/CallSite;
                Method arguments:
                  (Ljava/lang/Object;)V
                  io/vertx/redis/client/impl/RedisSentinelClient.lambda$15(Lio/vertx/core/Handler;Lio/vertx/redis/client/RedisOptions;Lio/vertx/core/AsyncResult;)V (6)
                  (Lio/vertx/core/AsyncResult;)V
            invokeinterface io.vertx.redis.client.Redis.connect:(Lio/vertx/core/Handler;)Lio/vertx/redis/client/Redis;
            pop
         1: .line 350
            return
        end local 3 // io.vertx.core.Handler handler
        end local 2 // io.vertx.redis.client.RedisOptions options
        end local 1 // io.vertx.core.net.SocketAddress endpoint
        end local 0 // io.vertx.core.Vertx vertx
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    2     0     vertx  Lio/vertx/core/Vertx;
            0    2     1  endpoint  Lio/vertx/core/net/SocketAddress;
            0    2     2   options  Lio/vertx/redis/client/RedisOptions;
            0    2     3   handler  Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Lio/vertx/core/net/SocketAddress;>;>;
    Signature: (Lio/vertx/core/Vertx;Lio/vertx/core/net/SocketAddress;Lio/vertx/redis/client/RedisOptions;Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Lio/vertx/core/net/SocketAddress;>;>;)V
    MethodParameters:
          Name  Flags
      vertx     
      endpoint  
      options   
      handler   

  public io.vertx.core.streams.ReadStream pause();
    descriptor: ()Lio/vertx/core/streams/ReadStream;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=1, locals=1, args_size=1
         0: .line 1
            aload 0
            invokevirtual io.vertx.redis.client.impl.RedisSentinelClient.pause:()Lio/vertx/redis/client/Redis;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public io.vertx.core.streams.ReadStream handler(io.vertx.core.Handler);
    descriptor: (Lio/vertx/core/Handler;)Lio/vertx/core/streams/ReadStream;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            aload 1
            checkcast io.vertx.core.Handler
            invokevirtual io.vertx.redis.client.impl.RedisSentinelClient.handler:(Lio/vertx/core/Handler;)Lio/vertx/redis/client/Redis;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public io.vertx.core.streams.ReadStream endHandler(io.vertx.core.Handler);
    descriptor: (Lio/vertx/core/Handler;)Lio/vertx/core/streams/ReadStream;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            aload 1
            invokevirtual io.vertx.redis.client.impl.RedisSentinelClient.endHandler:(Lio/vertx/core/Handler;)Lio/vertx/redis/client/Redis;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public io.vertx.core.streams.ReadStream resume();
    descriptor: ()Lio/vertx/core/streams/ReadStream;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=1, locals=1, args_size=1
         0: .line 1
            aload 0
            invokevirtual io.vertx.redis.client.impl.RedisSentinelClient.resume:()Lio/vertx/redis/client/Redis;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public io.vertx.core.streams.ReadStream fetch(long);
    descriptor: (J)Lio/vertx/core/streams/ReadStream;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=3, locals=3, args_size=2
         0: .line 1
            aload 0
            lload 1
            invokevirtual io.vertx.redis.client.impl.RedisSentinelClient.fetch:(J)Lio/vertx/redis/client/Redis;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public io.vertx.core.streams.StreamBase exceptionHandler(io.vertx.core.Handler);
    descriptor: (Lio/vertx/core/Handler;)Lio/vertx/core/streams/StreamBase;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            aload 1
            invokevirtual io.vertx.redis.client.impl.RedisSentinelClient.exceptionHandler:(Lio/vertx/core/Handler;)Lio/vertx/redis/client/Redis;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public io.vertx.core.streams.ReadStream exceptionHandler(io.vertx.core.Handler);
    descriptor: (Lio/vertx/core/Handler;)Lio/vertx/core/streams/ReadStream;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            aload 1
            invokevirtual io.vertx.redis.client.impl.RedisSentinelClient.exceptionHandler:(Lio/vertx/core/Handler;)Lio/vertx/redis/client/Redis;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  static int[] $SWITCH_TABLE$io$vertx$redis$client$RedisRole();
    descriptor: ()[I
    flags: (0x1008) ACC_STATIC, ACC_SYNTHETIC
    Code:
      stack=3, locals=1, args_size=0
         0: .line 34
            getstatic io.vertx.redis.client.impl.RedisSentinelClient.$SWITCH_TABLE$io$vertx$redis$client$RedisRole:[I
            dup
            ifnull 1
            areturn
      StackMap locals:
      StackMap stack: int[]
         1: pop
            invokestatic io.vertx.redis.client.RedisRole.values:()[Lio/vertx/redis/client/RedisRole;
            arraylength
            newarray 10
            astore 0
         2: aload 0
            getstatic io.vertx.redis.client.RedisRole.MASTER:Lio/vertx/redis/client/RedisRole;
            invokevirtual io.vertx.redis.client.RedisRole.ordinal:()I
            iconst_1
            iastore
         3: goto 5
      StackMap locals: int[]
      StackMap stack: java.lang.NoSuchFieldError
         4: pop
      StackMap locals:
      StackMap stack:
         5: aload 0
            getstatic io.vertx.redis.client.RedisRole.SENTINEL:Lio/vertx/redis/client/RedisRole;
            invokevirtual io.vertx.redis.client.RedisRole.ordinal:()I
            iconst_3
            iastore
         6: goto 8
      StackMap locals:
      StackMap stack: java.lang.NoSuchFieldError
         7: pop
      StackMap locals:
      StackMap stack:
         8: aload 0
            getstatic io.vertx.redis.client.RedisRole.SLAVE:Lio/vertx/redis/client/RedisRole;
            invokevirtual io.vertx.redis.client.RedisRole.ordinal:()I
            iconst_2
            iastore
         9: goto 11
      StackMap locals:
      StackMap stack: java.lang.NoSuchFieldError
        10: pop
      StackMap locals:
      StackMap stack:
        11: aload 0
            dup
            putstatic io.vertx.redis.client.impl.RedisSentinelClient.$SWITCH_TABLE$io$vertx$redis$client$RedisRole:[I
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature
      Exception table:
        from    to  target  type
           2     3       4  Class java.lang.NoSuchFieldError
           5     6       7  Class java.lang.NoSuchFieldError
           8     9      10  Class java.lang.NoSuchFieldError

  private void lambda$0(io.vertx.core.AsyncResult);
    descriptor: (Lio/vertx/core/AsyncResult;)V
    flags: (0x1002) ACC_PRIVATE, ACC_SYNTHETIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // io.vertx.redis.client.impl.RedisSentinelClient this
        start local 1 // io.vertx.core.AsyncResult create
         0: .line 67
            aload 1 /* create */
            invokeinterface io.vertx.core.AsyncResult.failed:()Z
            ifeq 3
         1: .line 68
            getstatic io.vertx.redis.client.impl.RedisSentinelClient.LOG:Lio/vertx/core/logging/Logger;
            ldc "Redis PUB/SUB wrap failed."
            aload 1 /* create */
            invokeinterface io.vertx.core.AsyncResult.cause:()Ljava/lang/Throwable;
            invokevirtual io.vertx.core.logging.Logger.error:(Ljava/lang/Object;Ljava/lang/Throwable;)V
         2: .line 69
            return
         3: .line 72
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 1 /* create */
            invokeinterface io.vertx.core.AsyncResult.result:()Ljava/lang/Object;
            checkcast io.vertx.redis.client.Redis
            putfield io.vertx.redis.client.impl.RedisSentinelClient.sentinel:Lio/vertx/redis/client/Redis;
         4: .line 74
            aload 0 /* this */
            getfield io.vertx.redis.client.impl.RedisSentinelClient.sentinel:Lio/vertx/redis/client/Redis;
         5: .line 75
            aload 0 /* this */
            invokedynamic handle(Lio/vertx/redis/client/impl/RedisSentinelClient;)Lio/vertx/core/Handler;
              Bootstrap: invokestatic java.lang.invoke.LambdaMetafactory.metafactory:(Ljava/lang/invoke/MethodHandles$Lookup;Ljava/lang/String;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodHandle;Ljava/lang/invoke/MethodType;)Ljava/lang/invoke/CallSite;
                Method arguments:
                  (Ljava/lang/Object;)V
                  io/vertx/redis/client/impl/RedisSentinelClient.lambda$1(Lio/vertx/redis/client/Response;)V (7)
                  (Lio/vertx/redis/client/Response;)V
            invokeinterface io.vertx.redis.client.Redis.handler:(Lio/vertx/core/Handler;)Lio/vertx/redis/client/Redis;
            pop
         6: .line 88
            aload 0 /* this */
            getfield io.vertx.redis.client.impl.RedisSentinelClient.sentinel:Lio/vertx/redis/client/Redis;
            getstatic io.vertx.redis.client.Command.SUBSCRIBE:Lio/vertx/redis/client/Command;
            invokestatic io.vertx.redis.client.Request.cmd:(Lio/vertx/redis/client/Command;)Lio/vertx/redis/client/Request;
            ldc "+switch-master"
            invokeinterface io.vertx.redis.client.Request.arg:(Ljava/lang/String;)Lio/vertx/redis/client/Request;
            aload 0 /* this */
            invokedynamic handle(Lio/vertx/redis/client/impl/RedisSentinelClient;)Lio/vertx/core/Handler;
              Bootstrap: invokestatic java.lang.invoke.LambdaMetafactory.metafactory:(Ljava/lang/invoke/MethodHandles$Lookup;Ljava/lang/String;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodHandle;Ljava/lang/invoke/MethodType;)Ljava/lang/invoke/CallSite;
                Method arguments:
                  (Ljava/lang/Object;)V
                  io/vertx/redis/client/impl/RedisSentinelClient.lambda$2(Lio/vertx/core/AsyncResult;)V (7)
                  (Lio/vertx/core/AsyncResult;)V
            invokeinterface io.vertx.redis.client.Redis.send:(Lio/vertx/redis/client/Request;Lio/vertx/core/Handler;)Lio/vertx/redis/client/Redis;
            pop
         7: .line 95
            aload 0 /* this */
            getfield io.vertx.redis.client.impl.RedisSentinelClient.sentinel:Lio/vertx/redis/client/Redis;
            aload 0 /* this */
            invokedynamic handle(Lio/vertx/redis/client/impl/RedisSentinelClient;)Lio/vertx/core/Handler;
              Bootstrap: invokestatic java.lang.invoke.LambdaMetafactory.metafactory:(Ljava/lang/invoke/MethodHandles$Lookup;Ljava/lang/String;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodHandle;Ljava/lang/invoke/MethodType;)Ljava/lang/invoke/CallSite;
                Method arguments:
                  (Ljava/lang/Object;)V
                  io/vertx/redis/client/impl/RedisSentinelClient.lambda$3(Ljava/lang/Throwable;)V (7)
                  (Ljava/lang/Throwable;)V
            invokeinterface io.vertx.redis.client.Redis.exceptionHandler:(Lio/vertx/core/Handler;)Lio/vertx/redis/client/Redis;
            pop
         8: .line 99
            return
        end local 1 // io.vertx.core.AsyncResult create
        end local 0 // io.vertx.redis.client.impl.RedisSentinelClient this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    9     0    this  Lio/vertx/redis/client/impl/RedisSentinelClient;
            0    9     1  create  Lio/vertx/core/AsyncResult<Lio/vertx/redis/client/Redis;>;

  private void lambda$4(io.vertx.core.Handler, io.vertx.core.AsyncResult);
    descriptor: (Lio/vertx/core/Handler;Lio/vertx/core/AsyncResult;)V
    flags: (0x1002) ACC_PRIVATE, ACC_SYNTHETIC
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // io.vertx.redis.client.impl.RedisSentinelClient this
        start local 2 // io.vertx.core.AsyncResult create
         0: .line 102
            aload 2 /* create */
            invokeinterface io.vertx.core.AsyncResult.failed:()Z
            ifeq 3
         1: .line 103
            aload 1
            aload 2 /* create */
            invokeinterface io.vertx.core.Handler.handle:(Ljava/lang/Object;)V
         2: .line 104
            return
         3: .line 107
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 2 /* create */
            invokeinterface io.vertx.core.AsyncResult.result:()Ljava/lang/Object;
            checkcast io.vertx.redis.client.impl.RedisClient
            putfield io.vertx.redis.client.impl.RedisSentinelClient.redis:Lio/vertx/redis/client/impl/RedisClient;
         4: .line 109
            aload 1
            aload 0 /* this */
            invokestatic io.vertx.core.Future.succeededFuture:(Ljava/lang/Object;)Lio/vertx/core/Future;
            invokeinterface io.vertx.core.Handler.handle:(Ljava/lang/Object;)V
         5: .line 110
            return
        end local 2 // io.vertx.core.AsyncResult create
        end local 0 // io.vertx.redis.client.impl.RedisSentinelClient this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    6     0    this  Lio/vertx/redis/client/impl/RedisSentinelClient;
            0    6     2  create  Lio/vertx/core/AsyncResult<Lio/vertx/redis/client/Redis;>;

  private static void lambda$5(io.vertx.core.Handler, io.vertx.core.Vertx, io.vertx.redis.client.RedisOptions, io.vertx.core.AsyncResult);
    descriptor: (Lio/vertx/core/Handler;Lio/vertx/core/Vertx;Lio/vertx/redis/client/RedisOptions;Lio/vertx/core/AsyncResult;)V
    flags: (0x100a) ACC_PRIVATE, ACC_STATIC, ACC_SYNTHETIC
    Code:
      stack=3, locals=4, args_size=4
        start local 3 // io.vertx.core.AsyncResult resolve
         0: .line 181
            aload 3 /* resolve */
            invokeinterface io.vertx.core.AsyncResult.failed:()Z
            ifeq 3
         1: .line 182
            aload 0
            aload 3 /* resolve */
            invokeinterface io.vertx.core.AsyncResult.cause:()Ljava/lang/Throwable;
            invokestatic io.vertx.core.Future.failedFuture:(Ljava/lang/Throwable;)Lio/vertx/core/Future;
            invokeinterface io.vertx.core.Handler.handle:(Ljava/lang/Object;)V
         2: .line 183
            return
         3: .line 186
      StackMap locals:
      StackMap stack:
            aload 1
            aload 2
            aload 3 /* resolve */
            invokeinterface io.vertx.core.AsyncResult.result:()Ljava/lang/Object;
            checkcast io.vertx.core.net.SocketAddress
            invokestatic io.vertx.redis.client.impl.RedisClient.create:(Lio/vertx/core/Vertx;Lio/vertx/redis/client/RedisOptions;Lio/vertx/core/net/SocketAddress;)Lio/vertx/redis/client/Redis;
            aload 0
            invokeinterface io.vertx.redis.client.Redis.connect:(Lio/vertx/core/Handler;)Lio/vertx/redis/client/Redis;
            pop
         4: .line 187
            return
        end local 3 // io.vertx.core.AsyncResult resolve
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    5     3  resolve  Lio/vertx/core/AsyncResult<Lio/vertx/core/net/SocketAddress;>;

  private static void lambda$9(io.vertx.core.Handler, io.vertx.redis.client.RedisOptions, io.vertx.core.AsyncResult);
    descriptor: (Lio/vertx/core/Handler;Lio/vertx/redis/client/RedisOptions;Lio/vertx/core/AsyncResult;)V
    flags: (0x100a) ACC_PRIVATE, ACC_STATIC, ACC_SYNTHETIC
    Code:
      stack=4, locals=6, args_size=3
        start local 2 // io.vertx.core.AsyncResult iterate
         0: .line 211
            aload 2 /* iterate */
            invokeinterface io.vertx.core.AsyncResult.failed:()Z
            ifeq 3
         1: .line 212
            aload 0
            aload 2 /* iterate */
            invokeinterface io.vertx.core.AsyncResult.cause:()Ljava/lang/Throwable;
            invokestatic io.vertx.core.Future.failedFuture:(Ljava/lang/Throwable;)Lio/vertx/core/Future;
            invokeinterface io.vertx.core.Handler.handle:(Ljava/lang/Object;)V
         2: .line 213
            goto 9
         3: .line 214
      StackMap locals:
      StackMap stack:
            aload 2 /* iterate */
            invokeinterface io.vertx.core.AsyncResult.result:()Ljava/lang/Object;
            checkcast io.vertx.redis.client.impl.RedisSentinelClient$Pair
            astore 3 /* found */
        start local 3 // io.vertx.redis.client.impl.RedisSentinelClient$Pair found
         4: .line 217
            aload 1
            invokevirtual io.vertx.redis.client.RedisOptions.getEndpoints:()Ljava/util/List;
            astore 4 /* endpoints */
        start local 4 // java.util.List endpoints
         5: .line 218
            aload 4 /* endpoints */
            aload 3 /* found */
            getfield io.vertx.redis.client.impl.RedisSentinelClient$Pair.left:Ljava/lang/Object;
            checkcast java.lang.Integer
            invokevirtual java.lang.Integer.intValue:()I
            invokeinterface java.util.List.get:(I)Ljava/lang/Object;
            checkcast io.vertx.core.net.SocketAddress
            astore 5 /* endpoint */
        start local 5 // io.vertx.core.net.SocketAddress endpoint
         6: .line 219
            aload 4 /* endpoints */
            aload 3 /* found */
            getfield io.vertx.redis.client.impl.RedisSentinelClient$Pair.left:Ljava/lang/Object;
            checkcast java.lang.Integer
            invokevirtual java.lang.Integer.intValue:()I
            aload 4 /* endpoints */
            iconst_0
            invokeinterface java.util.List.get:(I)Ljava/lang/Object;
            checkcast io.vertx.core.net.SocketAddress
            invokeinterface java.util.List.set:(ILjava/lang/Object;)Ljava/lang/Object;
            pop
         7: .line 220
            aload 4 /* endpoints */
            iconst_0
            aload 5 /* endpoint */
            invokeinterface java.util.List.set:(ILjava/lang/Object;)Ljava/lang/Object;
            pop
         8: .line 222
            aload 0
            aload 3 /* found */
            getfield io.vertx.redis.client.impl.RedisSentinelClient$Pair.right:Ljava/lang/Object;
            checkcast io.vertx.core.net.SocketAddress
            invokestatic io.vertx.core.Future.succeededFuture:(Ljava/lang/Object;)Lio/vertx/core/Future;
            invokeinterface io.vertx.core.Handler.handle:(Ljava/lang/Object;)V
        end local 5 // io.vertx.core.net.SocketAddress endpoint
        end local 4 // java.util.List endpoints
        end local 3 // io.vertx.redis.client.impl.RedisSentinelClient$Pair found
         9: .line 224
      StackMap locals:
      StackMap stack:
            return
        end local 2 // io.vertx.core.AsyncResult iterate
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0   10     2    iterate  Lio/vertx/core/AsyncResult<Lio/vertx/redis/client/impl/RedisSentinelClient$Pair<Ljava/lang/Integer;Lio/vertx/core/net/SocketAddress;>;>;
            4    9     3      found  Lio/vertx/redis/client/impl/RedisSentinelClient$Pair<Ljava/lang/Integer;Lio/vertx/core/net/SocketAddress;>;
            5    9     4  endpoints  Ljava/util/List<Lio/vertx/core/net/SocketAddress;>;
            6    9     5   endpoint  Lio/vertx/core/net/SocketAddress;

  private static void lambda$10(io.vertx.core.Handler, int, io.vertx.core.Vertx, io.vertx.redis.client.impl.Resolver, io.vertx.redis.client.RedisOptions, io.vertx.core.AsyncResult);
    descriptor: (Lio/vertx/core/Handler;ILio/vertx/core/Vertx;Lio/vertx/redis/client/impl/Resolver;Lio/vertx/redis/client/RedisOptions;Lio/vertx/core/AsyncResult;)V
    flags: (0x100a) ACC_PRIVATE, ACC_STATIC, ACC_SYNTHETIC
    Code:
      stack=5, locals=6, args_size=6
        start local 5 // io.vertx.core.AsyncResult res
         0: .line 238
            aload 5 /* res */
            invokeinterface io.vertx.core.AsyncResult.succeeded:()Z
            ifeq 3
         1: .line 239
            aload 0
            new io.vertx.redis.client.impl.RedisSentinelClient$Pair
            dup
            iload 1
            invokestatic java.lang.Integer.valueOf:(I)Ljava/lang/Integer;
            aload 5 /* res */
            invokeinterface io.vertx.core.AsyncResult.result:()Ljava/lang/Object;
            checkcast io.vertx.core.net.SocketAddress
            invokespecial io.vertx.redis.client.impl.RedisSentinelClient$Pair.<init>:(Ljava/lang/Object;Ljava/lang/Object;)V
            invokestatic io.vertx.core.Future.succeededFuture:(Ljava/lang/Object;)Lio/vertx/core/Future;
            invokeinterface io.vertx.core.Handler.handle:(Ljava/lang/Object;)V
         2: .line 240
            goto 4
         3: .line 242
      StackMap locals:
      StackMap stack:
            iload 1
            iconst_1
            iadd
            aload 2
            aload 3
            aload 4
            aload 0
            invokestatic io.vertx.redis.client.impl.RedisSentinelClient.iterate:(ILio/vertx/core/Vertx;Lio/vertx/redis/client/impl/Resolver;Lio/vertx/redis/client/RedisOptions;Lio/vertx/core/Handler;)V
         4: .line 244
      StackMap locals:
      StackMap stack:
            return
        end local 5 // io.vertx.core.AsyncResult res
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    5     5   res  Lio/vertx/core/AsyncResult<Lio/vertx/core/net/SocketAddress;>;

  private static void lambda$11(io.vertx.core.Handler, io.vertx.core.net.SocketAddress, io.vertx.core.AsyncResult);
    descriptor: (Lio/vertx/core/Handler;Lio/vertx/core/net/SocketAddress;Lio/vertx/core/AsyncResult;)V
    flags: (0x100a) ACC_PRIVATE, ACC_STATIC, ACC_SYNTHETIC
    Code:
      stack=5, locals=4, args_size=3
        start local 2 // io.vertx.core.AsyncResult onCreate
         0: .line 252
            aload 2 /* onCreate */
            invokeinterface io.vertx.core.AsyncResult.failed:()Z
            ifeq 3
         1: .line 253
            aload 0
            aload 2 /* onCreate */
            invokeinterface io.vertx.core.AsyncResult.cause:()Ljava/lang/Throwable;
            invokestatic io.vertx.core.Future.failedFuture:(Ljava/lang/Throwable;)Lio/vertx/core/Future;
            invokeinterface io.vertx.core.Handler.handle:(Ljava/lang/Object;)V
         2: .line 254
            return
         3: .line 257
      StackMap locals:
      StackMap stack:
            aload 2 /* onCreate */
            invokeinterface io.vertx.core.AsyncResult.result:()Ljava/lang/Object;
            checkcast io.vertx.redis.client.Redis
            astore 3 /* conn */
        start local 3 // io.vertx.redis.client.Redis conn
         4: .line 260
            aload 3 /* conn */
            getstatic io.vertx.redis.client.Command.PING:Lio/vertx/redis/client/Command;
            invokestatic io.vertx.redis.client.Request.cmd:(Lio/vertx/redis/client/Command;)Lio/vertx/redis/client/Request;
            aload 0
            aload 1
            aload 3 /* conn */
            invokedynamic handle(Lio/vertx/core/Handler;Lio/vertx/core/net/SocketAddress;Lio/vertx/redis/client/Redis;)Lio/vertx/core/Handler;
              Bootstrap: invokestatic java.lang.invoke.LambdaMetafactory.metafactory:(Ljava/lang/invoke/MethodHandles$Lookup;Ljava/lang/String;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodHandle;Ljava/lang/invoke/MethodType;)Ljava/lang/invoke/CallSite;
                Method arguments:
                  (Ljava/lang/Object;)V
                  io/vertx/redis/client/impl/RedisSentinelClient.lambda$12(Lio/vertx/core/Handler;Lio/vertx/core/net/SocketAddress;Lio/vertx/redis/client/Redis;Lio/vertx/core/AsyncResult;)V (6)
                  (Lio/vertx/core/AsyncResult;)V
            invokeinterface io.vertx.redis.client.Redis.send:(Lio/vertx/redis/client/Request;Lio/vertx/core/Handler;)Lio/vertx/redis/client/Redis;
            pop
        end local 3 // io.vertx.redis.client.Redis conn
         5: .line 269
            return
        end local 2 // io.vertx.core.AsyncResult onCreate
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    6     2  onCreate  Lio/vertx/core/AsyncResult<Lio/vertx/redis/client/Redis;>;
            4    5     3      conn  Lio/vertx/redis/client/Redis;

  private static void lambda$13(io.vertx.core.Handler, io.vertx.redis.client.RedisOptions, io.vertx.core.AsyncResult);
    descriptor: (Lio/vertx/core/Handler;Lio/vertx/redis/client/RedisOptions;Lio/vertx/core/AsyncResult;)V
    flags: (0x100a) ACC_PRIVATE, ACC_STATIC, ACC_SYNTHETIC
    Code:
      stack=4, locals=5, args_size=3
        start local 2 // io.vertx.core.AsyncResult onCreate
         0: .line 274
            aload 2 /* onCreate */
            invokeinterface io.vertx.core.AsyncResult.failed:()Z
            ifeq 3
         1: .line 275
            aload 0
            aload 2 /* onCreate */
            invokeinterface io.vertx.core.AsyncResult.cause:()Ljava/lang/Throwable;
            invokestatic io.vertx.core.Future.failedFuture:(Ljava/lang/Throwable;)Lio/vertx/core/Future;
            invokeinterface io.vertx.core.Handler.handle:(Ljava/lang/Object;)V
         2: .line 276
            return
         3: .line 279
      StackMap locals:
      StackMap stack:
            aload 2 /* onCreate */
            invokeinterface io.vertx.core.AsyncResult.result:()Ljava/lang/Object;
            checkcast io.vertx.redis.client.Redis
            astore 3 /* conn */
        start local 3 // io.vertx.redis.client.Redis conn
         4: .line 280
            aload 1
            invokevirtual io.vertx.redis.client.RedisOptions.getMasterName:()Ljava/lang/String;
            astore 4 /* masterName */
        start local 4 // java.lang.String masterName
         5: .line 283
            aload 3 /* conn */
            getstatic io.vertx.redis.client.Command.SENTINEL:Lio/vertx/redis/client/Command;
            invokestatic io.vertx.redis.client.Request.cmd:(Lio/vertx/redis/client/Command;)Lio/vertx/redis/client/Request;
            ldc "GET-MASTER-ADDR-BY-NAME"
            invokeinterface io.vertx.redis.client.Request.arg:(Ljava/lang/String;)Lio/vertx/redis/client/Request;
            aload 4 /* masterName */
            invokeinterface io.vertx.redis.client.Request.arg:(Ljava/lang/String;)Lio/vertx/redis/client/Request;
            aload 0
            aload 3 /* conn */
            invokedynamic handle(Lio/vertx/core/Handler;Lio/vertx/redis/client/Redis;)Lio/vertx/core/Handler;
              Bootstrap: invokestatic java.lang.invoke.LambdaMetafactory.metafactory:(Ljava/lang/invoke/MethodHandles$Lookup;Ljava/lang/String;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodHandle;Ljava/lang/invoke/MethodType;)Ljava/lang/invoke/CallSite;
                Method arguments:
                  (Ljava/lang/Object;)V
                  io/vertx/redis/client/impl/RedisSentinelClient.lambda$14(Lio/vertx/core/Handler;Lio/vertx/redis/client/Redis;Lio/vertx/core/AsyncResult;)V (6)
                  (Lio/vertx/core/AsyncResult;)V
            invokeinterface io.vertx.redis.client.Redis.send:(Lio/vertx/redis/client/Request;Lio/vertx/core/Handler;)Lio/vertx/redis/client/Redis;
            pop
        end local 4 // java.lang.String masterName
        end local 3 // io.vertx.redis.client.Redis conn
         6: .line 298
            return
        end local 2 // io.vertx.core.AsyncResult onCreate
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    7     2    onCreate  Lio/vertx/core/AsyncResult<Lio/vertx/redis/client/Redis;>;
            4    6     3        conn  Lio/vertx/redis/client/Redis;
            5    6     4  masterName  Ljava/lang/String;

  private static void lambda$15(io.vertx.core.Handler, io.vertx.redis.client.RedisOptions, io.vertx.core.AsyncResult);
    descriptor: (Lio/vertx/core/Handler;Lio/vertx/redis/client/RedisOptions;Lio/vertx/core/AsyncResult;)V
    flags: (0x100a) ACC_PRIVATE, ACC_STATIC, ACC_SYNTHETIC
    Code:
      stack=5, locals=5, args_size=3
        start local 2 // io.vertx.core.AsyncResult onCreate
         0: .line 303
            aload 2 /* onCreate */
            invokeinterface io.vertx.core.AsyncResult.failed:()Z
            ifeq 3
         1: .line 304
            aload 0
            aload 2 /* onCreate */
            invokeinterface io.vertx.core.AsyncResult.cause:()Ljava/lang/Throwable;
            invokestatic io.vertx.core.Future.failedFuture:(Ljava/lang/Throwable;)Lio/vertx/core/Future;
            invokeinterface io.vertx.core.Handler.handle:(Ljava/lang/Object;)V
         2: .line 305
            return
         3: .line 308
      StackMap locals:
      StackMap stack:
            aload 2 /* onCreate */
            invokeinterface io.vertx.core.AsyncResult.result:()Ljava/lang/Object;
            checkcast io.vertx.redis.client.Redis
            astore 3 /* conn */
        start local 3 // io.vertx.redis.client.Redis conn
         4: .line 309
            aload 1
            invokevirtual io.vertx.redis.client.RedisOptions.getMasterName:()Ljava/lang/String;
            astore 4 /* masterName */
        start local 4 // java.lang.String masterName
         5: .line 312
            aload 3 /* conn */
            getstatic io.vertx.redis.client.Command.SENTINEL:Lio/vertx/redis/client/Command;
            invokestatic io.vertx.redis.client.Request.cmd:(Lio/vertx/redis/client/Command;)Lio/vertx/redis/client/Request;
            ldc "SLAVES"
            invokeinterface io.vertx.redis.client.Request.arg:(Ljava/lang/String;)Lio/vertx/redis/client/Request;
            aload 4 /* masterName */
            invokeinterface io.vertx.redis.client.Request.arg:(Ljava/lang/String;)Lio/vertx/redis/client/Request;
            aload 0
            aload 4 /* masterName */
            aload 3 /* conn */
            invokedynamic handle(Lio/vertx/core/Handler;Ljava/lang/String;Lio/vertx/redis/client/Redis;)Lio/vertx/core/Handler;
              Bootstrap: invokestatic java.lang.invoke.LambdaMetafactory.metafactory:(Ljava/lang/invoke/MethodHandles$Lookup;Ljava/lang/String;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodHandle;Ljava/lang/invoke/MethodType;)Ljava/lang/invoke/CallSite;
                Method arguments:
                  (Ljava/lang/Object;)V
                  io/vertx/redis/client/impl/RedisSentinelClient.lambda$16(Lio/vertx/core/Handler;Ljava/lang/String;Lio/vertx/redis/client/Redis;Lio/vertx/core/AsyncResult;)V (6)
                  (Lio/vertx/core/AsyncResult;)V
            invokeinterface io.vertx.redis.client.Redis.send:(Lio/vertx/redis/client/Request;Lio/vertx/core/Handler;)Lio/vertx/redis/client/Redis;
            pop
        end local 4 // java.lang.String masterName
        end local 3 // io.vertx.redis.client.Redis conn
         6: .line 349
            return
        end local 2 // io.vertx.core.AsyncResult onCreate
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    7     2    onCreate  Lio/vertx/core/AsyncResult<Lio/vertx/redis/client/Redis;>;
            4    6     3        conn  Lio/vertx/redis/client/Redis;
            5    6     4  masterName  Ljava/lang/String;

  private void lambda$1(io.vertx.redis.client.Response);
    descriptor: (Lio/vertx/redis/client/Response;)V
    flags: (0x1002) ACC_PRIVATE, ACC_SYNTHETIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // io.vertx.redis.client.impl.RedisSentinelClient this
        start local 1 // io.vertx.redis.client.Response msg
         0: .line 76
            aload 1 /* msg */
            invokeinterface io.vertx.redis.client.Response.type:()Lio/vertx/redis/client/ResponseType;
            getstatic io.vertx.redis.client.ResponseType.MULTI:Lio/vertx/redis/client/ResponseType;
            if_acmpne 6
         1: .line 77
            ldc "MESSAGE"
            aload 1 /* msg */
            iconst_0
            invokeinterface io.vertx.redis.client.Response.get:(I)Lio/vertx/redis/client/Response;
            invokeinterface io.vertx.redis.client.Response.toString:()Ljava/lang/String;
            invokevirtual java.lang.String.equalsIgnoreCase:(Ljava/lang/String;)Z
            ifeq 6
         2: .line 79
            aload 0 /* this */
            getfield io.vertx.redis.client.impl.RedisSentinelClient.redis:Lio/vertx/redis/client/impl/RedisClient;
            ifnull 5
         3: .line 80
            aload 0 /* this */
            getfield io.vertx.redis.client.impl.RedisSentinelClient.redis:Lio/vertx/redis/client/impl/RedisClient;
            ldc "SWITCH-MASTER Received +switch-master message from Redis Sentinel."
            invokestatic io.vertx.redis.client.impl.types.ErrorType.create:(Ljava/lang/String;)Lio/vertx/redis/client/impl/types/ErrorType;
            invokevirtual io.vertx.redis.client.impl.RedisClient.fail:(Ljava/lang/Throwable;)V
         4: .line 81
            goto 6
         5: .line 82
      StackMap locals:
      StackMap stack:
            getstatic io.vertx.redis.client.impl.RedisSentinelClient.LOG:Lio/vertx/core/logging/Logger;
            ldc "Received +switch-master message from Redis Sentinel."
            invokevirtual io.vertx.core.logging.Logger.warn:(Ljava/lang/Object;)V
         6: .line 86
      StackMap locals:
      StackMap stack:
            return
        end local 1 // io.vertx.redis.client.Response msg
        end local 0 // io.vertx.redis.client.impl.RedisSentinelClient this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    7     0  this  Lio/vertx/redis/client/impl/RedisSentinelClient;
            0    7     1   msg  Lio/vertx/redis/client/Response;

  private void lambda$2(io.vertx.core.AsyncResult);
    descriptor: (Lio/vertx/core/AsyncResult;)V
    flags: (0x1002) ACC_PRIVATE, ACC_SYNTHETIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // io.vertx.redis.client.impl.RedisSentinelClient this
        start local 1 // io.vertx.core.AsyncResult send
         0: .line 89
            aload 1 /* send */
            invokeinterface io.vertx.core.AsyncResult.failed:()Z
            ifeq 3
         1: .line 90
            getstatic io.vertx.redis.client.impl.RedisSentinelClient.LOG:Lio/vertx/core/logging/Logger;
            ldc "Unable to subscribe to Sentinel PUBSUB"
            aload 1 /* send */
            invokeinterface io.vertx.core.AsyncResult.cause:()Ljava/lang/Throwable;
            invokevirtual io.vertx.core.logging.Logger.error:(Ljava/lang/Object;Ljava/lang/Throwable;)V
         2: .line 91
            aload 0 /* this */
            getfield io.vertx.redis.client.impl.RedisSentinelClient.sentinel:Lio/vertx/redis/client/Redis;
            invokeinterface io.vertx.redis.client.Redis.close:()V
         3: .line 93
      StackMap locals:
      StackMap stack:
            return
        end local 1 // io.vertx.core.AsyncResult send
        end local 0 // io.vertx.redis.client.impl.RedisSentinelClient this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Lio/vertx/redis/client/impl/RedisSentinelClient;
            0    4     1  send  Lio/vertx/core/AsyncResult<Lio/vertx/redis/client/Response;>;

  private void lambda$3(java.lang.Throwable);
    descriptor: (Ljava/lang/Throwable;)V
    flags: (0x1002) ACC_PRIVATE, ACC_SYNTHETIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // io.vertx.redis.client.impl.RedisSentinelClient this
        start local 1 // java.lang.Throwable t
         0: .line 96
            getstatic io.vertx.redis.client.impl.RedisSentinelClient.LOG:Lio/vertx/core/logging/Logger;
            ldc "Unhandled exception in Sentinel PUBSUB"
            aload 1 /* t */
            invokevirtual io.vertx.core.logging.Logger.error:(Ljava/lang/Object;Ljava/lang/Throwable;)V
         1: .line 97
            aload 0 /* this */
            getfield io.vertx.redis.client.impl.RedisSentinelClient.sentinel:Lio/vertx/redis/client/Redis;
            invokeinterface io.vertx.redis.client.Redis.close:()V
         2: .line 98
            return
        end local 1 // java.lang.Throwable t
        end local 0 // io.vertx.redis.client.impl.RedisSentinelClient this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lio/vertx/redis/client/impl/RedisSentinelClient;
            0    3     1     t  Ljava/lang/Throwable;

  private static void lambda$12(io.vertx.core.Handler, io.vertx.core.net.SocketAddress, io.vertx.redis.client.Redis, io.vertx.core.AsyncResult);
    descriptor: (Lio/vertx/core/Handler;Lio/vertx/core/net/SocketAddress;Lio/vertx/redis/client/Redis;Lio/vertx/core/AsyncResult;)V
    flags: (0x100a) ACC_PRIVATE, ACC_STATIC, ACC_SYNTHETIC
    Code:
      stack=2, locals=4, args_size=4
        start local 3 // io.vertx.core.AsyncResult info
         0: .line 261
            aload 3 /* info */
            invokeinterface io.vertx.core.AsyncResult.failed:()Z
            ifeq 3
         1: .line 262
            aload 0
            aload 3 /* info */
            invokeinterface io.vertx.core.AsyncResult.cause:()Ljava/lang/Throwable;
            invokestatic io.vertx.core.Future.failedFuture:(Ljava/lang/Throwable;)Lio/vertx/core/Future;
            invokeinterface io.vertx.core.Handler.handle:(Ljava/lang/Object;)V
         2: .line 263
            return
         3: .line 266
      StackMap locals:
      StackMap stack:
            aload 0
            aload 1
            invokestatic io.vertx.core.Future.succeededFuture:(Ljava/lang/Object;)Lio/vertx/core/Future;
            invokeinterface io.vertx.core.Handler.handle:(Ljava/lang/Object;)V
         4: .line 267
            aload 2
            invokeinterface io.vertx.redis.client.Redis.close:()V
         5: .line 268
            return
        end local 3 // io.vertx.core.AsyncResult info
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    6     3  info  Lio/vertx/core/AsyncResult<Lio/vertx/redis/client/Response;>;

  private static void lambda$14(io.vertx.core.Handler, io.vertx.redis.client.Redis, io.vertx.core.AsyncResult);
    descriptor: (Lio/vertx/core/Handler;Lio/vertx/redis/client/Redis;Lio/vertx/core/AsyncResult;)V
    flags: (0x100a) ACC_PRIVATE, ACC_STATIC, ACC_SYNTHETIC
    Code:
      stack=4, locals=4, args_size=3
        start local 2 // io.vertx.core.AsyncResult getMasterAddrByName
         0: .line 284
            aload 2 /* getMasterAddrByName */
            invokeinterface io.vertx.core.AsyncResult.failed:()Z
            ifeq 3
         1: .line 285
            aload 0
            aload 2 /* getMasterAddrByName */
            invokeinterface io.vertx.core.AsyncResult.cause:()Ljava/lang/Throwable;
            invokestatic io.vertx.core.Future.failedFuture:(Ljava/lang/Throwable;)Lio/vertx/core/Future;
            invokeinterface io.vertx.core.Handler.handle:(Ljava/lang/Object;)V
         2: .line 286
            return
         3: .line 290
      StackMap locals:
      StackMap stack:
            aload 2 /* getMasterAddrByName */
            invokeinterface io.vertx.core.AsyncResult.result:()Ljava/lang/Object;
            checkcast io.vertx.redis.client.Response
            astore 3 /* response */
        start local 3 // io.vertx.redis.client.Response response
         4: .line 292
            aload 0
         5: .line 293
            aload 3 /* response */
            iconst_1
            invokeinterface io.vertx.redis.client.Response.get:(I)Lio/vertx/redis/client/Response;
            invokeinterface io.vertx.redis.client.Response.toInteger:()Ljava/lang/Integer;
            invokevirtual java.lang.Integer.intValue:()I
            aload 3 /* response */
            iconst_0
            invokeinterface io.vertx.redis.client.Response.get:(I)Lio/vertx/redis/client/Response;
            invokeinterface io.vertx.redis.client.Response.toString:()Ljava/lang/String;
            invokestatic io.vertx.core.net.SocketAddress.inetSocketAddress:(ILjava/lang/String;)Lio/vertx/core/net/SocketAddress;
            invokestatic io.vertx.core.Future.succeededFuture:(Ljava/lang/Object;)Lio/vertx/core/Future;
         6: .line 292
            invokeinterface io.vertx.core.Handler.handle:(Ljava/lang/Object;)V
         7: .line 296
            aload 1
            invokeinterface io.vertx.redis.client.Redis.close:()V
        end local 3 // io.vertx.redis.client.Response response
         8: .line 297
            return
        end local 2 // io.vertx.core.AsyncResult getMasterAddrByName
      LocalVariableTable:
        Start  End  Slot                 Name  Signature
            0    9     2  getMasterAddrByName  Lio/vertx/core/AsyncResult<Lio/vertx/redis/client/Response;>;
            4    8     3             response  Lio/vertx/redis/client/Response;

  private static void lambda$16(io.vertx.core.Handler, java.lang.String, io.vertx.redis.client.Redis, io.vertx.core.AsyncResult);
    descriptor: (Lio/vertx/core/Handler;Ljava/lang/String;Lio/vertx/redis/client/Redis;Lio/vertx/core/AsyncResult;)V
    flags: (0x100a) ACC_PRIVATE, ACC_STATIC, ACC_SYNTHETIC
    Code:
      stack=4, locals=9, args_size=4
        start local 3 // io.vertx.core.AsyncResult sentinelSlaves
         0: .line 313
            aload 3 /* sentinelSlaves */
            invokeinterface io.vertx.core.AsyncResult.failed:()Z
            ifeq 3
         1: .line 314
            aload 0
            aload 3 /* sentinelSlaves */
            invokeinterface io.vertx.core.AsyncResult.cause:()Ljava/lang/Throwable;
            invokestatic io.vertx.core.Future.failedFuture:(Ljava/lang/Throwable;)Lio/vertx/core/Future;
            invokeinterface io.vertx.core.Handler.handle:(Ljava/lang/Object;)V
         2: .line 315
            return
         3: .line 318
      StackMap locals:
      StackMap stack:
            aload 3 /* sentinelSlaves */
            invokeinterface io.vertx.core.AsyncResult.result:()Ljava/lang/Object;
            checkcast io.vertx.redis.client.Response
            astore 4 /* response */
        start local 4 // io.vertx.redis.client.Response response
         4: .line 321
            aload 4 /* response */
            invokeinterface io.vertx.redis.client.Response.size:()I
            ifne 7
         5: .line 322
            aload 0
            new java.lang.StringBuilder
            dup
            ldc "No slaves linked to the master: "
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            aload 1
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            invokestatic io.vertx.core.Future.failedFuture:(Ljava/lang/String;)Lio/vertx/core/Future;
            invokeinterface io.vertx.core.Handler.handle:(Ljava/lang/Object;)V
         6: .line 323
            goto 25
         7: .line 324
      StackMap locals: io.vertx.redis.client.Response
      StackMap stack:
            aload 4 /* response */
            getstatic io.vertx.redis.client.impl.RedisSentinelClient.RANDOM:Ljava/util/Random;
            aload 4 /* response */
            invokeinterface io.vertx.redis.client.Response.size:()I
            invokevirtual java.util.Random.nextInt:(I)I
            invokeinterface io.vertx.redis.client.Response.get:(I)Lio/vertx/redis/client/Response;
            astore 5 /* slaveInfoArr */
        start local 5 // io.vertx.redis.client.Response slaveInfoArr
         8: .line 325
            aload 5 /* slaveInfoArr */
            invokeinterface io.vertx.redis.client.Response.size:()I
            iconst_2
            irem
            ifle 11
         9: .line 326
            aload 0
            ldc "Corrupted response from the sentinel"
            invokestatic io.vertx.core.Future.failedFuture:(Ljava/lang/String;)Lio/vertx/core/Future;
            invokeinterface io.vertx.core.Handler.handle:(Ljava/lang/Object;)V
        10: .line 327
            goto 25
        11: .line 328
      StackMap locals: io.vertx.redis.client.Response
      StackMap stack:
            sipush 6379
            istore 6 /* port */
        start local 6 // int port
        12: .line 329
            aconst_null
            astore 7 /* ip */
        start local 7 // java.lang.String ip
        13: .line 331
            iconst_0
            istore 8 /* i */
        start local 8 // int i
        14: goto 20
        15: .line 332
      StackMap locals: int java.lang.String int
      StackMap stack:
            ldc "port"
            aload 5 /* slaveInfoArr */
            iload 8 /* i */
            invokeinterface io.vertx.redis.client.Response.get:(I)Lio/vertx/redis/client/Response;
            invokeinterface io.vertx.redis.client.Response.toString:()Ljava/lang/String;
            invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
            ifeq 17
        16: .line 333
            aload 5 /* slaveInfoArr */
            iload 8 /* i */
            iconst_1
            iadd
            invokeinterface io.vertx.redis.client.Response.get:(I)Lio/vertx/redis/client/Response;
            invokeinterface io.vertx.redis.client.Response.toInteger:()Ljava/lang/Integer;
            invokevirtual java.lang.Integer.intValue:()I
            istore 6 /* port */
        17: .line 335
      StackMap locals:
      StackMap stack:
            ldc "ip"
            aload 5 /* slaveInfoArr */
            iload 8 /* i */
            invokeinterface io.vertx.redis.client.Response.get:(I)Lio/vertx/redis/client/Response;
            invokeinterface io.vertx.redis.client.Response.toString:()Ljava/lang/String;
            invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
            ifeq 19
        18: .line 336
            aload 5 /* slaveInfoArr */
            iload 8 /* i */
            iconst_1
            iadd
            invokeinterface io.vertx.redis.client.Response.get:(I)Lio/vertx/redis/client/Response;
            invokeinterface io.vertx.redis.client.Response.toString:()Ljava/lang/String;
            astore 7 /* ip */
        19: .line 331
      StackMap locals:
      StackMap stack:
            iinc 8 /* i */ 2
      StackMap locals:
      StackMap stack:
        20: iload 8 /* i */
            aload 5 /* slaveInfoArr */
            invokeinterface io.vertx.redis.client.Response.size:()I
            if_icmplt 15
        end local 8 // int i
        21: .line 340
            aload 7 /* ip */
            ifnonnull 24
        22: .line 341
            aload 0
            ldc "No IP found for a SLAVE node!"
            invokestatic io.vertx.core.Future.failedFuture:(Ljava/lang/String;)Lio/vertx/core/Future;
            invokeinterface io.vertx.core.Handler.handle:(Ljava/lang/Object;)V
        23: .line 342
            goto 25
        24: .line 343
      StackMap locals:
      StackMap stack:
            aload 0
            iload 6 /* port */
            aload 7 /* ip */
            invokestatic io.vertx.core.net.SocketAddress.inetSocketAddress:(ILjava/lang/String;)Lio/vertx/core/net/SocketAddress;
            invokestatic io.vertx.core.Future.succeededFuture:(Ljava/lang/Object;)Lio/vertx/core/Future;
            invokeinterface io.vertx.core.Handler.handle:(Ljava/lang/Object;)V
        end local 7 // java.lang.String ip
        end local 6 // int port
        end local 5 // io.vertx.redis.client.Response slaveInfoArr
        25: .line 347
      StackMap locals:
      StackMap stack:
            aload 2
            invokeinterface io.vertx.redis.client.Redis.close:()V
        end local 4 // io.vertx.redis.client.Response response
        26: .line 348
            return
        end local 3 // io.vertx.core.AsyncResult sentinelSlaves
      LocalVariableTable:
        Start  End  Slot            Name  Signature
            0   27     3  sentinelSlaves  Lio/vertx/core/AsyncResult<Lio/vertx/redis/client/Response;>;
            4   26     4        response  Lio/vertx/redis/client/Response;
            8   25     5    slaveInfoArr  Lio/vertx/redis/client/Response;
           12   25     6            port  I
           13   25     7              ip  Ljava/lang/String;
           14   21     8               i  I
}
SourceFile: "RedisSentinelClient.java"
NestMembers:
  io.vertx.redis.client.impl.RedisSentinelClient$Pair
InnerClasses:
  private Pair = io.vertx.redis.client.impl.RedisSentinelClient$Pair of io.vertx.redis.client.impl.RedisSentinelClient
  public final Lookup = java.lang.invoke.MethodHandles$Lookup of java.lang.invoke.MethodHandles