public class io.vertx.redis.client.impl.RedisAPIImpl implements io.vertx.redis.client.RedisAPI
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: io.vertx.redis.client.impl.RedisAPIImpl
  super_class: java.lang.Object
{
  private final io.vertx.redis.client.Redis client;
    descriptor: Lio/vertx/redis/client/Redis;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  public void <init>(io.vertx.redis.client.Redis);
    descriptor: (Lio/vertx/redis/client/Redis;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.redis.client.impl.RedisAPIImpl this
        start local 1 // io.vertx.redis.client.Redis client
         0: .line 26
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 27
            aload 0 /* this */
            aload 1 /* client */
            putfield io.vertx.redis.client.impl.RedisAPIImpl.client:Lio/vertx/redis/client/Redis;
         2: .line 28
            return
        end local 1 // io.vertx.redis.client.Redis client
        end local 0 // io.vertx.redis.client.impl.RedisAPIImpl this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    3     0    this  Lio/vertx/redis/client/impl/RedisAPIImpl;
            0    3     1  client  Lio/vertx/redis/client/Redis;
    MethodParameters:
        Name  Flags
      client  

  public io.vertx.core.Future<io.vertx.redis.client.Response> send(io.vertx.redis.client.Command, []);
    descriptor: (Lio/vertx/redis/client/Command;[Ljava/lang/Object;)Lio/vertx/core/Future;
    flags: (0x0081) ACC_PUBLIC, ACC_VARARGS
    Code:
      stack=3, locals=9, args_size=3
        start local 0 // io.vertx.redis.client.impl.RedisAPIImpl this
        start local 1 // io.vertx.redis.client.Command cmd
        start local 2 // java.lang.Object[] args
         0: .line 32
            invokestatic io.vertx.core.Promise.promise:()Lio/vertx/core/Promise;
            astore 3 /* promise */
        start local 3 // io.vertx.core.Promise promise
         1: .line 33
            aload 1 /* cmd */
            invokestatic io.vertx.redis.client.Request.cmd:(Lio/vertx/redis/client/Command;)Lio/vertx/redis/client/Request;
            astore 4 /* req */
        start local 4 // io.vertx.redis.client.Request req
         2: .line 35
            aload 2 /* args */
            ifnull 11
         3: .line 36
            aload 2 /* args */
            dup
            astore 8
            arraylength
            istore 7
            iconst_0
            istore 6
            goto 10
      StackMap locals: io.vertx.redis.client.impl.RedisAPIImpl io.vertx.redis.client.Command java.lang.Object[] io.vertx.core.Promise io.vertx.redis.client.Request top int int java.lang.Object[]
      StackMap stack:
         4: aload 8
            iload 6
            aaload
            astore 5 /* o */
        start local 5 // java.lang.Object o
         5: .line 37
            aload 5 /* o */
            ifnonnull 8
         6: .line 38
            aload 4 /* req */
            invokeinterface io.vertx.redis.client.Request.nullArg:()Lio/vertx/redis/client/Request;
            pop
         7: .line 39
            goto 9
         8: .line 40
      StackMap locals: io.vertx.redis.client.impl.RedisAPIImpl io.vertx.redis.client.Command java.lang.Object[] io.vertx.core.Promise io.vertx.redis.client.Request java.lang.Object int int java.lang.Object[]
      StackMap stack:
            aload 4 /* req */
            aload 5 /* o */
            invokevirtual java.lang.Object.toString:()Ljava/lang/String;
            invokeinterface io.vertx.redis.client.Request.arg:(Ljava/lang/String;)Lio/vertx/redis/client/Request;
            pop
        end local 5 // java.lang.Object o
         9: .line 36
      StackMap locals: io.vertx.redis.client.impl.RedisAPIImpl io.vertx.redis.client.Command java.lang.Object[] io.vertx.core.Promise io.vertx.redis.client.Request top int int java.lang.Object[]
      StackMap stack:
            iinc 6 1
      StackMap locals:
      StackMap stack:
        10: iload 6
            iload 7
            if_icmplt 4
        11: .line 45
      StackMap locals: io.vertx.redis.client.impl.RedisAPIImpl io.vertx.redis.client.Command java.lang.Object[] io.vertx.core.Promise io.vertx.redis.client.Request
      StackMap stack:
            aload 0 /* this */
            getfield io.vertx.redis.client.impl.RedisAPIImpl.client:Lio/vertx/redis/client/Redis;
            aload 4 /* req */
            aload 3 /* promise */
            invokeinterface io.vertx.redis.client.Redis.send:(Lio/vertx/redis/client/Request;Lio/vertx/core/Handler;)Lio/vertx/redis/client/Redis;
            pop
        12: .line 46
            aload 3 /* promise */
            invokeinterface io.vertx.core.Promise.future:()Lio/vertx/core/Future;
            areturn
        end local 4 // io.vertx.redis.client.Request req
        end local 3 // io.vertx.core.Promise promise
        end local 2 // java.lang.Object[] args
        end local 1 // io.vertx.redis.client.Command cmd
        end local 0 // io.vertx.redis.client.impl.RedisAPIImpl this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0   13     0     this  Lio/vertx/redis/client/impl/RedisAPIImpl;
            0   13     1      cmd  Lio/vertx/redis/client/Command;
            0   13     2     args  [Ljava/lang/Object;
            1   13     3  promise  Lio/vertx/core/Promise<Lio/vertx/redis/client/Response;>;
            2   13     4      req  Lio/vertx/redis/client/Request;
            5    9     5        o  Ljava/lang/Object;
    Signature: (Lio/vertx/redis/client/Command;[Ljava/lang/Object;)Lio/vertx/core/Future<Lio/vertx/redis/client/Response;>;
    MethodParameters:
      Name  Flags
      cmd   
      args  
}
SourceFile: "RedisAPIImpl.java"