public final class io.vertx.redis.impl.RedisClientImpl implements io.vertx.redis.RedisClient
  minor version: 0
  major version: 59
  flags: flags: (0x0031) ACC_PUBLIC, ACC_FINAL, ACC_SUPER
  this_class: io.vertx.redis.impl.RedisClientImpl
  super_class: java.lang.Object
{
  private final io.vertx.core.Vertx vertx;
    descriptor: Lio/vertx/core/Vertx;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

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

  private final java.util.concurrent.atomic.AtomicReference<java.util.concurrent.CompletableFuture<io.vertx.redis.client.Redis>> redis;
    descriptor: Ljava/util/concurrent/atomic/AtomicReference;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL
    Signature: Ljava/util/concurrent/atomic/AtomicReference<Ljava/util/concurrent/CompletableFuture<Lio/vertx/redis/client/Redis;>;>;

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

  public void <init>(io.vertx.core.Vertx, io.vertx.redis.RedisOptions);
    descriptor: (Lio/vertx/core/Vertx;Lio/vertx/redis/RedisOptions;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // io.vertx.redis.impl.RedisClientImpl this
        start local 1 // io.vertx.core.Vertx vertx
        start local 2 // io.vertx.redis.RedisOptions options
         0: .line 50
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 48
            aload 0 /* this */
            new java.util.concurrent.atomic.AtomicReference
            dup
            invokespecial java.util.concurrent.atomic.AtomicReference.<init>:()V
            putfield io.vertx.redis.impl.RedisClientImpl.redis:Ljava/util/concurrent/atomic/AtomicReference;
         2: .line 51
            aload 0 /* this */
            aload 1 /* vertx */
            putfield io.vertx.redis.impl.RedisClientImpl.vertx:Lio/vertx/core/Vertx;
         3: .line 52
            aload 0 /* this */
            aload 2 /* options */
            putfield io.vertx.redis.impl.RedisClientImpl.options:Lio/vertx/redis/RedisOptions;
         4: .line 53
            return
        end local 2 // io.vertx.redis.RedisOptions options
        end local 1 // io.vertx.core.Vertx vertx
        end local 0 // io.vertx.redis.impl.RedisClientImpl this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    5     0     this  Lio/vertx/redis/impl/RedisClientImpl;
            0    5     1    vertx  Lio/vertx/core/Vertx;
            0    5     2  options  Lio/vertx/redis/RedisOptions;
    MethodParameters:
         Name  Flags
      vertx    
      options  

  private static java.util.List<?> toPayload([]);
    descriptor: ([Ljava/lang/Object;)Ljava/util/List;
    flags: (0x008a) ACC_PRIVATE, ACC_STATIC, ACC_VARARGS
    Code:
      stack=3, locals=9, args_size=1
        start local 0 // java.lang.Object[] parameters
         0: .line 65
            new java.util.ArrayList
            dup
            aload 0 /* parameters */
            arraylength
            invokespecial java.util.ArrayList.<init>:(I)V
            astore 1 /* result */
        start local 1 // java.util.List result
         1: .line 67
            aload 0 /* parameters */
            dup
            astore 5
            arraylength
            istore 4
            iconst_0
            istore 3
            goto 23
      StackMap locals: java.lang.Object[] java.util.List top int int java.lang.Object[]
      StackMap stack:
         2: aload 5
            iload 3
            aaload
            astore 2 /* param */
        start local 2 // java.lang.Object param
         3: .line 69
            aload 2 /* param */
            instanceof io.vertx.core.json.JsonArray
            ifeq 5
         4: .line 70
            aload 2 /* param */
            checkcast io.vertx.core.json.JsonArray
            invokevirtual io.vertx.core.json.JsonArray.getList:()Ljava/util/List;
            astore 2 /* param */
         5: .line 73
      StackMap locals: java.lang.Object[] java.util.List java.lang.Object int int java.lang.Object[]
      StackMap stack:
            aload 2 /* param */
            instanceof io.vertx.core.json.JsonObject
            ifeq 7
         6: .line 74
            aload 2 /* param */
            checkcast io.vertx.core.json.JsonObject
            invokevirtual io.vertx.core.json.JsonObject.getMap:()Ljava/util/Map;
            astore 2 /* param */
         7: .line 77
      StackMap locals:
      StackMap stack:
            aload 2 /* param */
            instanceof java.util.Collection
            ifeq 10
         8: .line 78
            aload 2 /* param */
            checkcast java.util.Collection
            invokeinterface java.util.Collection.stream:()Ljava/util/stream/Stream;
            invokedynamic test()Ljava/util/function/Predicate;
              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;)Z
                  java/util/Objects.nonNull(Ljava/lang/Object;)Z (6)
                  (Ljava/lang/Object;)Z
            invokeinterface java.util.stream.Stream.filter:(Ljava/util/function/Predicate;)Ljava/util/stream/Stream;
            aload 1 /* result */
            dup
            invokevirtual java.lang.Object.getClass:()Ljava/lang/Class;
            pop
            invokedynamic accept(Ljava/util/List;)Ljava/util/function/Consumer;
              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
                  java/util/List.add(Ljava/lang/Object;)Z (9 itf)
                  (Ljava/lang/Object;)V
            invokeinterface java.util.stream.Stream.forEach:(Ljava/util/function/Consumer;)V
         9: .line 79
            goto 22
      StackMap locals:
      StackMap stack:
        10: aload 2 /* param */
            instanceof java.util.Map
            ifeq 17
        11: .line 80
            aload 2 /* param */
            checkcast java.util.Map
            invokeinterface java.util.Map.entrySet:()Ljava/util/Set;
            invokeinterface java.util.Set.iterator:()Ljava/util/Iterator;
            astore 8
            goto 15
      StackMap locals: java.lang.Object[] java.util.List java.lang.Object int int java.lang.Object[] top top java.util.Iterator
      StackMap stack:
        12: aload 8
            invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
            checkcast java.util.Map$Entry
            astore 7 /* pair */
        start local 7 // java.util.Map$Entry pair
        13: .line 81
            aload 1 /* result */
            aload 7 /* pair */
            invokeinterface java.util.Map$Entry.getKey:()Ljava/lang/Object;
            invokeinterface java.util.List.add:(Ljava/lang/Object;)Z
            pop
        14: .line 82
            aload 1 /* result */
            aload 7 /* pair */
            invokeinterface java.util.Map$Entry.getValue:()Ljava/lang/Object;
            invokeinterface java.util.List.add:(Ljava/lang/Object;)Z
            pop
        end local 7 // java.util.Map$Entry pair
        15: .line 80
      StackMap locals:
      StackMap stack:
            aload 8
            invokeinterface java.util.Iterator.hasNext:()Z
            ifne 12
        16: .line 84
            goto 22
      StackMap locals: java.lang.Object[] java.util.List java.lang.Object int int java.lang.Object[]
      StackMap stack:
        17: aload 2 /* param */
            instanceof java.util.stream.Stream
            ifeq 20
        18: .line 85
            aload 2 /* param */
            checkcast java.util.stream.Stream
            aload 1 /* result */
            invokedynamic accept(Ljava/util/List;)Ljava/util/function/Consumer;
              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/impl/RedisClientImpl.lambda$2(Ljava/util/List;Ljava/lang/Object;)V (6)
                  (Ljava/lang/Object;)V
            invokeinterface java.util.stream.Stream.forEach:(Ljava/util/function/Consumer;)V
        19: .line 92
            goto 22
      StackMap locals:
      StackMap stack:
        20: aload 2 /* param */
            ifnull 22
        21: .line 93
            aload 1 /* result */
            aload 2 /* param */
            invokeinterface java.util.List.add:(Ljava/lang/Object;)Z
            pop
        end local 2 // java.lang.Object param
        22: .line 67
      StackMap locals: java.lang.Object[] java.util.List top int int java.lang.Object[]
      StackMap stack:
            iinc 3 1
      StackMap locals:
      StackMap stack:
        23: iload 3
            iload 4
            if_icmplt 2
        24: .line 96
            aload 1 /* result */
            areturn
        end local 1 // java.util.List result
        end local 0 // java.lang.Object[] parameters
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0   25     0  parameters  [Ljava/lang/Object;
            1   25     1      result  Ljava/util/List<Ljava/lang/Object;>;
            3   22     2       param  Ljava/lang/Object;
           13   15     7        pair  Ljava/util/Map$Entry<**>;
    Signature: ([Ljava/lang/Object;)Ljava/util/List<*>;
    MethodParameters:
            Name  Flags
      parameters  

  private void send(io.vertx.redis.client.Command, java.util.List, io.vertx.core.Handler<io.vertx.core.AsyncResult<io.vertx.redis.client.Response>>);
    descriptor: (Lio/vertx/redis/client/Command;Ljava/util/List;Lio/vertx/core/Handler;)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=4, locals=7, args_size=4
        start local 0 // io.vertx.redis.impl.RedisClientImpl this
        start local 1 // io.vertx.redis.client.Command command
        start local 2 // java.util.List arguments
        start local 3 // io.vertx.core.Handler handler
         0: .line 100
            aload 1 /* command */
            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
         1: .line 102
            aload 2 /* arguments */
            ifnull 12
         2: .line 103
            aload 2 /* arguments */
            invokeinterface java.util.List.iterator:()Ljava/util/Iterator;
            astore 6
            goto 11
      StackMap locals: io.vertx.redis.impl.RedisClientImpl io.vertx.redis.client.Command java.util.List io.vertx.core.Handler io.vertx.redis.client.Request top java.util.Iterator
      StackMap stack:
         3: aload 6
            invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
            astore 5 /* o */
        start local 5 // java.lang.Object o
         4: .line 104
            aload 5 /* o */
            ifnonnull 7
         5: .line 105
            aload 4 /* req */
            invokeinterface io.vertx.redis.client.Request.nullArg:()Lio/vertx/redis/client/Request;
            pop
         6: .line 106
            goto 11
      StackMap locals: io.vertx.redis.impl.RedisClientImpl io.vertx.redis.client.Command java.util.List io.vertx.core.Handler io.vertx.redis.client.Request java.lang.Object java.util.Iterator
      StackMap stack:
         7: aload 5 /* o */
            instanceof io.vertx.core.buffer.Buffer
            ifeq 10
         8: .line 107
            aload 4 /* req */
            aload 5 /* o */
            checkcast io.vertx.core.buffer.Buffer
            invokeinterface io.vertx.redis.client.Request.arg:(Lio/vertx/core/buffer/Buffer;)Lio/vertx/redis/client/Request;
            pop
         9: .line 108
            goto 11
        10: .line 109
      StackMap locals:
      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
        11: .line 103
      StackMap locals: io.vertx.redis.impl.RedisClientImpl io.vertx.redis.client.Command java.util.List io.vertx.core.Handler io.vertx.redis.client.Request top java.util.Iterator
      StackMap stack:
            aload 6
            invokeinterface java.util.Iterator.hasNext:()Z
            ifne 3
        12: .line 114
      StackMap locals: io.vertx.redis.impl.RedisClientImpl io.vertx.redis.client.Command java.util.List io.vertx.core.Handler io.vertx.redis.client.Request
      StackMap stack:
            aload 0 /* this */
            getfield io.vertx.redis.impl.RedisClientImpl.redis:Ljava/util/concurrent/atomic/AtomicReference;
            invokevirtual java.util.concurrent.atomic.AtomicReference.get:()Ljava/lang/Object;
            checkcast java.util.concurrent.CompletableFuture
            astore 5 /* fut */
        start local 5 // java.util.concurrent.CompletableFuture fut
        13: .line 115
            aload 5 /* fut */
            ifnonnull 28
        14: .line 116
            new java.util.concurrent.CompletableFuture
            dup
            invokespecial java.util.concurrent.CompletableFuture.<init>:()V
            astore 6 /* f */
        start local 6 // java.util.concurrent.CompletableFuture f
        15: .line 117
            aload 0 /* this */
            getfield io.vertx.redis.impl.RedisClientImpl.redis:Ljava/util/concurrent/atomic/AtomicReference;
            aconst_null
            aload 6 /* f */
            invokevirtual java.util.concurrent.atomic.AtomicReference.compareAndSet:(Ljava/lang/Object;Ljava/lang/Object;)Z
            ifeq 27
        16: .line 118
            aload 6 /* f */
            astore 5 /* fut */
        17: .line 119
            aload 0 /* this */
            getfield io.vertx.redis.impl.RedisClientImpl.vertx:Lio/vertx/core/Vertx;
            new io.vertx.redis.client.RedisOptions
            dup
            invokespecial io.vertx.redis.client.RedisOptions.<init>:()V
        18: .line 120
            aload 0 /* this */
            getfield io.vertx.redis.impl.RedisClientImpl.options:Lio/vertx/redis/RedisOptions;
            invokevirtual io.vertx.redis.client.RedisOptions.setNetClientOptions:(Lio/vertx/core/net/NetClientOptions;)Lio/vertx/redis/client/RedisOptions;
        19: .line 121
            aload 0 /* this */
            getfield io.vertx.redis.impl.RedisClientImpl.options:Lio/vertx/redis/RedisOptions;
            invokevirtual io.vertx.redis.RedisOptions.isDomainSocket:()Z
            ifeq 20
            aload 0 /* this */
            getfield io.vertx.redis.impl.RedisClientImpl.options:Lio/vertx/redis/RedisOptions;
            invokevirtual io.vertx.redis.RedisOptions.getDomainSocketAddress:()Ljava/lang/String;
            invokestatic io.vertx.core.net.SocketAddress.domainSocketAddress:(Ljava/lang/String;)Lio/vertx/core/net/SocketAddress;
            goto 21
      StackMap locals: io.vertx.redis.impl.RedisClientImpl io.vertx.redis.client.Command java.util.List io.vertx.core.Handler io.vertx.redis.client.Request java.util.concurrent.CompletableFuture java.util.concurrent.CompletableFuture
      StackMap stack: io.vertx.core.Vertx io.vertx.redis.client.RedisOptions
        20: aload 0 /* this */
            getfield io.vertx.redis.impl.RedisClientImpl.options:Lio/vertx/redis/RedisOptions;
            invokevirtual io.vertx.redis.RedisOptions.getPort:()I
            aload 0 /* this */
            getfield io.vertx.redis.impl.RedisClientImpl.options:Lio/vertx/redis/RedisOptions;
            invokevirtual io.vertx.redis.RedisOptions.getHost:()Ljava/lang/String;
            invokestatic io.vertx.core.net.SocketAddress.inetSocketAddress:(ILjava/lang/String;)Lio/vertx/core/net/SocketAddress;
      StackMap locals: io.vertx.redis.impl.RedisClientImpl io.vertx.redis.client.Command java.util.List io.vertx.core.Handler io.vertx.redis.client.Request java.util.concurrent.CompletableFuture java.util.concurrent.CompletableFuture
      StackMap stack: io.vertx.core.Vertx io.vertx.redis.client.RedisOptions io.vertx.core.net.SocketAddress
        21: invokevirtual io.vertx.redis.client.RedisOptions.setEndpoint:(Lio/vertx/core/net/SocketAddress;)Lio/vertx/redis/client/RedisOptions;
        22: .line 122
            aload 0 /* this */
            getfield io.vertx.redis.impl.RedisClientImpl.options:Lio/vertx/redis/RedisOptions;
            invokevirtual io.vertx.redis.RedisOptions.getAuth:()Ljava/lang/String;
            invokevirtual io.vertx.redis.client.RedisOptions.setPassword:(Ljava/lang/String;)Lio/vertx/redis/client/RedisOptions;
        23: .line 123
            aload 0 /* this */
            getfield io.vertx.redis.impl.RedisClientImpl.options:Lio/vertx/redis/RedisOptions;
            invokevirtual io.vertx.redis.RedisOptions.getSelect:()Ljava/lang/Integer;
            invokevirtual io.vertx.redis.client.RedisOptions.setSelect:(Ljava/lang/Integer;)Lio/vertx/redis/client/RedisOptions;
        24: .line 119
            invokestatic io.vertx.redis.client.Redis.createClient:(Lio/vertx/core/Vertx;Lio/vertx/redis/client/RedisOptions;)Lio/vertx/redis/client/Redis;
        25: .line 123
            aload 6 /* f */
            invokedynamic handle(Ljava/util/concurrent/CompletableFuture;)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/impl/RedisClientImpl.lambda$3(Ljava/util/concurrent/CompletableFuture;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
        26: .line 130
            goto 28
        27: .line 131
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield io.vertx.redis.impl.RedisClientImpl.redis:Ljava/util/concurrent/atomic/AtomicReference;
            invokevirtual java.util.concurrent.atomic.AtomicReference.get:()Ljava/lang/Object;
            checkcast java.util.concurrent.CompletableFuture
            astore 5 /* fut */
        end local 6 // java.util.concurrent.CompletableFuture f
        28: .line 135
      StackMap locals:
      StackMap stack:
            aload 5 /* fut */
            aload 4 /* req */
            aload 3 /* handler */
            invokedynamic accept(Lio/vertx/redis/client/Request;Lio/vertx/core/Handler;)Ljava/util/function/BiConsumer;
              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;Ljava/lang/Object;)V
                  io/vertx/redis/impl/RedisClientImpl.lambda$4(Lio/vertx/redis/client/Request;Lio/vertx/core/Handler;Lio/vertx/redis/client/Redis;Ljava/lang/Throwable;)V (6)
                  (Lio/vertx/redis/client/Redis;Ljava/lang/Throwable;)V
            invokevirtual java.util.concurrent.CompletableFuture.whenComplete:(Ljava/util/function/BiConsumer;)Ljava/util/concurrent/CompletableFuture;
            pop
        29: .line 142
            return
        end local 5 // java.util.concurrent.CompletableFuture fut
        end local 4 // io.vertx.redis.client.Request req
        end local 3 // io.vertx.core.Handler handler
        end local 2 // java.util.List arguments
        end local 1 // io.vertx.redis.client.Command command
        end local 0 // io.vertx.redis.impl.RedisClientImpl this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0   30     0       this  Lio/vertx/redis/impl/RedisClientImpl;
            0   30     1    command  Lio/vertx/redis/client/Command;
            0   30     2  arguments  Ljava/util/List;
            0   30     3    handler  Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Lio/vertx/redis/client/Response;>;>;
            1   30     4        req  Lio/vertx/redis/client/Request;
            4   11     5          o  Ljava/lang/Object;
           13   30     5        fut  Ljava/util/concurrent/CompletableFuture<Lio/vertx/redis/client/Redis;>;
           15   28     6          f  Ljava/util/concurrent/CompletableFuture;
    Signature: (Lio/vertx/redis/client/Command;Ljava/util/List;Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Lio/vertx/redis/client/Response;>;>;)V
    MethodParameters:
           Name  Flags
      command    
      arguments  
      handler    

  private void sendLong(io.vertx.redis.client.Command, java.util.List, io.vertx.core.Handler<io.vertx.core.AsyncResult<java.lang.Long>>);
    descriptor: (Lio/vertx/redis/client/Command;Ljava/util/List;Lio/vertx/core/Handler;)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=4, locals=4, args_size=4
        start local 0 // io.vertx.redis.impl.RedisClientImpl this
        start local 1 // io.vertx.redis.client.Command command
        start local 2 // java.util.List arguments
        start local 3 // io.vertx.core.Handler handler
         0: .line 145
            aload 0 /* this */
            aload 1 /* command */
            aload 2 /* arguments */
            aload 3 /* handler */
            invokedynamic handle(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/impl/RedisClientImpl.lambda$5(Lio/vertx/core/Handler;Lio/vertx/core/AsyncResult;)V (6)
                  (Lio/vertx/core/AsyncResult;)V
            invokevirtual io.vertx.redis.impl.RedisClientImpl.send:(Lio/vertx/redis/client/Command;Ljava/util/List;Lio/vertx/core/Handler;)V
         1: .line 152
            return
        end local 3 // io.vertx.core.Handler handler
        end local 2 // java.util.List arguments
        end local 1 // io.vertx.redis.client.Command command
        end local 0 // io.vertx.redis.impl.RedisClientImpl this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    2     0       this  Lio/vertx/redis/impl/RedisClientImpl;
            0    2     1    command  Lio/vertx/redis/client/Command;
            0    2     2  arguments  Ljava/util/List;
            0    2     3    handler  Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/lang/Long;>;>;
    Signature: (Lio/vertx/redis/client/Command;Ljava/util/List;Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/lang/Long;>;>;)V
    MethodParameters:
           Name  Flags
      command    
      arguments  
      handler    

  private void sendString(io.vertx.redis.client.Command, java.util.List, io.vertx.core.Handler<io.vertx.core.AsyncResult<java.lang.String>>);
    descriptor: (Lio/vertx/redis/client/Command;Ljava/util/List;Lio/vertx/core/Handler;)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=4, locals=4, args_size=4
        start local 0 // io.vertx.redis.impl.RedisClientImpl this
        start local 1 // io.vertx.redis.client.Command command
        start local 2 // java.util.List arguments
        start local 3 // io.vertx.core.Handler handler
         0: .line 155
            aload 0 /* this */
            aload 1 /* command */
            aload 2 /* arguments */
            aload 3 /* handler */
            invokedynamic handle(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/impl/RedisClientImpl.lambda$6(Lio/vertx/core/Handler;Lio/vertx/core/AsyncResult;)V (6)
                  (Lio/vertx/core/AsyncResult;)V
            invokevirtual io.vertx.redis.impl.RedisClientImpl.send:(Lio/vertx/redis/client/Command;Ljava/util/List;Lio/vertx/core/Handler;)V
         1: .line 162
            return
        end local 3 // io.vertx.core.Handler handler
        end local 2 // java.util.List arguments
        end local 1 // io.vertx.redis.client.Command command
        end local 0 // io.vertx.redis.impl.RedisClientImpl this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    2     0       this  Lio/vertx/redis/impl/RedisClientImpl;
            0    2     1    command  Lio/vertx/redis/client/Command;
            0    2     2  arguments  Ljava/util/List;
            0    2     3    handler  Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/lang/String;>;>;
    Signature: (Lio/vertx/redis/client/Command;Ljava/util/List;Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/lang/String;>;>;)V
    MethodParameters:
           Name  Flags
      command    
      arguments  
      handler    

  private static io.vertx.core.json.JsonArray toJsonArray(io.vertx.redis.client.Response);
    descriptor: (Lio/vertx/redis/client/Response;)Lio/vertx/core/json/JsonArray;
    flags: (0x000a) ACC_PRIVATE, ACC_STATIC
    Code:
      stack=2, locals=4, args_size=1
        start local 0 // io.vertx.redis.client.Response response
         0: .line 165
            new io.vertx.core.json.JsonArray
            dup
            invokespecial io.vertx.core.json.JsonArray.<init>:()V
            astore 1 /* json */
        start local 1 // io.vertx.core.json.JsonArray json
         1: .line 167
            aload 0 /* response */
            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_acmpeq 7
         2: .line 168
            invokestatic io.vertx.redis.impl.RedisClientImpl.$SWITCH_TABLE$io$vertx$redis$client$ResponseType:()[I
            aload 0 /* response */
            invokeinterface io.vertx.redis.client.Response.type:()Lio/vertx/redis/client/ResponseType;
            invokevirtual io.vertx.redis.client.ResponseType.ordinal:()I
            iaload
            tableswitch { // 1 - 4
                    1: 5
                    2: 6
                    3: 3
                    4: 5
              default: 6
          }
         3: .line 170
      StackMap locals: io.vertx.core.json.JsonArray
      StackMap stack:
            aload 1 /* json */
            aload 0 /* response */
            invokeinterface io.vertx.redis.client.Response.toLong:()Ljava/lang/Long;
            invokevirtual io.vertx.core.json.JsonArray.add:(Ljava/lang/Long;)Lio/vertx/core/json/JsonArray;
            pop
         4: .line 171
            goto 6
         5: .line 174
      StackMap locals:
      StackMap stack:
            aload 1 /* json */
            aload 0 /* response */
            invokeinterface io.vertx.redis.client.Response.toString:()Ljava/lang/String;
            invokevirtual io.vertx.core.json.JsonArray.add:(Ljava/lang/String;)Lio/vertx/core/json/JsonArray;
            pop
         6: .line 177
      StackMap locals:
      StackMap stack:
            aload 1 /* json */
            areturn
         7: .line 180
      StackMap locals:
      StackMap stack:
            aload 0 /* response */
            invokeinterface io.vertx.redis.client.Response.iterator:()Ljava/util/Iterator;
            astore 3
            goto 18
      StackMap locals: io.vertx.redis.client.Response io.vertx.core.json.JsonArray top java.util.Iterator
      StackMap stack:
         8: aload 3
            invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
            checkcast io.vertx.redis.client.Response
            astore 2 /* r */
        start local 2 // io.vertx.redis.client.Response r
         9: .line 181
            aload 2 /* r */
            ifnonnull 12
        10: .line 182
            aload 1 /* json */
            invokevirtual io.vertx.core.json.JsonArray.addNull:()Lio/vertx/core/json/JsonArray;
            pop
        11: .line 183
            goto 18
        12: .line 184
      StackMap locals: io.vertx.redis.client.Response io.vertx.core.json.JsonArray io.vertx.redis.client.Response java.util.Iterator
      StackMap stack:
            invokestatic io.vertx.redis.impl.RedisClientImpl.$SWITCH_TABLE$io$vertx$redis$client$ResponseType:()[I
            aload 2 /* r */
            invokeinterface io.vertx.redis.client.Response.type:()Lio/vertx/redis/client/ResponseType;
            invokevirtual io.vertx.redis.client.ResponseType.ordinal:()I
            iaload
            tableswitch { // 1 - 5
                    1: 15
                    2: 18
                    3: 13
                    4: 15
                    5: 17
              default: 18
          }
        13: .line 186
      StackMap locals:
      StackMap stack:
            aload 1 /* json */
            aload 2 /* r */
            invokeinterface io.vertx.redis.client.Response.toLong:()Ljava/lang/Long;
            invokevirtual io.vertx.core.json.JsonArray.add:(Ljava/lang/Long;)Lio/vertx/core/json/JsonArray;
            pop
        14: .line 187
            goto 18
        15: .line 190
      StackMap locals:
      StackMap stack:
            aload 1 /* json */
            aload 2 /* r */
            invokeinterface io.vertx.redis.client.Response.toString:()Ljava/lang/String;
            invokevirtual io.vertx.core.json.JsonArray.add:(Ljava/lang/String;)Lio/vertx/core/json/JsonArray;
            pop
        16: .line 191
            goto 18
        17: .line 193
      StackMap locals:
      StackMap stack:
            aload 1 /* json */
            aload 2 /* r */
            invokestatic io.vertx.redis.impl.RedisClientImpl.toJsonArray:(Lio/vertx/redis/client/Response;)Lio/vertx/core/json/JsonArray;
            invokevirtual io.vertx.core.json.JsonArray.add:(Lio/vertx/core/json/JsonArray;)Lio/vertx/core/json/JsonArray;
            pop
        end local 2 // io.vertx.redis.client.Response r
        18: .line 180
      StackMap locals: io.vertx.redis.client.Response io.vertx.core.json.JsonArray top java.util.Iterator
      StackMap stack:
            aload 3
            invokeinterface java.util.Iterator.hasNext:()Z
            ifne 8
        19: .line 199
            aload 1 /* json */
            areturn
        end local 1 // io.vertx.core.json.JsonArray json
        end local 0 // io.vertx.redis.client.Response response
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0   20     0  response  Lio/vertx/redis/client/Response;
            1   20     1      json  Lio/vertx/core/json/JsonArray;
            9   18     2         r  Lio/vertx/redis/client/Response;
    MethodParameters:
          Name  Flags
      response  

  private void sendJsonArray(io.vertx.redis.client.Command, java.util.List, io.vertx.core.Handler<io.vertx.core.AsyncResult<io.vertx.core.json.JsonArray>>);
    descriptor: (Lio/vertx/redis/client/Command;Ljava/util/List;Lio/vertx/core/Handler;)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=4, locals=4, args_size=4
        start local 0 // io.vertx.redis.impl.RedisClientImpl this
        start local 1 // io.vertx.redis.client.Command command
        start local 2 // java.util.List arguments
        start local 3 // io.vertx.core.Handler handler
         0: .line 203
            aload 0 /* this */
            aload 1 /* command */
            aload 2 /* arguments */
            aload 3 /* handler */
            invokedynamic handle(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/impl/RedisClientImpl.lambda$7(Lio/vertx/core/Handler;Lio/vertx/core/AsyncResult;)V (6)
                  (Lio/vertx/core/AsyncResult;)V
            invokevirtual io.vertx.redis.impl.RedisClientImpl.send:(Lio/vertx/redis/client/Command;Ljava/util/List;Lio/vertx/core/Handler;)V
         1: .line 210
            return
        end local 3 // io.vertx.core.Handler handler
        end local 2 // java.util.List arguments
        end local 1 // io.vertx.redis.client.Command command
        end local 0 // io.vertx.redis.impl.RedisClientImpl this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    2     0       this  Lio/vertx/redis/impl/RedisClientImpl;
            0    2     1    command  Lio/vertx/redis/client/Command;
            0    2     2  arguments  Ljava/util/List;
            0    2     3    handler  Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Lio/vertx/core/json/JsonArray;>;>;
    Signature: (Lio/vertx/redis/client/Command;Ljava/util/List;Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Lio/vertx/core/json/JsonArray;>;>;)V
    MethodParameters:
           Name  Flags
      command    
      arguments  
      handler    

  private void sendVoid(io.vertx.redis.client.Command, java.util.List, io.vertx.core.Handler<io.vertx.core.AsyncResult<java.lang.Void>>);
    descriptor: (Lio/vertx/redis/client/Command;Ljava/util/List;Lio/vertx/core/Handler;)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=4, locals=4, args_size=4
        start local 0 // io.vertx.redis.impl.RedisClientImpl this
        start local 1 // io.vertx.redis.client.Command command
        start local 2 // java.util.List arguments
        start local 3 // io.vertx.core.Handler handler
         0: .line 213
            aload 0 /* this */
            aload 1 /* command */
            aload 2 /* arguments */
            aload 3 /* handler */
            invokedynamic handle(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/impl/RedisClientImpl.lambda$8(Lio/vertx/core/Handler;Lio/vertx/core/AsyncResult;)V (6)
                  (Lio/vertx/core/AsyncResult;)V
            invokevirtual io.vertx.redis.impl.RedisClientImpl.send:(Lio/vertx/redis/client/Command;Ljava/util/List;Lio/vertx/core/Handler;)V
         1: .line 220
            return
        end local 3 // io.vertx.core.Handler handler
        end local 2 // java.util.List arguments
        end local 1 // io.vertx.redis.client.Command command
        end local 0 // io.vertx.redis.impl.RedisClientImpl this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    2     0       this  Lio/vertx/redis/impl/RedisClientImpl;
            0    2     1    command  Lio/vertx/redis/client/Command;
            0    2     2  arguments  Ljava/util/List;
            0    2     3    handler  Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/lang/Void;>;>;
    Signature: (Lio/vertx/redis/client/Command;Ljava/util/List;Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/lang/Void;>;>;)V
    MethodParameters:
           Name  Flags
      command    
      arguments  
      handler    

  private void sendBuffer(io.vertx.redis.client.Command, java.util.List, io.vertx.core.Handler<io.vertx.core.AsyncResult<io.vertx.core.buffer.Buffer>>);
    descriptor: (Lio/vertx/redis/client/Command;Ljava/util/List;Lio/vertx/core/Handler;)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=4, locals=4, args_size=4
        start local 0 // io.vertx.redis.impl.RedisClientImpl this
        start local 1 // io.vertx.redis.client.Command command
        start local 2 // java.util.List arguments
        start local 3 // io.vertx.core.Handler handler
         0: .line 223
            aload 0 /* this */
            aload 1 /* command */
            aload 2 /* arguments */
            aload 3 /* handler */
            invokedynamic handle(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/impl/RedisClientImpl.lambda$9(Lio/vertx/core/Handler;Lio/vertx/core/AsyncResult;)V (6)
                  (Lio/vertx/core/AsyncResult;)V
            invokevirtual io.vertx.redis.impl.RedisClientImpl.send:(Lio/vertx/redis/client/Command;Ljava/util/List;Lio/vertx/core/Handler;)V
         1: .line 230
            return
        end local 3 // io.vertx.core.Handler handler
        end local 2 // java.util.List arguments
        end local 1 // io.vertx.redis.client.Command command
        end local 0 // io.vertx.redis.impl.RedisClientImpl this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    2     0       this  Lio/vertx/redis/impl/RedisClientImpl;
            0    2     1    command  Lio/vertx/redis/client/Command;
            0    2     2  arguments  Ljava/util/List;
            0    2     3    handler  Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Lio/vertx/core/buffer/Buffer;>;>;
    Signature: (Lio/vertx/redis/client/Command;Ljava/util/List;Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Lio/vertx/core/buffer/Buffer;>;>;)V
    MethodParameters:
           Name  Flags
      command    
      arguments  
      handler    

  private static io.vertx.core.json.JsonObject toJsonObject(io.vertx.redis.client.Response);
    descriptor: (Lio/vertx/redis/client/Response;)Lio/vertx/core/json/JsonObject;
    flags: (0x000a) ACC_PRIVATE, ACC_STATIC
    Code:
      stack=3, locals=5, args_size=1
        start local 0 // io.vertx.redis.client.Response response
         0: .line 233
            new io.vertx.core.json.JsonObject
            dup
            invokespecial io.vertx.core.json.JsonObject.<init>:()V
            astore 1 /* json */
        start local 1 // io.vertx.core.json.JsonObject json
         1: .line 234
            aload 0 /* response */
            invokeinterface io.vertx.redis.client.Response.getKeys:()Ljava/util/Set;
            invokeinterface java.util.Set.iterator:()Ljava/util/Iterator;
            astore 3
            goto 10
      StackMap locals: io.vertx.redis.client.Response io.vertx.core.json.JsonObject top java.util.Iterator
      StackMap stack:
         2: aload 3
            invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
            checkcast java.lang.String
            astore 2 /* key */
        start local 2 // java.lang.String key
         3: .line 235
            aload 0 /* response */
            aload 2 /* key */
            invokeinterface io.vertx.redis.client.Response.get:(Ljava/lang/String;)Lio/vertx/redis/client/Response;
            astore 4 /* value */
        start local 4 // io.vertx.redis.client.Response value
         4: .line 236
            invokestatic io.vertx.redis.impl.RedisClientImpl.$SWITCH_TABLE$io$vertx$redis$client$ResponseType:()[I
            aload 4 /* value */
            invokeinterface io.vertx.redis.client.Response.type:()Lio/vertx/redis/client/ResponseType;
            invokevirtual io.vertx.redis.client.ResponseType.ordinal:()I
            iaload
            tableswitch { // 1 - 5
                    1: 7
                    2: 10
                    3: 5
                    4: 7
                    5: 9
              default: 10
          }
         5: .line 238
      StackMap locals: io.vertx.redis.client.Response io.vertx.core.json.JsonObject java.lang.String java.util.Iterator io.vertx.redis.client.Response
      StackMap stack:
            aload 1 /* json */
            aload 2 /* key */
            aload 4 /* value */
            invokeinterface io.vertx.redis.client.Response.toLong:()Ljava/lang/Long;
            invokevirtual io.vertx.core.json.JsonObject.put:(Ljava/lang/String;Ljava/lang/Long;)Lio/vertx/core/json/JsonObject;
            pop
         6: .line 239
            goto 10
         7: .line 242
      StackMap locals:
      StackMap stack:
            aload 1 /* json */
            aload 2 /* key */
            aload 4 /* value */
            invokeinterface io.vertx.redis.client.Response.toString:()Ljava/lang/String;
            invokevirtual io.vertx.core.json.JsonObject.put:(Ljava/lang/String;Ljava/lang/String;)Lio/vertx/core/json/JsonObject;
            pop
         8: .line 243
            goto 10
         9: .line 245
      StackMap locals:
      StackMap stack:
            aload 1 /* json */
            aload 2 /* key */
            aload 4 /* value */
            invokestatic io.vertx.redis.impl.RedisClientImpl.toJsonArray:(Lio/vertx/redis/client/Response;)Lio/vertx/core/json/JsonArray;
            invokevirtual io.vertx.core.json.JsonObject.put:(Ljava/lang/String;Lio/vertx/core/json/JsonArray;)Lio/vertx/core/json/JsonObject;
            pop
        end local 4 // io.vertx.redis.client.Response value
        end local 2 // java.lang.String key
        10: .line 234
      StackMap locals: io.vertx.redis.client.Response io.vertx.core.json.JsonObject top java.util.Iterator
      StackMap stack:
            aload 3
            invokeinterface java.util.Iterator.hasNext:()Z
            ifne 2
        11: .line 250
            aload 1 /* json */
            areturn
        end local 1 // io.vertx.core.json.JsonObject json
        end local 0 // io.vertx.redis.client.Response response
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0   12     0  response  Lio/vertx/redis/client/Response;
            1   12     1      json  Lio/vertx/core/json/JsonObject;
            3   10     2       key  Ljava/lang/String;
            4   10     4     value  Lio/vertx/redis/client/Response;
    MethodParameters:
          Name  Flags
      response  

  private void sendJsonObject(io.vertx.redis.client.Command, java.util.List, io.vertx.core.Handler<io.vertx.core.AsyncResult<io.vertx.core.json.JsonObject>>);
    descriptor: (Lio/vertx/redis/client/Command;Ljava/util/List;Lio/vertx/core/Handler;)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=4, locals=4, args_size=4
        start local 0 // io.vertx.redis.impl.RedisClientImpl this
        start local 1 // io.vertx.redis.client.Command command
        start local 2 // java.util.List arguments
        start local 3 // io.vertx.core.Handler handler
         0: .line 254
            aload 0 /* this */
            aload 1 /* command */
            aload 2 /* arguments */
            aload 3 /* handler */
            invokedynamic handle(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/impl/RedisClientImpl.lambda$10(Lio/vertx/core/Handler;Lio/vertx/core/AsyncResult;)V (6)
                  (Lio/vertx/core/AsyncResult;)V
            invokevirtual io.vertx.redis.impl.RedisClientImpl.send:(Lio/vertx/redis/client/Command;Ljava/util/List;Lio/vertx/core/Handler;)V
         1: .line 261
            return
        end local 3 // io.vertx.core.Handler handler
        end local 2 // java.util.List arguments
        end local 1 // io.vertx.redis.client.Command command
        end local 0 // io.vertx.redis.impl.RedisClientImpl this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    2     0       this  Lio/vertx/redis/impl/RedisClientImpl;
            0    2     1    command  Lio/vertx/redis/client/Command;
            0    2     2  arguments  Ljava/util/List;
            0    2     3    handler  Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Lio/vertx/core/json/JsonObject;>;>;
    Signature: (Lio/vertx/redis/client/Command;Ljava/util/List;Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Lio/vertx/core/json/JsonObject;>;>;)V
    MethodParameters:
           Name  Flags
      command    
      arguments  
      handler    

  public void close(io.vertx.core.Handler<io.vertx.core.AsyncResult<java.lang.Void>>);
    descriptor: (Lio/vertx/core/Handler;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=2
        start local 0 // io.vertx.redis.impl.RedisClientImpl this
        start local 1 // io.vertx.core.Handler handler
         0: .line 265
            aload 0 /* this */
            getfield io.vertx.redis.impl.RedisClientImpl.redis:Ljava/util/concurrent/atomic/AtomicReference;
            aconst_null
            invokevirtual java.util.concurrent.atomic.AtomicReference.getAndSet:(Ljava/lang/Object;)Ljava/lang/Object;
            checkcast java.util.concurrent.CompletableFuture
            astore 2 /* prev */
        start local 2 // java.util.concurrent.CompletableFuture prev
         1: .line 266
            aload 2 /* prev */
            ifnull 3
         2: .line 267
            aload 2 /* prev */
            aload 1 /* handler */
            invokedynamic accept(Lio/vertx/core/Handler;)Ljava/util/function/BiConsumer;
              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;Ljava/lang/Object;)V
                  io/vertx/redis/impl/RedisClientImpl.lambda$11(Lio/vertx/core/Handler;Lio/vertx/redis/client/Redis;Ljava/lang/Throwable;)V (6)
                  (Lio/vertx/redis/client/Redis;Ljava/lang/Throwable;)V
            invokevirtual java.util.concurrent.CompletableFuture.whenComplete:(Ljava/util/function/BiConsumer;)Ljava/util/concurrent/CompletableFuture;
            pop
         3: .line 280
      StackMap locals: java.util.concurrent.CompletableFuture
      StackMap stack:
            return
        end local 2 // java.util.concurrent.CompletableFuture prev
        end local 1 // io.vertx.core.Handler handler
        end local 0 // io.vertx.redis.impl.RedisClientImpl this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    4     0     this  Lio/vertx/redis/impl/RedisClientImpl;
            0    4     1  handler  Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/lang/Void;>;>;
            1    4     2     prev  Ljava/util/concurrent/CompletableFuture<Lio/vertx/redis/client/Redis;>;
    Signature: (Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/lang/Void;>;>;)V
    MethodParameters:
         Name  Flags
      handler  

  public io.vertx.redis.RedisClient append(java.lang.String, java.lang.String, io.vertx.core.Handler<io.vertx.core.AsyncResult<java.lang.Long>>);
    descriptor: (Ljava/lang/String;Ljava/lang/String;Lio/vertx/core/Handler;)Lio/vertx/redis/RedisClient;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=4, args_size=4
        start local 0 // io.vertx.redis.impl.RedisClientImpl this
        start local 1 // java.lang.String key
        start local 2 // java.lang.String value
        start local 3 // io.vertx.core.Handler handler
         0: .line 284
            aload 0 /* this */
            getstatic io.vertx.redis.client.Command.APPEND:Lio/vertx/redis/client/Command;
            iconst_2
            anewarray java.lang.Object
            dup
            iconst_0
            aload 1 /* key */
            aastore
            dup
            iconst_1
            aload 2 /* value */
            aastore
            invokestatic io.vertx.redis.impl.RedisClientImpl.toPayload:([Ljava/lang/Object;)Ljava/util/List;
            aload 3 /* handler */
            invokevirtual io.vertx.redis.impl.RedisClientImpl.sendLong:(Lio/vertx/redis/client/Command;Ljava/util/List;Lio/vertx/core/Handler;)V
         1: .line 285
            aload 0 /* this */
            areturn
        end local 3 // io.vertx.core.Handler handler
        end local 2 // java.lang.String value
        end local 1 // java.lang.String key
        end local 0 // io.vertx.redis.impl.RedisClientImpl this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lio/vertx/redis/impl/RedisClientImpl;
            0    2     1      key  Ljava/lang/String;
            0    2     2    value  Ljava/lang/String;
            0    2     3  handler  Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/lang/Long;>;>;
    Signature: (Ljava/lang/String;Ljava/lang/String;Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/lang/Long;>;>;)Lio/vertx/redis/RedisClient;
    MethodParameters:
         Name  Flags
      key      
      value    
      handler  

  public io.vertx.redis.RedisClient auth(java.lang.String, io.vertx.core.Handler<io.vertx.core.AsyncResult<java.lang.String>>);
    descriptor: (Ljava/lang/String;Lio/vertx/core/Handler;)Lio/vertx/redis/RedisClient;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=3, args_size=3
        start local 0 // io.vertx.redis.impl.RedisClientImpl this
        start local 1 // java.lang.String password
        start local 2 // io.vertx.core.Handler handler
         0: .line 290
            aload 0 /* this */
            getstatic io.vertx.redis.client.Command.AUTH:Lio/vertx/redis/client/Command;
            iconst_1
            anewarray java.lang.Object
            dup
            iconst_0
            aload 1 /* password */
            aastore
            invokestatic io.vertx.redis.impl.RedisClientImpl.toPayload:([Ljava/lang/Object;)Ljava/util/List;
            aload 2 /* handler */
            invokevirtual io.vertx.redis.impl.RedisClientImpl.sendString:(Lio/vertx/redis/client/Command;Ljava/util/List;Lio/vertx/core/Handler;)V
         1: .line 291
            aload 0 /* this */
            areturn
        end local 2 // io.vertx.core.Handler handler
        end local 1 // java.lang.String password
        end local 0 // io.vertx.redis.impl.RedisClientImpl this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    2     0      this  Lio/vertx/redis/impl/RedisClientImpl;
            0    2     1  password  Ljava/lang/String;
            0    2     2   handler  Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/lang/String;>;>;
    Signature: (Ljava/lang/String;Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/lang/String;>;>;)Lio/vertx/redis/RedisClient;
    MethodParameters:
          Name  Flags
      password  
      handler   

  public io.vertx.redis.RedisClient bgrewriteaof(io.vertx.core.Handler<io.vertx.core.AsyncResult<java.lang.String>>);
    descriptor: (Lio/vertx/core/Handler;)Lio/vertx/redis/RedisClient;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=2, args_size=2
        start local 0 // io.vertx.redis.impl.RedisClientImpl this
        start local 1 // io.vertx.core.Handler handler
         0: .line 296
            aload 0 /* this */
            getstatic io.vertx.redis.client.Command.BGREWRITEAOF:Lio/vertx/redis/client/Command;
            aconst_null
            aload 1 /* handler */
            invokevirtual io.vertx.redis.impl.RedisClientImpl.sendString:(Lio/vertx/redis/client/Command;Ljava/util/List;Lio/vertx/core/Handler;)V
         1: .line 297
            aload 0 /* this */
            areturn
        end local 1 // io.vertx.core.Handler handler
        end local 0 // io.vertx.redis.impl.RedisClientImpl this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lio/vertx/redis/impl/RedisClientImpl;
            0    2     1  handler  Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/lang/String;>;>;
    Signature: (Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/lang/String;>;>;)Lio/vertx/redis/RedisClient;
    MethodParameters:
         Name  Flags
      handler  

  public io.vertx.redis.RedisClient bgsave(io.vertx.core.Handler<io.vertx.core.AsyncResult<java.lang.String>>);
    descriptor: (Lio/vertx/core/Handler;)Lio/vertx/redis/RedisClient;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=2, args_size=2
        start local 0 // io.vertx.redis.impl.RedisClientImpl this
        start local 1 // io.vertx.core.Handler handler
         0: .line 302
            aload 0 /* this */
            getstatic io.vertx.redis.client.Command.BGSAVE:Lio/vertx/redis/client/Command;
            aconst_null
            aload 1 /* handler */
            invokevirtual io.vertx.redis.impl.RedisClientImpl.sendString:(Lio/vertx/redis/client/Command;Ljava/util/List;Lio/vertx/core/Handler;)V
         1: .line 303
            aload 0 /* this */
            areturn
        end local 1 // io.vertx.core.Handler handler
        end local 0 // io.vertx.redis.impl.RedisClientImpl this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lio/vertx/redis/impl/RedisClientImpl;
            0    2     1  handler  Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/lang/String;>;>;
    Signature: (Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/lang/String;>;>;)Lio/vertx/redis/RedisClient;
    MethodParameters:
         Name  Flags
      handler  

  public io.vertx.redis.RedisClient bitcount(java.lang.String, io.vertx.core.Handler<io.vertx.core.AsyncResult<java.lang.Long>>);
    descriptor: (Ljava/lang/String;Lio/vertx/core/Handler;)Lio/vertx/redis/RedisClient;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=3, args_size=3
        start local 0 // io.vertx.redis.impl.RedisClientImpl this
        start local 1 // java.lang.String key
        start local 2 // io.vertx.core.Handler handler
         0: .line 308
            aload 0 /* this */
            getstatic io.vertx.redis.client.Command.BITCOUNT:Lio/vertx/redis/client/Command;
            iconst_1
            anewarray java.lang.Object
            dup
            iconst_0
            aload 1 /* key */
            aastore
            invokestatic io.vertx.redis.impl.RedisClientImpl.toPayload:([Ljava/lang/Object;)Ljava/util/List;
            aload 2 /* handler */
            invokevirtual io.vertx.redis.impl.RedisClientImpl.sendLong:(Lio/vertx/redis/client/Command;Ljava/util/List;Lio/vertx/core/Handler;)V
         1: .line 309
            aload 0 /* this */
            areturn
        end local 2 // io.vertx.core.Handler handler
        end local 1 // java.lang.String key
        end local 0 // io.vertx.redis.impl.RedisClientImpl this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lio/vertx/redis/impl/RedisClientImpl;
            0    2     1      key  Ljava/lang/String;
            0    2     2  handler  Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/lang/Long;>;>;
    Signature: (Ljava/lang/String;Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/lang/Long;>;>;)Lio/vertx/redis/RedisClient;
    MethodParameters:
         Name  Flags
      key      
      handler  

  public io.vertx.redis.RedisClient bitcountRange(java.lang.String, long, long, io.vertx.core.Handler<io.vertx.core.AsyncResult<java.lang.Long>>);
    descriptor: (Ljava/lang/String;JJLio/vertx/core/Handler;)Lio/vertx/redis/RedisClient;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=7, locals=7, args_size=5
        start local 0 // io.vertx.redis.impl.RedisClientImpl this
        start local 1 // java.lang.String key
        start local 2 // long start
        start local 4 // long end
        start local 6 // io.vertx.core.Handler handler
         0: .line 313
            aload 0 /* this */
            getstatic io.vertx.redis.client.Command.BITCOUNT:Lio/vertx/redis/client/Command;
            iconst_3
            anewarray java.lang.Object
            dup
            iconst_0
            aload 1 /* key */
            aastore
            dup
            iconst_1
            lload 2 /* start */
            invokestatic java.lang.Long.valueOf:(J)Ljava/lang/Long;
            aastore
            dup
            iconst_2
            lload 4 /* end */
            invokestatic java.lang.Long.valueOf:(J)Ljava/lang/Long;
            aastore
            invokestatic io.vertx.redis.impl.RedisClientImpl.toPayload:([Ljava/lang/Object;)Ljava/util/List;
            aload 6 /* handler */
            invokevirtual io.vertx.redis.impl.RedisClientImpl.sendLong:(Lio/vertx/redis/client/Command;Ljava/util/List;Lio/vertx/core/Handler;)V
         1: .line 314
            aload 0 /* this */
            areturn
        end local 6 // io.vertx.core.Handler handler
        end local 4 // long end
        end local 2 // long start
        end local 1 // java.lang.String key
        end local 0 // io.vertx.redis.impl.RedisClientImpl this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lio/vertx/redis/impl/RedisClientImpl;
            0    2     1      key  Ljava/lang/String;
            0    2     2    start  J
            0    2     4      end  J
            0    2     6  handler  Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/lang/Long;>;>;
    Signature: (Ljava/lang/String;JJLio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/lang/Long;>;>;)Lio/vertx/redis/RedisClient;
    MethodParameters:
         Name  Flags
      key      
      start    
      end      
      handler  

  public io.vertx.redis.RedisClient bitop(io.vertx.redis.op.BitOperation, java.lang.String, java.util.List<java.lang.String>, io.vertx.core.Handler<io.vertx.core.AsyncResult<java.lang.Long>>);
    descriptor: (Lio/vertx/redis/op/BitOperation;Ljava/lang/String;Ljava/util/List;Lio/vertx/core/Handler;)Lio/vertx/redis/RedisClient;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=5, args_size=5
        start local 0 // io.vertx.redis.impl.RedisClientImpl this
        start local 1 // io.vertx.redis.op.BitOperation operation
        start local 2 // java.lang.String destkey
        start local 3 // java.util.List keys
        start local 4 // io.vertx.core.Handler handler
         0: .line 319
            aload 0 /* this */
            getstatic io.vertx.redis.client.Command.BITOP:Lio/vertx/redis/client/Command;
            iconst_3
            anewarray java.lang.Object
            dup
            iconst_0
            aload 1 /* operation */
            invokevirtual io.vertx.redis.op.BitOperation.name:()Ljava/lang/String;
            aastore
            dup
            iconst_1
            aload 2 /* destkey */
            aastore
            dup
            iconst_2
            aload 3 /* keys */
            aastore
            invokestatic io.vertx.redis.impl.RedisClientImpl.toPayload:([Ljava/lang/Object;)Ljava/util/List;
            aload 4 /* handler */
            invokevirtual io.vertx.redis.impl.RedisClientImpl.sendLong:(Lio/vertx/redis/client/Command;Ljava/util/List;Lio/vertx/core/Handler;)V
         1: .line 320
            aload 0 /* this */
            areturn
        end local 4 // io.vertx.core.Handler handler
        end local 3 // java.util.List keys
        end local 2 // java.lang.String destkey
        end local 1 // io.vertx.redis.op.BitOperation operation
        end local 0 // io.vertx.redis.impl.RedisClientImpl this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    2     0       this  Lio/vertx/redis/impl/RedisClientImpl;
            0    2     1  operation  Lio/vertx/redis/op/BitOperation;
            0    2     2    destkey  Ljava/lang/String;
            0    2     3       keys  Ljava/util/List<Ljava/lang/String;>;
            0    2     4    handler  Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/lang/Long;>;>;
    Signature: (Lio/vertx/redis/op/BitOperation;Ljava/lang/String;Ljava/util/List<Ljava/lang/String;>;Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/lang/Long;>;>;)Lio/vertx/redis/RedisClient;
    MethodParameters:
           Name  Flags
      operation  
      destkey    
      keys       
      handler    

  public io.vertx.redis.RedisClient bitpos(java.lang.String, int, io.vertx.core.Handler<io.vertx.core.AsyncResult<java.lang.Long>>);
    descriptor: (Ljava/lang/String;ILio/vertx/core/Handler;)Lio/vertx/redis/RedisClient;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=4, args_size=4
        start local 0 // io.vertx.redis.impl.RedisClientImpl this
        start local 1 // java.lang.String key
        start local 2 // int bit
        start local 3 // io.vertx.core.Handler handler
         0: .line 325
            aload 0 /* this */
            getstatic io.vertx.redis.client.Command.BITPOS:Lio/vertx/redis/client/Command;
            iconst_2
            anewarray java.lang.Object
            dup
            iconst_0
            aload 1 /* key */
            aastore
            dup
            iconst_1
            iload 2 /* bit */
            invokestatic java.lang.Integer.valueOf:(I)Ljava/lang/Integer;
            aastore
            invokestatic io.vertx.redis.impl.RedisClientImpl.toPayload:([Ljava/lang/Object;)Ljava/util/List;
            aload 3 /* handler */
            invokevirtual io.vertx.redis.impl.RedisClientImpl.sendLong:(Lio/vertx/redis/client/Command;Ljava/util/List;Lio/vertx/core/Handler;)V
         1: .line 326
            aload 0 /* this */
            areturn
        end local 3 // io.vertx.core.Handler handler
        end local 2 // int bit
        end local 1 // java.lang.String key
        end local 0 // io.vertx.redis.impl.RedisClientImpl this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lio/vertx/redis/impl/RedisClientImpl;
            0    2     1      key  Ljava/lang/String;
            0    2     2      bit  I
            0    2     3  handler  Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/lang/Long;>;>;
    Signature: (Ljava/lang/String;ILio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/lang/Long;>;>;)Lio/vertx/redis/RedisClient;
    MethodParameters:
         Name  Flags
      key      
      bit      
      handler  

  public io.vertx.redis.RedisClient bitposFrom(java.lang.String, int, int, io.vertx.core.Handler<io.vertx.core.AsyncResult<java.lang.Long>>);
    descriptor: (Ljava/lang/String;IILio/vertx/core/Handler;)Lio/vertx/redis/RedisClient;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=5, args_size=5
        start local 0 // io.vertx.redis.impl.RedisClientImpl this
        start local 1 // java.lang.String key
        start local 2 // int bit
        start local 3 // int start
        start local 4 // io.vertx.core.Handler handler
         0: .line 331
            aload 0 /* this */
            getstatic io.vertx.redis.client.Command.BITPOS:Lio/vertx/redis/client/Command;
            iconst_3
            anewarray java.lang.Object
            dup
            iconst_0
            aload 1 /* key */
            aastore
            dup
            iconst_1
            iload 2 /* bit */
            invokestatic java.lang.Integer.valueOf:(I)Ljava/lang/Integer;
            aastore
            dup
            iconst_2
            iload 3 /* start */
            invokestatic java.lang.Integer.valueOf:(I)Ljava/lang/Integer;
            aastore
            invokestatic io.vertx.redis.impl.RedisClientImpl.toPayload:([Ljava/lang/Object;)Ljava/util/List;
            aload 4 /* handler */
            invokevirtual io.vertx.redis.impl.RedisClientImpl.sendLong:(Lio/vertx/redis/client/Command;Ljava/util/List;Lio/vertx/core/Handler;)V
         1: .line 332
            aload 0 /* this */
            areturn
        end local 4 // io.vertx.core.Handler handler
        end local 3 // int start
        end local 2 // int bit
        end local 1 // java.lang.String key
        end local 0 // io.vertx.redis.impl.RedisClientImpl this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lio/vertx/redis/impl/RedisClientImpl;
            0    2     1      key  Ljava/lang/String;
            0    2     2      bit  I
            0    2     3    start  I
            0    2     4  handler  Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/lang/Long;>;>;
    Signature: (Ljava/lang/String;IILio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/lang/Long;>;>;)Lio/vertx/redis/RedisClient;
    MethodParameters:
         Name  Flags
      key      
      bit      
      start    
      handler  

  public io.vertx.redis.RedisClient bitposRange(java.lang.String, int, int, int, io.vertx.core.Handler<io.vertx.core.AsyncResult<java.lang.Long>>);
    descriptor: (Ljava/lang/String;IIILio/vertx/core/Handler;)Lio/vertx/redis/RedisClient;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=6, args_size=6
        start local 0 // io.vertx.redis.impl.RedisClientImpl this
        start local 1 // java.lang.String key
        start local 2 // int bit
        start local 3 // int start
        start local 4 // int stop
        start local 5 // io.vertx.core.Handler handler
         0: .line 337
            aload 0 /* this */
            getstatic io.vertx.redis.client.Command.BITPOS:Lio/vertx/redis/client/Command;
            iconst_4
            anewarray java.lang.Object
            dup
            iconst_0
            aload 1 /* key */
            aastore
            dup
            iconst_1
            iload 2 /* bit */
            invokestatic java.lang.Integer.valueOf:(I)Ljava/lang/Integer;
            aastore
            dup
            iconst_2
            iload 3 /* start */
            invokestatic java.lang.Integer.valueOf:(I)Ljava/lang/Integer;
            aastore
            dup
            iconst_3
            iload 4 /* stop */
            invokestatic java.lang.Integer.valueOf:(I)Ljava/lang/Integer;
            aastore
            invokestatic io.vertx.redis.impl.RedisClientImpl.toPayload:([Ljava/lang/Object;)Ljava/util/List;
            aload 5 /* handler */
            invokevirtual io.vertx.redis.impl.RedisClientImpl.sendLong:(Lio/vertx/redis/client/Command;Ljava/util/List;Lio/vertx/core/Handler;)V
         1: .line 338
            aload 0 /* this */
            areturn
        end local 5 // io.vertx.core.Handler handler
        end local 4 // int stop
        end local 3 // int start
        end local 2 // int bit
        end local 1 // java.lang.String key
        end local 0 // io.vertx.redis.impl.RedisClientImpl this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lio/vertx/redis/impl/RedisClientImpl;
            0    2     1      key  Ljava/lang/String;
            0    2     2      bit  I
            0    2     3    start  I
            0    2     4     stop  I
            0    2     5  handler  Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/lang/Long;>;>;
    Signature: (Ljava/lang/String;IIILio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/lang/Long;>;>;)Lio/vertx/redis/RedisClient;
    MethodParameters:
         Name  Flags
      key      
      bit      
      start    
      stop     
      handler  

  public io.vertx.redis.RedisClient blpop(java.lang.String, int, io.vertx.core.Handler<io.vertx.core.AsyncResult<io.vertx.core.json.JsonArray>>);
    descriptor: (Ljava/lang/String;ILio/vertx/core/Handler;)Lio/vertx/redis/RedisClient;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=4, args_size=4
        start local 0 // io.vertx.redis.impl.RedisClientImpl this
        start local 1 // java.lang.String key
        start local 2 // int seconds
        start local 3 // io.vertx.core.Handler handler
         0: .line 343
            aload 0 /* this */
            getstatic io.vertx.redis.client.Command.BLPOP:Lio/vertx/redis/client/Command;
            iconst_2
            anewarray java.lang.Object
            dup
            iconst_0
            aload 1 /* key */
            aastore
            dup
            iconst_1
            iload 2 /* seconds */
            invokestatic java.lang.Integer.valueOf:(I)Ljava/lang/Integer;
            aastore
            invokestatic io.vertx.redis.impl.RedisClientImpl.toPayload:([Ljava/lang/Object;)Ljava/util/List;
            aload 3 /* handler */
            invokevirtual io.vertx.redis.impl.RedisClientImpl.sendJsonArray:(Lio/vertx/redis/client/Command;Ljava/util/List;Lio/vertx/core/Handler;)V
         1: .line 344
            aload 0 /* this */
            areturn
        end local 3 // io.vertx.core.Handler handler
        end local 2 // int seconds
        end local 1 // java.lang.String key
        end local 0 // io.vertx.redis.impl.RedisClientImpl this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lio/vertx/redis/impl/RedisClientImpl;
            0    2     1      key  Ljava/lang/String;
            0    2     2  seconds  I
            0    2     3  handler  Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Lio/vertx/core/json/JsonArray;>;>;
    Signature: (Ljava/lang/String;ILio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Lio/vertx/core/json/JsonArray;>;>;)Lio/vertx/redis/RedisClient;
    MethodParameters:
         Name  Flags
      key      
      seconds  
      handler  

  public io.vertx.redis.RedisClient blpopMany(java.util.List<java.lang.String>, int, io.vertx.core.Handler<io.vertx.core.AsyncResult<io.vertx.core.json.JsonArray>>);
    descriptor: (Ljava/util/List;ILio/vertx/core/Handler;)Lio/vertx/redis/RedisClient;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=4, args_size=4
        start local 0 // io.vertx.redis.impl.RedisClientImpl this
        start local 1 // java.util.List keys
        start local 2 // int seconds
        start local 3 // io.vertx.core.Handler handler
         0: .line 349
            aload 0 /* this */
            getstatic io.vertx.redis.client.Command.BLPOP:Lio/vertx/redis/client/Command;
            iconst_2
            anewarray java.lang.Object
            dup
            iconst_0
            aload 1 /* keys */
            aastore
            dup
            iconst_1
            iload 2 /* seconds */
            invokestatic java.lang.Integer.valueOf:(I)Ljava/lang/Integer;
            aastore
            invokestatic io.vertx.redis.impl.RedisClientImpl.toPayload:([Ljava/lang/Object;)Ljava/util/List;
            aload 3 /* handler */
            invokevirtual io.vertx.redis.impl.RedisClientImpl.sendJsonArray:(Lio/vertx/redis/client/Command;Ljava/util/List;Lio/vertx/core/Handler;)V
         1: .line 350
            aload 0 /* this */
            areturn
        end local 3 // io.vertx.core.Handler handler
        end local 2 // int seconds
        end local 1 // java.util.List keys
        end local 0 // io.vertx.redis.impl.RedisClientImpl this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lio/vertx/redis/impl/RedisClientImpl;
            0    2     1     keys  Ljava/util/List<Ljava/lang/String;>;
            0    2     2  seconds  I
            0    2     3  handler  Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Lio/vertx/core/json/JsonArray;>;>;
    Signature: (Ljava/util/List<Ljava/lang/String;>;ILio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Lio/vertx/core/json/JsonArray;>;>;)Lio/vertx/redis/RedisClient;
    MethodParameters:
         Name  Flags
      keys     
      seconds  
      handler  

  public io.vertx.redis.RedisClient brpop(java.lang.String, int, io.vertx.core.Handler<io.vertx.core.AsyncResult<io.vertx.core.json.JsonArray>>);
    descriptor: (Ljava/lang/String;ILio/vertx/core/Handler;)Lio/vertx/redis/RedisClient;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=4, args_size=4
        start local 0 // io.vertx.redis.impl.RedisClientImpl this
        start local 1 // java.lang.String key
        start local 2 // int seconds
        start local 3 // io.vertx.core.Handler handler
         0: .line 355
            aload 0 /* this */
            getstatic io.vertx.redis.client.Command.BRPOP:Lio/vertx/redis/client/Command;
            iconst_2
            anewarray java.lang.Object
            dup
            iconst_0
            aload 1 /* key */
            aastore
            dup
            iconst_1
            iload 2 /* seconds */
            invokestatic java.lang.Integer.valueOf:(I)Ljava/lang/Integer;
            aastore
            invokestatic io.vertx.redis.impl.RedisClientImpl.toPayload:([Ljava/lang/Object;)Ljava/util/List;
            aload 3 /* handler */
            invokevirtual io.vertx.redis.impl.RedisClientImpl.sendJsonArray:(Lio/vertx/redis/client/Command;Ljava/util/List;Lio/vertx/core/Handler;)V
         1: .line 356
            aload 0 /* this */
            areturn
        end local 3 // io.vertx.core.Handler handler
        end local 2 // int seconds
        end local 1 // java.lang.String key
        end local 0 // io.vertx.redis.impl.RedisClientImpl this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lio/vertx/redis/impl/RedisClientImpl;
            0    2     1      key  Ljava/lang/String;
            0    2     2  seconds  I
            0    2     3  handler  Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Lio/vertx/core/json/JsonArray;>;>;
    Signature: (Ljava/lang/String;ILio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Lio/vertx/core/json/JsonArray;>;>;)Lio/vertx/redis/RedisClient;
    MethodParameters:
         Name  Flags
      key      
      seconds  
      handler  

  public io.vertx.redis.RedisClient brpopMany(java.util.List<java.lang.String>, int, io.vertx.core.Handler<io.vertx.core.AsyncResult<io.vertx.core.json.JsonArray>>);
    descriptor: (Ljava/util/List;ILio/vertx/core/Handler;)Lio/vertx/redis/RedisClient;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=4, args_size=4
        start local 0 // io.vertx.redis.impl.RedisClientImpl this
        start local 1 // java.util.List keys
        start local 2 // int seconds
        start local 3 // io.vertx.core.Handler handler
         0: .line 361
            aload 0 /* this */
            getstatic io.vertx.redis.client.Command.BRPOP:Lio/vertx/redis/client/Command;
            iconst_2
            anewarray java.lang.Object
            dup
            iconst_0
            aload 1 /* keys */
            aastore
            dup
            iconst_1
            iload 2 /* seconds */
            invokestatic java.lang.Integer.valueOf:(I)Ljava/lang/Integer;
            aastore
            invokestatic io.vertx.redis.impl.RedisClientImpl.toPayload:([Ljava/lang/Object;)Ljava/util/List;
            aload 3 /* handler */
            invokevirtual io.vertx.redis.impl.RedisClientImpl.sendJsonArray:(Lio/vertx/redis/client/Command;Ljava/util/List;Lio/vertx/core/Handler;)V
         1: .line 362
            aload 0 /* this */
            areturn
        end local 3 // io.vertx.core.Handler handler
        end local 2 // int seconds
        end local 1 // java.util.List keys
        end local 0 // io.vertx.redis.impl.RedisClientImpl this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lio/vertx/redis/impl/RedisClientImpl;
            0    2     1     keys  Ljava/util/List<Ljava/lang/String;>;
            0    2     2  seconds  I
            0    2     3  handler  Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Lio/vertx/core/json/JsonArray;>;>;
    Signature: (Ljava/util/List<Ljava/lang/String;>;ILio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Lio/vertx/core/json/JsonArray;>;>;)Lio/vertx/redis/RedisClient;
    MethodParameters:
         Name  Flags
      keys     
      seconds  
      handler  

  public io.vertx.redis.RedisClient brpoplpush(java.lang.String, java.lang.String, int, io.vertx.core.Handler<io.vertx.core.AsyncResult<java.lang.String>>);
    descriptor: (Ljava/lang/String;Ljava/lang/String;ILio/vertx/core/Handler;)Lio/vertx/redis/RedisClient;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=5, args_size=5
        start local 0 // io.vertx.redis.impl.RedisClientImpl this
        start local 1 // java.lang.String key
        start local 2 // java.lang.String destkey
        start local 3 // int seconds
        start local 4 // io.vertx.core.Handler handler
         0: .line 367
            aload 0 /* this */
            getstatic io.vertx.redis.client.Command.BRPOPLPUSH:Lio/vertx/redis/client/Command;
            iconst_3
            anewarray java.lang.Object
            dup
            iconst_0
            aload 1 /* key */
            aastore
            dup
            iconst_1
            aload 2 /* destkey */
            aastore
            dup
            iconst_2
            iload 3 /* seconds */
            invokestatic java.lang.Integer.valueOf:(I)Ljava/lang/Integer;
            aastore
            invokestatic io.vertx.redis.impl.RedisClientImpl.toPayload:([Ljava/lang/Object;)Ljava/util/List;
            aload 4 /* handler */
            invokevirtual io.vertx.redis.impl.RedisClientImpl.sendString:(Lio/vertx/redis/client/Command;Ljava/util/List;Lio/vertx/core/Handler;)V
         1: .line 368
            aload 0 /* this */
            areturn
        end local 4 // io.vertx.core.Handler handler
        end local 3 // int seconds
        end local 2 // java.lang.String destkey
        end local 1 // java.lang.String key
        end local 0 // io.vertx.redis.impl.RedisClientImpl this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lio/vertx/redis/impl/RedisClientImpl;
            0    2     1      key  Ljava/lang/String;
            0    2     2  destkey  Ljava/lang/String;
            0    2     3  seconds  I
            0    2     4  handler  Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/lang/String;>;>;
    Signature: (Ljava/lang/String;Ljava/lang/String;ILio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/lang/String;>;>;)Lio/vertx/redis/RedisClient;
    MethodParameters:
         Name  Flags
      key      
      destkey  
      seconds  
      handler  

  public io.vertx.redis.RedisClient clientKill(io.vertx.redis.op.KillFilter, io.vertx.core.Handler<io.vertx.core.AsyncResult<java.lang.Long>>);
    descriptor: (Lio/vertx/redis/op/KillFilter;Lio/vertx/core/Handler;)Lio/vertx/redis/RedisClient;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=3, args_size=3
        start local 0 // io.vertx.redis.impl.RedisClientImpl this
        start local 1 // io.vertx.redis.op.KillFilter filter
        start local 2 // io.vertx.core.Handler handler
         0: .line 373
            aload 0 /* this */
            getstatic io.vertx.redis.client.Command.CLIENT:Lio/vertx/redis/client/Command;
            iconst_2
            anewarray java.lang.Object
            dup
            iconst_0
            ldc "kill"
            aastore
            dup
            iconst_1
            aload 1 /* filter */
            invokevirtual io.vertx.redis.op.KillFilter.toJsonArray:()Lio/vertx/core/json/JsonArray;
            invokevirtual io.vertx.core.json.JsonArray.getList:()Ljava/util/List;
            aastore
            invokestatic io.vertx.redis.impl.RedisClientImpl.toPayload:([Ljava/lang/Object;)Ljava/util/List;
            aload 2 /* handler */
            invokevirtual io.vertx.redis.impl.RedisClientImpl.sendLong:(Lio/vertx/redis/client/Command;Ljava/util/List;Lio/vertx/core/Handler;)V
         1: .line 374
            aload 0 /* this */
            areturn
        end local 2 // io.vertx.core.Handler handler
        end local 1 // io.vertx.redis.op.KillFilter filter
        end local 0 // io.vertx.redis.impl.RedisClientImpl this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lio/vertx/redis/impl/RedisClientImpl;
            0    2     1   filter  Lio/vertx/redis/op/KillFilter;
            0    2     2  handler  Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/lang/Long;>;>;
    Signature: (Lio/vertx/redis/op/KillFilter;Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/lang/Long;>;>;)Lio/vertx/redis/RedisClient;
    MethodParameters:
         Name  Flags
      filter   
      handler  

  public io.vertx.redis.RedisClient clientList(io.vertx.core.Handler<io.vertx.core.AsyncResult<java.lang.String>>);
    descriptor: (Lio/vertx/core/Handler;)Lio/vertx/redis/RedisClient;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=2, args_size=2
        start local 0 // io.vertx.redis.impl.RedisClientImpl this
        start local 1 // io.vertx.core.Handler handler
         0: .line 379
            aload 0 /* this */
            getstatic io.vertx.redis.client.Command.CLIENT:Lio/vertx/redis/client/Command;
            iconst_1
            anewarray java.lang.Object
            dup
            iconst_0
            ldc "list"
            aastore
            invokestatic io.vertx.redis.impl.RedisClientImpl.toPayload:([Ljava/lang/Object;)Ljava/util/List;
            aload 1 /* handler */
            invokevirtual io.vertx.redis.impl.RedisClientImpl.sendString:(Lio/vertx/redis/client/Command;Ljava/util/List;Lio/vertx/core/Handler;)V
         1: .line 380
            aload 0 /* this */
            areturn
        end local 1 // io.vertx.core.Handler handler
        end local 0 // io.vertx.redis.impl.RedisClientImpl this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lio/vertx/redis/impl/RedisClientImpl;
            0    2     1  handler  Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/lang/String;>;>;
    Signature: (Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/lang/String;>;>;)Lio/vertx/redis/RedisClient;
    MethodParameters:
         Name  Flags
      handler  

  public io.vertx.redis.RedisClient clientGetname(io.vertx.core.Handler<io.vertx.core.AsyncResult<java.lang.String>>);
    descriptor: (Lio/vertx/core/Handler;)Lio/vertx/redis/RedisClient;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=2, args_size=2
        start local 0 // io.vertx.redis.impl.RedisClientImpl this
        start local 1 // io.vertx.core.Handler handler
         0: .line 385
            aload 0 /* this */
            getstatic io.vertx.redis.client.Command.CLIENT:Lio/vertx/redis/client/Command;
            iconst_1
            anewarray java.lang.Object
            dup
            iconst_0
            ldc "GETNAME"
            aastore
            invokestatic io.vertx.redis.impl.RedisClientImpl.toPayload:([Ljava/lang/Object;)Ljava/util/List;
            aload 1 /* handler */
            invokevirtual io.vertx.redis.impl.RedisClientImpl.sendString:(Lio/vertx/redis/client/Command;Ljava/util/List;Lio/vertx/core/Handler;)V
         1: .line 386
            aload 0 /* this */
            areturn
        end local 1 // io.vertx.core.Handler handler
        end local 0 // io.vertx.redis.impl.RedisClientImpl this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lio/vertx/redis/impl/RedisClientImpl;
            0    2     1  handler  Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/lang/String;>;>;
    Signature: (Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/lang/String;>;>;)Lio/vertx/redis/RedisClient;
    MethodParameters:
         Name  Flags
      handler  

  public io.vertx.redis.RedisClient clientPause(long, io.vertx.core.Handler<io.vertx.core.AsyncResult<java.lang.String>>);
    descriptor: (JLio/vertx/core/Handler;)Lio/vertx/redis/RedisClient;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=7, locals=4, args_size=3
        start local 0 // io.vertx.redis.impl.RedisClientImpl this
        start local 1 // long millis
        start local 3 // io.vertx.core.Handler handler
         0: .line 391
            aload 0 /* this */
            getstatic io.vertx.redis.client.Command.CLIENT:Lio/vertx/redis/client/Command;
            iconst_2
            anewarray java.lang.Object
            dup
            iconst_0
            ldc "PAUSE"
            aastore
            dup
            iconst_1
            lload 1 /* millis */
            invokestatic java.lang.Long.valueOf:(J)Ljava/lang/Long;
            aastore
            invokestatic io.vertx.redis.impl.RedisClientImpl.toPayload:([Ljava/lang/Object;)Ljava/util/List;
            aload 3 /* handler */
            invokevirtual io.vertx.redis.impl.RedisClientImpl.sendString:(Lio/vertx/redis/client/Command;Ljava/util/List;Lio/vertx/core/Handler;)V
         1: .line 392
            aload 0 /* this */
            areturn
        end local 3 // io.vertx.core.Handler handler
        end local 1 // long millis
        end local 0 // io.vertx.redis.impl.RedisClientImpl this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lio/vertx/redis/impl/RedisClientImpl;
            0    2     1   millis  J
            0    2     3  handler  Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/lang/String;>;>;
    Signature: (JLio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/lang/String;>;>;)Lio/vertx/redis/RedisClient;
    MethodParameters:
         Name  Flags
      millis   
      handler  

  public io.vertx.redis.RedisClient clientSetname(java.lang.String, io.vertx.core.Handler<io.vertx.core.AsyncResult<java.lang.String>>);
    descriptor: (Ljava/lang/String;Lio/vertx/core/Handler;)Lio/vertx/redis/RedisClient;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=3, args_size=3
        start local 0 // io.vertx.redis.impl.RedisClientImpl this
        start local 1 // java.lang.String name
        start local 2 // io.vertx.core.Handler handler
         0: .line 397
            aload 0 /* this */
            getstatic io.vertx.redis.client.Command.CLIENT:Lio/vertx/redis/client/Command;
            iconst_2
            anewarray java.lang.Object
            dup
            iconst_0
            ldc "SETNAME"
            aastore
            dup
            iconst_1
            aload 1 /* name */
            aastore
            invokestatic io.vertx.redis.impl.RedisClientImpl.toPayload:([Ljava/lang/Object;)Ljava/util/List;
            aload 2 /* handler */
            invokevirtual io.vertx.redis.impl.RedisClientImpl.sendString:(Lio/vertx/redis/client/Command;Ljava/util/List;Lio/vertx/core/Handler;)V
         1: .line 398
            aload 0 /* this */
            areturn
        end local 2 // io.vertx.core.Handler handler
        end local 1 // java.lang.String name
        end local 0 // io.vertx.redis.impl.RedisClientImpl this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lio/vertx/redis/impl/RedisClientImpl;
            0    2     1     name  Ljava/lang/String;
            0    2     2  handler  Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/lang/String;>;>;
    Signature: (Ljava/lang/String;Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/lang/String;>;>;)Lio/vertx/redis/RedisClient;
    MethodParameters:
         Name  Flags
      name     
      handler  

  public io.vertx.redis.RedisClient clusterAddslots(java.util.List<java.lang.Long>, io.vertx.core.Handler<io.vertx.core.AsyncResult<java.lang.Void>>);
    descriptor: (Ljava/util/List;Lio/vertx/core/Handler;)Lio/vertx/redis/RedisClient;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=3, args_size=3
        start local 0 // io.vertx.redis.impl.RedisClientImpl this
        start local 1 // java.util.List slots
        start local 2 // io.vertx.core.Handler handler
         0: .line 403
            aload 0 /* this */
            getstatic io.vertx.redis.client.Command.CLUSTER:Lio/vertx/redis/client/Command;
            iconst_1
            anewarray java.lang.Object
            dup
            iconst_0
            ldc "ADDSLOTS"
            aastore
            invokestatic io.vertx.redis.impl.RedisClientImpl.toPayload:([Ljava/lang/Object;)Ljava/util/List;
            aload 2 /* handler */
            invokevirtual io.vertx.redis.impl.RedisClientImpl.sendVoid:(Lio/vertx/redis/client/Command;Ljava/util/List;Lio/vertx/core/Handler;)V
         1: .line 404
            aload 0 /* this */
            areturn
        end local 2 // io.vertx.core.Handler handler
        end local 1 // java.util.List slots
        end local 0 // io.vertx.redis.impl.RedisClientImpl this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lio/vertx/redis/impl/RedisClientImpl;
            0    2     1    slots  Ljava/util/List<Ljava/lang/Long;>;
            0    2     2  handler  Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/lang/Void;>;>;
    Signature: (Ljava/util/List<Ljava/lang/Long;>;Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/lang/Void;>;>;)Lio/vertx/redis/RedisClient;
    MethodParameters:
         Name  Flags
      slots    
      handler  

  public io.vertx.redis.RedisClient clusterCountFailureReports(java.lang.String, io.vertx.core.Handler<io.vertx.core.AsyncResult<java.lang.Long>>);
    descriptor: (Ljava/lang/String;Lio/vertx/core/Handler;)Lio/vertx/redis/RedisClient;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=3, args_size=3
        start local 0 // io.vertx.redis.impl.RedisClientImpl this
        start local 1 // java.lang.String nodeId
        start local 2 // io.vertx.core.Handler handler
         0: .line 409
            aload 0 /* this */
            getstatic io.vertx.redis.client.Command.CLUSTER:Lio/vertx/redis/client/Command;
            iconst_2
            anewarray java.lang.Object
            dup
            iconst_0
            ldc "COUNT-FAILURE-REPORTS"
            aastore
            dup
            iconst_1
            aload 1 /* nodeId */
            aastore
            invokestatic io.vertx.redis.impl.RedisClientImpl.toPayload:([Ljava/lang/Object;)Ljava/util/List;
            aload 2 /* handler */
            invokevirtual io.vertx.redis.impl.RedisClientImpl.sendLong:(Lio/vertx/redis/client/Command;Ljava/util/List;Lio/vertx/core/Handler;)V
         1: .line 410
            aload 0 /* this */
            areturn
        end local 2 // io.vertx.core.Handler handler
        end local 1 // java.lang.String nodeId
        end local 0 // io.vertx.redis.impl.RedisClientImpl this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lio/vertx/redis/impl/RedisClientImpl;
            0    2     1   nodeId  Ljava/lang/String;
            0    2     2  handler  Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/lang/Long;>;>;
    Signature: (Ljava/lang/String;Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/lang/Long;>;>;)Lio/vertx/redis/RedisClient;
    MethodParameters:
         Name  Flags
      nodeId   
      handler  

  public io.vertx.redis.RedisClient clusterCountkeysinslot(long, io.vertx.core.Handler<io.vertx.core.AsyncResult<java.lang.Long>>);
    descriptor: (JLio/vertx/core/Handler;)Lio/vertx/redis/RedisClient;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=7, locals=4, args_size=3
        start local 0 // io.vertx.redis.impl.RedisClientImpl this
        start local 1 // long slot
        start local 3 // io.vertx.core.Handler handler
         0: .line 415
            aload 0 /* this */
            getstatic io.vertx.redis.client.Command.CLUSTER:Lio/vertx/redis/client/Command;
            iconst_2
            anewarray java.lang.Object
            dup
            iconst_0
            ldc "COUNTKEYSINSLOT"
            aastore
            dup
            iconst_1
            lload 1 /* slot */
            invokestatic java.lang.Long.valueOf:(J)Ljava/lang/Long;
            aastore
            invokestatic io.vertx.redis.impl.RedisClientImpl.toPayload:([Ljava/lang/Object;)Ljava/util/List;
            aload 3 /* handler */
            invokevirtual io.vertx.redis.impl.RedisClientImpl.sendLong:(Lio/vertx/redis/client/Command;Ljava/util/List;Lio/vertx/core/Handler;)V
         1: .line 416
            aload 0 /* this */
            areturn
        end local 3 // io.vertx.core.Handler handler
        end local 1 // long slot
        end local 0 // io.vertx.redis.impl.RedisClientImpl this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lio/vertx/redis/impl/RedisClientImpl;
            0    2     1     slot  J
            0    2     3  handler  Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/lang/Long;>;>;
    Signature: (JLio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/lang/Long;>;>;)Lio/vertx/redis/RedisClient;
    MethodParameters:
         Name  Flags
      slot     
      handler  

  public io.vertx.redis.RedisClient clusterDelslots(long, io.vertx.core.Handler<io.vertx.core.AsyncResult<java.lang.Void>>);
    descriptor: (JLio/vertx/core/Handler;)Lio/vertx/redis/RedisClient;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=7, locals=4, args_size=3
        start local 0 // io.vertx.redis.impl.RedisClientImpl this
        start local 1 // long slot
        start local 3 // io.vertx.core.Handler handler
         0: .line 421
            aload 0 /* this */
            getstatic io.vertx.redis.client.Command.CLUSTER:Lio/vertx/redis/client/Command;
            iconst_2
            anewarray java.lang.Object
            dup
            iconst_0
            ldc "DELSLOTS"
            aastore
            dup
            iconst_1
            lload 1 /* slot */
            invokestatic java.lang.Long.valueOf:(J)Ljava/lang/Long;
            aastore
            invokestatic io.vertx.redis.impl.RedisClientImpl.toPayload:([Ljava/lang/Object;)Ljava/util/List;
            aload 3 /* handler */
            invokevirtual io.vertx.redis.impl.RedisClientImpl.sendVoid:(Lio/vertx/redis/client/Command;Ljava/util/List;Lio/vertx/core/Handler;)V
         1: .line 422
            aload 0 /* this */
            areturn
        end local 3 // io.vertx.core.Handler handler
        end local 1 // long slot
        end local 0 // io.vertx.redis.impl.RedisClientImpl this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lio/vertx/redis/impl/RedisClientImpl;
            0    2     1     slot  J
            0    2     3  handler  Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/lang/Void;>;>;
    Signature: (JLio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/lang/Void;>;>;)Lio/vertx/redis/RedisClient;
    MethodParameters:
         Name  Flags
      slot     
      handler  

  public io.vertx.redis.RedisClient clusterDelslotsMany(java.util.List<java.lang.Long>, io.vertx.core.Handler<io.vertx.core.AsyncResult<java.lang.Void>>);
    descriptor: (Ljava/util/List;Lio/vertx/core/Handler;)Lio/vertx/redis/RedisClient;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=3, args_size=3
        start local 0 // io.vertx.redis.impl.RedisClientImpl this
        start local 1 // java.util.List slots
        start local 2 // io.vertx.core.Handler handler
         0: .line 427
            aload 0 /* this */
            getstatic io.vertx.redis.client.Command.CLUSTER:Lio/vertx/redis/client/Command;
            iconst_2
            anewarray java.lang.Object
            dup
            iconst_0
            ldc "DELSLOTS"
            aastore
            dup
            iconst_1
            aload 1 /* slots */
            aastore
            invokestatic io.vertx.redis.impl.RedisClientImpl.toPayload:([Ljava/lang/Object;)Ljava/util/List;
            aload 2 /* handler */
            invokevirtual io.vertx.redis.impl.RedisClientImpl.sendVoid:(Lio/vertx/redis/client/Command;Ljava/util/List;Lio/vertx/core/Handler;)V
         1: .line 428
            aload 0 /* this */
            areturn
        end local 2 // io.vertx.core.Handler handler
        end local 1 // java.util.List slots
        end local 0 // io.vertx.redis.impl.RedisClientImpl this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lio/vertx/redis/impl/RedisClientImpl;
            0    2     1    slots  Ljava/util/List<Ljava/lang/Long;>;
            0    2     2  handler  Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/lang/Void;>;>;
    Signature: (Ljava/util/List<Ljava/lang/Long;>;Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/lang/Void;>;>;)Lio/vertx/redis/RedisClient;
    MethodParameters:
         Name  Flags
      slots    
      handler  

  public io.vertx.redis.RedisClient clusterFailover(io.vertx.core.Handler<io.vertx.core.AsyncResult<java.lang.Void>>);
    descriptor: (Lio/vertx/core/Handler;)Lio/vertx/redis/RedisClient;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=2, args_size=2
        start local 0 // io.vertx.redis.impl.RedisClientImpl this
        start local 1 // io.vertx.core.Handler handler
         0: .line 433
            aload 0 /* this */
            getstatic io.vertx.redis.client.Command.CLUSTER:Lio/vertx/redis/client/Command;
            iconst_1
            anewarray java.lang.Object
            dup
            iconst_0
            ldc "FAILOVER"
            aastore
            invokestatic io.vertx.redis.impl.RedisClientImpl.toPayload:([Ljava/lang/Object;)Ljava/util/List;
            aload 1 /* handler */
            invokevirtual io.vertx.redis.impl.RedisClientImpl.sendVoid:(Lio/vertx/redis/client/Command;Ljava/util/List;Lio/vertx/core/Handler;)V
         1: .line 434
            aload 0 /* this */
            areturn
        end local 1 // io.vertx.core.Handler handler
        end local 0 // io.vertx.redis.impl.RedisClientImpl this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lio/vertx/redis/impl/RedisClientImpl;
            0    2     1  handler  Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/lang/Void;>;>;
    Signature: (Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/lang/Void;>;>;)Lio/vertx/redis/RedisClient;
    MethodParameters:
         Name  Flags
      handler  

  public io.vertx.redis.RedisClient clusterFailOverWithOptions(io.vertx.redis.op.FailoverOptions, io.vertx.core.Handler<io.vertx.core.AsyncResult<java.lang.Void>>);
    descriptor: (Lio/vertx/redis/op/FailoverOptions;Lio/vertx/core/Handler;)Lio/vertx/redis/RedisClient;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=3, args_size=3
        start local 0 // io.vertx.redis.impl.RedisClientImpl this
        start local 1 // io.vertx.redis.op.FailoverOptions options
        start local 2 // io.vertx.core.Handler handler
         0: .line 439
            aload 0 /* this */
            getstatic io.vertx.redis.client.Command.CLUSTER:Lio/vertx/redis/client/Command;
            iconst_2
            anewarray java.lang.Object
            dup
            iconst_0
            ldc "FAILOVER"
            aastore
            dup
            iconst_1
            aload 1 /* options */
            aastore
            invokestatic io.vertx.redis.impl.RedisClientImpl.toPayload:([Ljava/lang/Object;)Ljava/util/List;
            aload 2 /* handler */
            invokevirtual io.vertx.redis.impl.RedisClientImpl.sendVoid:(Lio/vertx/redis/client/Command;Ljava/util/List;Lio/vertx/core/Handler;)V
         1: .line 440
            aload 0 /* this */
            areturn
        end local 2 // io.vertx.core.Handler handler
        end local 1 // io.vertx.redis.op.FailoverOptions options
        end local 0 // io.vertx.redis.impl.RedisClientImpl this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lio/vertx/redis/impl/RedisClientImpl;
            0    2     1  options  Lio/vertx/redis/op/FailoverOptions;
            0    2     2  handler  Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/lang/Void;>;>;
    Signature: (Lio/vertx/redis/op/FailoverOptions;Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/lang/Void;>;>;)Lio/vertx/redis/RedisClient;
    MethodParameters:
         Name  Flags
      options  
      handler  

  public io.vertx.redis.RedisClient clusterForget(java.lang.String, io.vertx.core.Handler<io.vertx.core.AsyncResult<java.lang.Void>>);
    descriptor: (Ljava/lang/String;Lio/vertx/core/Handler;)Lio/vertx/redis/RedisClient;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=3, args_size=3
        start local 0 // io.vertx.redis.impl.RedisClientImpl this
        start local 1 // java.lang.String nodeId
        start local 2 // io.vertx.core.Handler handler
         0: .line 445
            aload 0 /* this */
            getstatic io.vertx.redis.client.Command.CLUSTER:Lio/vertx/redis/client/Command;
            iconst_2
            anewarray java.lang.Object
            dup
            iconst_0
            ldc "FORGET"
            aastore
            dup
            iconst_1
            aload 1 /* nodeId */
            aastore
            invokestatic io.vertx.redis.impl.RedisClientImpl.toPayload:([Ljava/lang/Object;)Ljava/util/List;
            aload 2 /* handler */
            invokevirtual io.vertx.redis.impl.RedisClientImpl.sendVoid:(Lio/vertx/redis/client/Command;Ljava/util/List;Lio/vertx/core/Handler;)V
         1: .line 446
            aload 0 /* this */
            areturn
        end local 2 // io.vertx.core.Handler handler
        end local 1 // java.lang.String nodeId
        end local 0 // io.vertx.redis.impl.RedisClientImpl this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lio/vertx/redis/impl/RedisClientImpl;
            0    2     1   nodeId  Ljava/lang/String;
            0    2     2  handler  Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/lang/Void;>;>;
    Signature: (Ljava/lang/String;Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/lang/Void;>;>;)Lio/vertx/redis/RedisClient;
    MethodParameters:
         Name  Flags
      nodeId   
      handler  

  public io.vertx.redis.RedisClient clusterGetkeysinslot(long, long, io.vertx.core.Handler<io.vertx.core.AsyncResult<io.vertx.core.json.JsonArray>>);
    descriptor: (JJLio/vertx/core/Handler;)Lio/vertx/redis/RedisClient;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=7, locals=6, args_size=4
        start local 0 // io.vertx.redis.impl.RedisClientImpl this
        start local 1 // long slot
        start local 3 // long count
        start local 5 // io.vertx.core.Handler handler
         0: .line 451
            aload 0 /* this */
            getstatic io.vertx.redis.client.Command.CLUSTER:Lio/vertx/redis/client/Command;
            iconst_3
            anewarray java.lang.Object
            dup
            iconst_0
            ldc "GETKEYSINSLOT"
            aastore
            dup
            iconst_1
            lload 1 /* slot */
            invokestatic java.lang.Long.valueOf:(J)Ljava/lang/Long;
            aastore
            dup
            iconst_2
            lload 3 /* count */
            invokestatic java.lang.Long.valueOf:(J)Ljava/lang/Long;
            aastore
            invokestatic io.vertx.redis.impl.RedisClientImpl.toPayload:([Ljava/lang/Object;)Ljava/util/List;
            aload 5 /* handler */
            invokevirtual io.vertx.redis.impl.RedisClientImpl.sendJsonArray:(Lio/vertx/redis/client/Command;Ljava/util/List;Lio/vertx/core/Handler;)V
         1: .line 452
            aload 0 /* this */
            areturn
        end local 5 // io.vertx.core.Handler handler
        end local 3 // long count
        end local 1 // long slot
        end local 0 // io.vertx.redis.impl.RedisClientImpl this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lio/vertx/redis/impl/RedisClientImpl;
            0    2     1     slot  J
            0    2     3    count  J
            0    2     5  handler  Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Lio/vertx/core/json/JsonArray;>;>;
    Signature: (JJLio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Lio/vertx/core/json/JsonArray;>;>;)Lio/vertx/redis/RedisClient;
    MethodParameters:
         Name  Flags
      slot     
      count    
      handler  

  public io.vertx.redis.RedisClient clusterInfo(io.vertx.core.Handler<io.vertx.core.AsyncResult<io.vertx.core.json.JsonArray>>);
    descriptor: (Lio/vertx/core/Handler;)Lio/vertx/redis/RedisClient;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=2, args_size=2
        start local 0 // io.vertx.redis.impl.RedisClientImpl this
        start local 1 // io.vertx.core.Handler handler
         0: .line 457
            aload 0 /* this */
            getstatic io.vertx.redis.client.Command.CLUSTER:Lio/vertx/redis/client/Command;
            iconst_1
            anewarray java.lang.Object
            dup
            iconst_0
            ldc "INFO"
            aastore
            invokestatic io.vertx.redis.impl.RedisClientImpl.toPayload:([Ljava/lang/Object;)Ljava/util/List;
            aload 1 /* handler */
            invokevirtual io.vertx.redis.impl.RedisClientImpl.sendJsonArray:(Lio/vertx/redis/client/Command;Ljava/util/List;Lio/vertx/core/Handler;)V
         1: .line 458
            aload 0 /* this */
            areturn
        end local 1 // io.vertx.core.Handler handler
        end local 0 // io.vertx.redis.impl.RedisClientImpl this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lio/vertx/redis/impl/RedisClientImpl;
            0    2     1  handler  Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Lio/vertx/core/json/JsonArray;>;>;
    Signature: (Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Lio/vertx/core/json/JsonArray;>;>;)Lio/vertx/redis/RedisClient;
    MethodParameters:
         Name  Flags
      handler  

  public io.vertx.redis.RedisClient clusterKeyslot(java.lang.String, io.vertx.core.Handler<io.vertx.core.AsyncResult<java.lang.Long>>);
    descriptor: (Ljava/lang/String;Lio/vertx/core/Handler;)Lio/vertx/redis/RedisClient;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=3, args_size=3
        start local 0 // io.vertx.redis.impl.RedisClientImpl this
        start local 1 // java.lang.String key
        start local 2 // io.vertx.core.Handler handler
         0: .line 463
            aload 0 /* this */
            getstatic io.vertx.redis.client.Command.CLUSTER:Lio/vertx/redis/client/Command;
            iconst_2
            anewarray java.lang.Object
            dup
            iconst_0
            ldc "KEYSLOT"
            aastore
            dup
            iconst_1
            aload 1 /* key */
            aastore
            invokestatic io.vertx.redis.impl.RedisClientImpl.toPayload:([Ljava/lang/Object;)Ljava/util/List;
            aload 2 /* handler */
            invokevirtual io.vertx.redis.impl.RedisClientImpl.sendLong:(Lio/vertx/redis/client/Command;Ljava/util/List;Lio/vertx/core/Handler;)V
         1: .line 464
            aload 0 /* this */
            areturn
        end local 2 // io.vertx.core.Handler handler
        end local 1 // java.lang.String key
        end local 0 // io.vertx.redis.impl.RedisClientImpl this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lio/vertx/redis/impl/RedisClientImpl;
            0    2     1      key  Ljava/lang/String;
            0    2     2  handler  Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/lang/Long;>;>;
    Signature: (Ljava/lang/String;Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/lang/Long;>;>;)Lio/vertx/redis/RedisClient;
    MethodParameters:
         Name  Flags
      key      
      handler  

  public io.vertx.redis.RedisClient clusterMeet(java.lang.String, long, io.vertx.core.Handler<io.vertx.core.AsyncResult<java.lang.Void>>);
    descriptor: (Ljava/lang/String;JLio/vertx/core/Handler;)Lio/vertx/redis/RedisClient;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=7, locals=5, args_size=4
        start local 0 // io.vertx.redis.impl.RedisClientImpl this
        start local 1 // java.lang.String ip
        start local 2 // long port
        start local 4 // io.vertx.core.Handler handler
         0: .line 469
            aload 0 /* this */
            getstatic io.vertx.redis.client.Command.CLUSTER:Lio/vertx/redis/client/Command;
            iconst_3
            anewarray java.lang.Object
            dup
            iconst_0
            ldc "MEET"
            aastore
            dup
            iconst_1
            aload 1 /* ip */
            aastore
            dup
            iconst_2
            lload 2 /* port */
            invokestatic java.lang.Long.valueOf:(J)Ljava/lang/Long;
            aastore
            invokestatic io.vertx.redis.impl.RedisClientImpl.toPayload:([Ljava/lang/Object;)Ljava/util/List;
            aload 4 /* handler */
            invokevirtual io.vertx.redis.impl.RedisClientImpl.sendVoid:(Lio/vertx/redis/client/Command;Ljava/util/List;Lio/vertx/core/Handler;)V
         1: .line 470
            aload 0 /* this */
            areturn
        end local 4 // io.vertx.core.Handler handler
        end local 2 // long port
        end local 1 // java.lang.String ip
        end local 0 // io.vertx.redis.impl.RedisClientImpl this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lio/vertx/redis/impl/RedisClientImpl;
            0    2     1       ip  Ljava/lang/String;
            0    2     2     port  J
            0    2     4  handler  Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/lang/Void;>;>;
    Signature: (Ljava/lang/String;JLio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/lang/Void;>;>;)Lio/vertx/redis/RedisClient;
    MethodParameters:
         Name  Flags
      ip       
      port     
      handler  

  public io.vertx.redis.RedisClient clusterNodes(io.vertx.core.Handler<io.vertx.core.AsyncResult<io.vertx.core.json.JsonArray>>);
    descriptor: (Lio/vertx/core/Handler;)Lio/vertx/redis/RedisClient;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=2, args_size=2
        start local 0 // io.vertx.redis.impl.RedisClientImpl this
        start local 1 // io.vertx.core.Handler handler
         0: .line 475
            aload 0 /* this */
            getstatic io.vertx.redis.client.Command.CLUSTER:Lio/vertx/redis/client/Command;
            iconst_1
            anewarray java.lang.Object
            dup
            iconst_0
            ldc "NODES"
            aastore
            invokestatic io.vertx.redis.impl.RedisClientImpl.toPayload:([Ljava/lang/Object;)Ljava/util/List;
            aload 1 /* handler */
            invokevirtual io.vertx.redis.impl.RedisClientImpl.sendJsonArray:(Lio/vertx/redis/client/Command;Ljava/util/List;Lio/vertx/core/Handler;)V
         1: .line 476
            aload 0 /* this */
            areturn
        end local 1 // io.vertx.core.Handler handler
        end local 0 // io.vertx.redis.impl.RedisClientImpl this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lio/vertx/redis/impl/RedisClientImpl;
            0    2     1  handler  Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Lio/vertx/core/json/JsonArray;>;>;
    Signature: (Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Lio/vertx/core/json/JsonArray;>;>;)Lio/vertx/redis/RedisClient;
    MethodParameters:
         Name  Flags
      handler  

  public io.vertx.redis.RedisClient clusterReplicate(java.lang.String, io.vertx.core.Handler<io.vertx.core.AsyncResult<java.lang.Void>>);
    descriptor: (Ljava/lang/String;Lio/vertx/core/Handler;)Lio/vertx/redis/RedisClient;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=3, args_size=3
        start local 0 // io.vertx.redis.impl.RedisClientImpl this
        start local 1 // java.lang.String nodeId
        start local 2 // io.vertx.core.Handler handler
         0: .line 481
            aload 0 /* this */
            getstatic io.vertx.redis.client.Command.CLUSTER:Lio/vertx/redis/client/Command;
            iconst_2
            anewarray java.lang.Object
            dup
            iconst_0
            ldc "REPLICATE"
            aastore
            dup
            iconst_1
            aload 1 /* nodeId */
            aastore
            invokestatic io.vertx.redis.impl.RedisClientImpl.toPayload:([Ljava/lang/Object;)Ljava/util/List;
            aload 2 /* handler */
            invokevirtual io.vertx.redis.impl.RedisClientImpl.sendVoid:(Lio/vertx/redis/client/Command;Ljava/util/List;Lio/vertx/core/Handler;)V
         1: .line 482
            aload 0 /* this */
            areturn
        end local 2 // io.vertx.core.Handler handler
        end local 1 // java.lang.String nodeId
        end local 0 // io.vertx.redis.impl.RedisClientImpl this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lio/vertx/redis/impl/RedisClientImpl;
            0    2     1   nodeId  Ljava/lang/String;
            0    2     2  handler  Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/lang/Void;>;>;
    Signature: (Ljava/lang/String;Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/lang/Void;>;>;)Lio/vertx/redis/RedisClient;
    MethodParameters:
         Name  Flags
      nodeId   
      handler  

  public io.vertx.redis.RedisClient clusterReset(io.vertx.core.Handler<io.vertx.core.AsyncResult<java.lang.Void>>);
    descriptor: (Lio/vertx/core/Handler;)Lio/vertx/redis/RedisClient;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=2, args_size=2
        start local 0 // io.vertx.redis.impl.RedisClientImpl this
        start local 1 // io.vertx.core.Handler handler
         0: .line 487
            aload 0 /* this */
            getstatic io.vertx.redis.client.Command.CLUSTER:Lio/vertx/redis/client/Command;
            iconst_1
            anewarray java.lang.Object
            dup
            iconst_0
            ldc "RESET"
            aastore
            invokestatic io.vertx.redis.impl.RedisClientImpl.toPayload:([Ljava/lang/Object;)Ljava/util/List;
            aload 1 /* handler */
            invokevirtual io.vertx.redis.impl.RedisClientImpl.sendVoid:(Lio/vertx/redis/client/Command;Ljava/util/List;Lio/vertx/core/Handler;)V
         1: .line 488
            aload 0 /* this */
            areturn
        end local 1 // io.vertx.core.Handler handler
        end local 0 // io.vertx.redis.impl.RedisClientImpl this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lio/vertx/redis/impl/RedisClientImpl;
            0    2     1  handler  Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/lang/Void;>;>;
    Signature: (Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/lang/Void;>;>;)Lio/vertx/redis/RedisClient;
    MethodParameters:
         Name  Flags
      handler  

  public io.vertx.redis.RedisClient clusterResetWithOptions(io.vertx.redis.op.ResetOptions, io.vertx.core.Handler<io.vertx.core.AsyncResult<java.lang.Void>>);
    descriptor: (Lio/vertx/redis/op/ResetOptions;Lio/vertx/core/Handler;)Lio/vertx/redis/RedisClient;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=3, args_size=3
        start local 0 // io.vertx.redis.impl.RedisClientImpl this
        start local 1 // io.vertx.redis.op.ResetOptions options
        start local 2 // io.vertx.core.Handler handler
         0: .line 493
            aload 0 /* this */
            getstatic io.vertx.redis.client.Command.CLUSTER:Lio/vertx/redis/client/Command;
            iconst_2
            anewarray java.lang.Object
            dup
            iconst_0
            ldc "RESET"
            aastore
            dup
            iconst_1
            aload 1 /* options */
            aastore
            invokestatic io.vertx.redis.impl.RedisClientImpl.toPayload:([Ljava/lang/Object;)Ljava/util/List;
            aload 2 /* handler */
            invokevirtual io.vertx.redis.impl.RedisClientImpl.sendVoid:(Lio/vertx/redis/client/Command;Ljava/util/List;Lio/vertx/core/Handler;)V
         1: .line 494
            aload 0 /* this */
            areturn
        end local 2 // io.vertx.core.Handler handler
        end local 1 // io.vertx.redis.op.ResetOptions options
        end local 0 // io.vertx.redis.impl.RedisClientImpl this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lio/vertx/redis/impl/RedisClientImpl;
            0    2     1  options  Lio/vertx/redis/op/ResetOptions;
            0    2     2  handler  Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/lang/Void;>;>;
    Signature: (Lio/vertx/redis/op/ResetOptions;Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/lang/Void;>;>;)Lio/vertx/redis/RedisClient;
    MethodParameters:
         Name  Flags
      options  
      handler  

  public io.vertx.redis.RedisClient clusterSaveconfig(io.vertx.core.Handler<io.vertx.core.AsyncResult<java.lang.Void>>);
    descriptor: (Lio/vertx/core/Handler;)Lio/vertx/redis/RedisClient;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=2, args_size=2
        start local 0 // io.vertx.redis.impl.RedisClientImpl this
        start local 1 // io.vertx.core.Handler handler
         0: .line 499
            aload 0 /* this */
            getstatic io.vertx.redis.client.Command.CLUSTER:Lio/vertx/redis/client/Command;
            iconst_1
            anewarray java.lang.Object
            dup
            iconst_0
            ldc "SAVECONFIG"
            aastore
            invokestatic io.vertx.redis.impl.RedisClientImpl.toPayload:([Ljava/lang/Object;)Ljava/util/List;
            aload 1 /* handler */
            invokevirtual io.vertx.redis.impl.RedisClientImpl.sendVoid:(Lio/vertx/redis/client/Command;Ljava/util/List;Lio/vertx/core/Handler;)V
         1: .line 500
            aload 0 /* this */
            areturn
        end local 1 // io.vertx.core.Handler handler
        end local 0 // io.vertx.redis.impl.RedisClientImpl this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lio/vertx/redis/impl/RedisClientImpl;
            0    2     1  handler  Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/lang/Void;>;>;
    Signature: (Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/lang/Void;>;>;)Lio/vertx/redis/RedisClient;
    MethodParameters:
         Name  Flags
      handler  

  public io.vertx.redis.RedisClient clusterSetConfigEpoch(long, io.vertx.core.Handler<io.vertx.core.AsyncResult<java.lang.Void>>);
    descriptor: (JLio/vertx/core/Handler;)Lio/vertx/redis/RedisClient;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=7, locals=4, args_size=3
        start local 0 // io.vertx.redis.impl.RedisClientImpl this
        start local 1 // long epoch
        start local 3 // io.vertx.core.Handler handler
         0: .line 505
            aload 0 /* this */
            getstatic io.vertx.redis.client.Command.CLUSTER:Lio/vertx/redis/client/Command;
            iconst_2
            anewarray java.lang.Object
            dup
            iconst_0
            ldc "SET-CONFIG-EPOCH"
            aastore
            dup
            iconst_1
            lload 1 /* epoch */
            invokestatic java.lang.Long.valueOf:(J)Ljava/lang/Long;
            aastore
            invokestatic io.vertx.redis.impl.RedisClientImpl.toPayload:([Ljava/lang/Object;)Ljava/util/List;
            aload 3 /* handler */
            invokevirtual io.vertx.redis.impl.RedisClientImpl.sendVoid:(Lio/vertx/redis/client/Command;Ljava/util/List;Lio/vertx/core/Handler;)V
         1: .line 506
            aload 0 /* this */
            areturn
        end local 3 // io.vertx.core.Handler handler
        end local 1 // long epoch
        end local 0 // io.vertx.redis.impl.RedisClientImpl this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lio/vertx/redis/impl/RedisClientImpl;
            0    2     1    epoch  J
            0    2     3  handler  Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/lang/Void;>;>;
    Signature: (JLio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/lang/Void;>;>;)Lio/vertx/redis/RedisClient;
    MethodParameters:
         Name  Flags
      epoch    
      handler  

  public io.vertx.redis.RedisClient clusterSetslot(long, io.vertx.redis.op.SlotCmd, io.vertx.core.Handler<io.vertx.core.AsyncResult<java.lang.Void>>);
    descriptor: (JLio/vertx/redis/op/SlotCmd;Lio/vertx/core/Handler;)Lio/vertx/redis/RedisClient;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=7, locals=5, args_size=4
        start local 0 // io.vertx.redis.impl.RedisClientImpl this
        start local 1 // long slot
        start local 3 // io.vertx.redis.op.SlotCmd subcommand
        start local 4 // io.vertx.core.Handler handler
         0: .line 511
            aload 0 /* this */
            getstatic io.vertx.redis.client.Command.CLUSTER:Lio/vertx/redis/client/Command;
            iconst_3
            anewarray java.lang.Object
            dup
            iconst_0
            ldc "SETSLOT"
            aastore
            dup
            iconst_1
            lload 1 /* slot */
            invokestatic java.lang.Long.valueOf:(J)Ljava/lang/Long;
            aastore
            dup
            iconst_2
            aload 3 /* subcommand */
            aastore
            invokestatic io.vertx.redis.impl.RedisClientImpl.toPayload:([Ljava/lang/Object;)Ljava/util/List;
            aload 4 /* handler */
            invokevirtual io.vertx.redis.impl.RedisClientImpl.sendVoid:(Lio/vertx/redis/client/Command;Ljava/util/List;Lio/vertx/core/Handler;)V
         1: .line 512
            aload 0 /* this */
            areturn
        end local 4 // io.vertx.core.Handler handler
        end local 3 // io.vertx.redis.op.SlotCmd subcommand
        end local 1 // long slot
        end local 0 // io.vertx.redis.impl.RedisClientImpl this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    2     0        this  Lio/vertx/redis/impl/RedisClientImpl;
            0    2     1        slot  J
            0    2     3  subcommand  Lio/vertx/redis/op/SlotCmd;
            0    2     4     handler  Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/lang/Void;>;>;
    Signature: (JLio/vertx/redis/op/SlotCmd;Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/lang/Void;>;>;)Lio/vertx/redis/RedisClient;
    MethodParameters:
            Name  Flags
      slot        
      subcommand  
      handler     

  public io.vertx.redis.RedisClient clusterSetslotWithNode(long, io.vertx.redis.op.SlotCmd, java.lang.String, io.vertx.core.Handler<io.vertx.core.AsyncResult<java.lang.Void>>);
    descriptor: (JLio/vertx/redis/op/SlotCmd;Ljava/lang/String;Lio/vertx/core/Handler;)Lio/vertx/redis/RedisClient;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=7, locals=6, args_size=5
        start local 0 // io.vertx.redis.impl.RedisClientImpl this
        start local 1 // long slot
        start local 3 // io.vertx.redis.op.SlotCmd subcommand
        start local 4 // java.lang.String nodeId
        start local 5 // io.vertx.core.Handler handler
         0: .line 517
            aload 0 /* this */
            getstatic io.vertx.redis.client.Command.CLUSTER:Lio/vertx/redis/client/Command;
            iconst_4
            anewarray java.lang.Object
            dup
            iconst_0
            ldc "SETSLOT"
            aastore
            dup
            iconst_1
            lload 1 /* slot */
            invokestatic java.lang.Long.valueOf:(J)Ljava/lang/Long;
            aastore
            dup
            iconst_2
            aload 3 /* subcommand */
            aastore
            dup
            iconst_3
            aload 4 /* nodeId */
            aastore
            invokestatic io.vertx.redis.impl.RedisClientImpl.toPayload:([Ljava/lang/Object;)Ljava/util/List;
            aload 5 /* handler */
            invokevirtual io.vertx.redis.impl.RedisClientImpl.sendVoid:(Lio/vertx/redis/client/Command;Ljava/util/List;Lio/vertx/core/Handler;)V
         1: .line 518
            aload 0 /* this */
            areturn
        end local 5 // io.vertx.core.Handler handler
        end local 4 // java.lang.String nodeId
        end local 3 // io.vertx.redis.op.SlotCmd subcommand
        end local 1 // long slot
        end local 0 // io.vertx.redis.impl.RedisClientImpl this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    2     0        this  Lio/vertx/redis/impl/RedisClientImpl;
            0    2     1        slot  J
            0    2     3  subcommand  Lio/vertx/redis/op/SlotCmd;
            0    2     4      nodeId  Ljava/lang/String;
            0    2     5     handler  Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/lang/Void;>;>;
    Signature: (JLio/vertx/redis/op/SlotCmd;Ljava/lang/String;Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/lang/Void;>;>;)Lio/vertx/redis/RedisClient;
    MethodParameters:
            Name  Flags
      slot        
      subcommand  
      nodeId      
      handler     

  public io.vertx.redis.RedisClient clusterSlaves(java.lang.String, io.vertx.core.Handler<io.vertx.core.AsyncResult<io.vertx.core.json.JsonArray>>);
    descriptor: (Ljava/lang/String;Lio/vertx/core/Handler;)Lio/vertx/redis/RedisClient;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=3, args_size=3
        start local 0 // io.vertx.redis.impl.RedisClientImpl this
        start local 1 // java.lang.String nodeId
        start local 2 // io.vertx.core.Handler handler
         0: .line 523
            aload 0 /* this */
            getstatic io.vertx.redis.client.Command.CLUSTER:Lio/vertx/redis/client/Command;
            iconst_2
            anewarray java.lang.Object
            dup
            iconst_0
            ldc "SLAVES"
            aastore
            dup
            iconst_1
            aload 1 /* nodeId */
            aastore
            invokestatic io.vertx.redis.impl.RedisClientImpl.toPayload:([Ljava/lang/Object;)Ljava/util/List;
            aload 2 /* handler */
            invokevirtual io.vertx.redis.impl.RedisClientImpl.sendJsonArray:(Lio/vertx/redis/client/Command;Ljava/util/List;Lio/vertx/core/Handler;)V
         1: .line 524
            aload 0 /* this */
            areturn
        end local 2 // io.vertx.core.Handler handler
        end local 1 // java.lang.String nodeId
        end local 0 // io.vertx.redis.impl.RedisClientImpl this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lio/vertx/redis/impl/RedisClientImpl;
            0    2     1   nodeId  Ljava/lang/String;
            0    2     2  handler  Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Lio/vertx/core/json/JsonArray;>;>;
    Signature: (Ljava/lang/String;Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Lio/vertx/core/json/JsonArray;>;>;)Lio/vertx/redis/RedisClient;
    MethodParameters:
         Name  Flags
      nodeId   
      handler  

  public io.vertx.redis.RedisClient clusterSlots(io.vertx.core.Handler<io.vertx.core.AsyncResult<io.vertx.core.json.JsonArray>>);
    descriptor: (Lio/vertx/core/Handler;)Lio/vertx/redis/RedisClient;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=2, args_size=2
        start local 0 // io.vertx.redis.impl.RedisClientImpl this
        start local 1 // io.vertx.core.Handler handler
         0: .line 529
            aload 0 /* this */
            getstatic io.vertx.redis.client.Command.CLUSTER:Lio/vertx/redis/client/Command;
            iconst_1
            anewarray java.lang.Object
            dup
            iconst_0
            ldc "SLOTS"
            aastore
            invokestatic io.vertx.redis.impl.RedisClientImpl.toPayload:([Ljava/lang/Object;)Ljava/util/List;
            aload 1 /* handler */
            invokevirtual io.vertx.redis.impl.RedisClientImpl.sendJsonArray:(Lio/vertx/redis/client/Command;Ljava/util/List;Lio/vertx/core/Handler;)V
         1: .line 530
            aload 0 /* this */
            areturn
        end local 1 // io.vertx.core.Handler handler
        end local 0 // io.vertx.redis.impl.RedisClientImpl this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lio/vertx/redis/impl/RedisClientImpl;
            0    2     1  handler  Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Lio/vertx/core/json/JsonArray;>;>;
    Signature: (Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Lio/vertx/core/json/JsonArray;>;>;)Lio/vertx/redis/RedisClient;
    MethodParameters:
         Name  Flags
      handler  

  public io.vertx.redis.RedisClient command(io.vertx.core.Handler<io.vertx.core.AsyncResult<io.vertx.core.json.JsonArray>>);
    descriptor: (Lio/vertx/core/Handler;)Lio/vertx/redis/RedisClient;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=2, args_size=2
        start local 0 // io.vertx.redis.impl.RedisClientImpl this
        start local 1 // io.vertx.core.Handler handler
         0: .line 535
            aload 0 /* this */
            getstatic io.vertx.redis.client.Command.COMMAND:Lio/vertx/redis/client/Command;
            aconst_null
            aload 1 /* handler */
            invokevirtual io.vertx.redis.impl.RedisClientImpl.sendJsonArray:(Lio/vertx/redis/client/Command;Ljava/util/List;Lio/vertx/core/Handler;)V
         1: .line 536
            aload 0 /* this */
            areturn
        end local 1 // io.vertx.core.Handler handler
        end local 0 // io.vertx.redis.impl.RedisClientImpl this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lio/vertx/redis/impl/RedisClientImpl;
            0    2     1  handler  Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Lio/vertx/core/json/JsonArray;>;>;
    Signature: (Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Lio/vertx/core/json/JsonArray;>;>;)Lio/vertx/redis/RedisClient;
    MethodParameters:
         Name  Flags
      handler  

  public io.vertx.redis.RedisClient commandCount(io.vertx.core.Handler<io.vertx.core.AsyncResult<java.lang.Long>>);
    descriptor: (Lio/vertx/core/Handler;)Lio/vertx/redis/RedisClient;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=2, args_size=2
        start local 0 // io.vertx.redis.impl.RedisClientImpl this
        start local 1 // io.vertx.core.Handler handler
         0: .line 541
            aload 0 /* this */
            getstatic io.vertx.redis.client.Command.COMMAND:Lio/vertx/redis/client/Command;
            iconst_1
            anewarray java.lang.Object
            dup
            iconst_0
            ldc "COUNT"
            aastore
            invokestatic io.vertx.redis.impl.RedisClientImpl.toPayload:([Ljava/lang/Object;)Ljava/util/List;
            aload 1 /* handler */
            invokevirtual io.vertx.redis.impl.RedisClientImpl.sendLong:(Lio/vertx/redis/client/Command;Ljava/util/List;Lio/vertx/core/Handler;)V
         1: .line 542
            aload 0 /* this */
            areturn
        end local 1 // io.vertx.core.Handler handler
        end local 0 // io.vertx.redis.impl.RedisClientImpl this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lio/vertx/redis/impl/RedisClientImpl;
            0    2     1  handler  Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/lang/Long;>;>;
    Signature: (Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/lang/Long;>;>;)Lio/vertx/redis/RedisClient;
    MethodParameters:
         Name  Flags
      handler  

  public io.vertx.redis.RedisClient commandGetkeys(io.vertx.core.Handler<io.vertx.core.AsyncResult<io.vertx.core.json.JsonArray>>);
    descriptor: (Lio/vertx/core/Handler;)Lio/vertx/redis/RedisClient;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=2, args_size=2
        start local 0 // io.vertx.redis.impl.RedisClientImpl this
        start local 1 // io.vertx.core.Handler handler
         0: .line 547
            aload 0 /* this */
            getstatic io.vertx.redis.client.Command.COMMAND:Lio/vertx/redis/client/Command;
            iconst_1
            anewarray java.lang.Object
            dup
            iconst_0
            ldc "GETKEYS"
            aastore
            invokestatic io.vertx.redis.impl.RedisClientImpl.toPayload:([Ljava/lang/Object;)Ljava/util/List;
            aload 1 /* handler */
            invokevirtual io.vertx.redis.impl.RedisClientImpl.sendJsonArray:(Lio/vertx/redis/client/Command;Ljava/util/List;Lio/vertx/core/Handler;)V
         1: .line 548
            aload 0 /* this */
            areturn
        end local 1 // io.vertx.core.Handler handler
        end local 0 // io.vertx.redis.impl.RedisClientImpl this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lio/vertx/redis/impl/RedisClientImpl;
            0    2     1  handler  Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Lio/vertx/core/json/JsonArray;>;>;
    Signature: (Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Lio/vertx/core/json/JsonArray;>;>;)Lio/vertx/redis/RedisClient;
    MethodParameters:
         Name  Flags
      handler  

  public io.vertx.redis.RedisClient commandInfo(java.util.List<java.lang.String>, io.vertx.core.Handler<io.vertx.core.AsyncResult<io.vertx.core.json.JsonArray>>);
    descriptor: (Ljava/util/List;Lio/vertx/core/Handler;)Lio/vertx/redis/RedisClient;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=3, args_size=3
        start local 0 // io.vertx.redis.impl.RedisClientImpl this
        start local 1 // java.util.List commands
        start local 2 // io.vertx.core.Handler handler
         0: .line 553
            aload 0 /* this */
            getstatic io.vertx.redis.client.Command.COMMAND:Lio/vertx/redis/client/Command;
            iconst_2
            anewarray java.lang.Object
            dup
            iconst_0
            ldc "INFO"
            aastore
            dup
            iconst_1
            aload 1 /* commands */
            aastore
            invokestatic io.vertx.redis.impl.RedisClientImpl.toPayload:([Ljava/lang/Object;)Ljava/util/List;
            aload 2 /* handler */
            invokevirtual io.vertx.redis.impl.RedisClientImpl.sendJsonArray:(Lio/vertx/redis/client/Command;Ljava/util/List;Lio/vertx/core/Handler;)V
         1: .line 554
            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.impl.RedisClientImpl this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    2     0      this  Lio/vertx/redis/impl/RedisClientImpl;
            0    2     1  commands  Ljava/util/List<Ljava/lang/String;>;
            0    2     2   handler  Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Lio/vertx/core/json/JsonArray;>;>;
    Signature: (Ljava/util/List<Ljava/lang/String;>;Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Lio/vertx/core/json/JsonArray;>;>;)Lio/vertx/redis/RedisClient;
    MethodParameters:
          Name  Flags
      commands  
      handler   

  public io.vertx.redis.RedisClient configGet(java.lang.String, io.vertx.core.Handler<io.vertx.core.AsyncResult<io.vertx.core.json.JsonArray>>);
    descriptor: (Ljava/lang/String;Lio/vertx/core/Handler;)Lio/vertx/redis/RedisClient;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=3, args_size=3
        start local 0 // io.vertx.redis.impl.RedisClientImpl this
        start local 1 // java.lang.String parameter
        start local 2 // io.vertx.core.Handler handler
         0: .line 559
            aload 0 /* this */
            getstatic io.vertx.redis.client.Command.CONFIG:Lio/vertx/redis/client/Command;
            iconst_2
            anewarray java.lang.Object
            dup
            iconst_0
            ldc "GET"
            aastore
            dup
            iconst_1
            aload 1 /* parameter */
            aastore
            invokestatic io.vertx.redis.impl.RedisClientImpl.toPayload:([Ljava/lang/Object;)Ljava/util/List;
            aload 2 /* handler */
            invokevirtual io.vertx.redis.impl.RedisClientImpl.sendJsonArray:(Lio/vertx/redis/client/Command;Ljava/util/List;Lio/vertx/core/Handler;)V
         1: .line 560
            aload 0 /* this */
            areturn
        end local 2 // io.vertx.core.Handler handler
        end local 1 // java.lang.String parameter
        end local 0 // io.vertx.redis.impl.RedisClientImpl this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    2     0       this  Lio/vertx/redis/impl/RedisClientImpl;
            0    2     1  parameter  Ljava/lang/String;
            0    2     2    handler  Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Lio/vertx/core/json/JsonArray;>;>;
    Signature: (Ljava/lang/String;Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Lio/vertx/core/json/JsonArray;>;>;)Lio/vertx/redis/RedisClient;
    MethodParameters:
           Name  Flags
      parameter  
      handler    

  public io.vertx.redis.RedisClient configRewrite(io.vertx.core.Handler<io.vertx.core.AsyncResult<java.lang.String>>);
    descriptor: (Lio/vertx/core/Handler;)Lio/vertx/redis/RedisClient;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=2, args_size=2
        start local 0 // io.vertx.redis.impl.RedisClientImpl this
        start local 1 // io.vertx.core.Handler handler
         0: .line 565
            aload 0 /* this */
            getstatic io.vertx.redis.client.Command.CONFIG:Lio/vertx/redis/client/Command;
            iconst_1
            anewarray java.lang.Object
            dup
            iconst_0
            ldc "REWRITE"
            aastore
            invokestatic io.vertx.redis.impl.RedisClientImpl.toPayload:([Ljava/lang/Object;)Ljava/util/List;
            aload 1 /* handler */
            invokevirtual io.vertx.redis.impl.RedisClientImpl.sendString:(Lio/vertx/redis/client/Command;Ljava/util/List;Lio/vertx/core/Handler;)V
         1: .line 566
            aload 0 /* this */
            areturn
        end local 1 // io.vertx.core.Handler handler
        end local 0 // io.vertx.redis.impl.RedisClientImpl this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lio/vertx/redis/impl/RedisClientImpl;
            0    2     1  handler  Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/lang/String;>;>;
    Signature: (Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/lang/String;>;>;)Lio/vertx/redis/RedisClient;
    MethodParameters:
         Name  Flags
      handler  

  public io.vertx.redis.RedisClient configSet(java.lang.String, java.lang.String, io.vertx.core.Handler<io.vertx.core.AsyncResult<java.lang.String>>);
    descriptor: (Ljava/lang/String;Ljava/lang/String;Lio/vertx/core/Handler;)Lio/vertx/redis/RedisClient;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=4, args_size=4
        start local 0 // io.vertx.redis.impl.RedisClientImpl this
        start local 1 // java.lang.String parameter
        start local 2 // java.lang.String value
        start local 3 // io.vertx.core.Handler handler
         0: .line 571
            aload 0 /* this */
            getstatic io.vertx.redis.client.Command.CONFIG:Lio/vertx/redis/client/Command;
            iconst_3
            anewarray java.lang.Object
            dup
            iconst_0
            ldc "SET"
            aastore
            dup
            iconst_1
            aload 1 /* parameter */
            aastore
            dup
            iconst_2
            aload 2 /* value */
            aastore
            invokestatic io.vertx.redis.impl.RedisClientImpl.toPayload:([Ljava/lang/Object;)Ljava/util/List;
            aload 3 /* handler */
            invokevirtual io.vertx.redis.impl.RedisClientImpl.sendString:(Lio/vertx/redis/client/Command;Ljava/util/List;Lio/vertx/core/Handler;)V
         1: .line 572
            aload 0 /* this */
            areturn
        end local 3 // io.vertx.core.Handler handler
        end local 2 // java.lang.String value
        end local 1 // java.lang.String parameter
        end local 0 // io.vertx.redis.impl.RedisClientImpl this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    2     0       this  Lio/vertx/redis/impl/RedisClientImpl;
            0    2     1  parameter  Ljava/lang/String;
            0    2     2      value  Ljava/lang/String;
            0    2     3    handler  Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/lang/String;>;>;
    Signature: (Ljava/lang/String;Ljava/lang/String;Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/lang/String;>;>;)Lio/vertx/redis/RedisClient;
    MethodParameters:
           Name  Flags
      parameter  
      value      
      handler    

  public io.vertx.redis.RedisClient configResetstat(io.vertx.core.Handler<io.vertx.core.AsyncResult<java.lang.String>>);
    descriptor: (Lio/vertx/core/Handler;)Lio/vertx/redis/RedisClient;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=2, args_size=2
        start local 0 // io.vertx.redis.impl.RedisClientImpl this
        start local 1 // io.vertx.core.Handler handler
         0: .line 577
            aload 0 /* this */
            getstatic io.vertx.redis.client.Command.CONFIG:Lio/vertx/redis/client/Command;
            iconst_1
            anewarray java.lang.Object
            dup
            iconst_0
            ldc "RESETSTAT"
            aastore
            invokestatic io.vertx.redis.impl.RedisClientImpl.toPayload:([Ljava/lang/Object;)Ljava/util/List;
            aload 1 /* handler */
            invokevirtual io.vertx.redis.impl.RedisClientImpl.sendString:(Lio/vertx/redis/client/Command;Ljava/util/List;Lio/vertx/core/Handler;)V
         1: .line 578
            aload 0 /* this */
            areturn
        end local 1 // io.vertx.core.Handler handler
        end local 0 // io.vertx.redis.impl.RedisClientImpl this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lio/vertx/redis/impl/RedisClientImpl;
            0    2     1  handler  Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/lang/String;>;>;
    Signature: (Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/lang/String;>;>;)Lio/vertx/redis/RedisClient;
    MethodParameters:
         Name  Flags
      handler  

  public io.vertx.redis.RedisClient dbsize(io.vertx.core.Handler<io.vertx.core.AsyncResult<java.lang.Long>>);
    descriptor: (Lio/vertx/core/Handler;)Lio/vertx/redis/RedisClient;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=2, args_size=2
        start local 0 // io.vertx.redis.impl.RedisClientImpl this
        start local 1 // io.vertx.core.Handler handler
         0: .line 583
            aload 0 /* this */
            getstatic io.vertx.redis.client.Command.DBSIZE:Lio/vertx/redis/client/Command;
            aconst_null
            aload 1 /* handler */
            invokevirtual io.vertx.redis.impl.RedisClientImpl.sendLong:(Lio/vertx/redis/client/Command;Ljava/util/List;Lio/vertx/core/Handler;)V
         1: .line 584
            aload 0 /* this */
            areturn
        end local 1 // io.vertx.core.Handler handler
        end local 0 // io.vertx.redis.impl.RedisClientImpl this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lio/vertx/redis/impl/RedisClientImpl;
            0    2     1  handler  Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/lang/Long;>;>;
    Signature: (Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/lang/Long;>;>;)Lio/vertx/redis/RedisClient;
    MethodParameters:
         Name  Flags
      handler  

  public io.vertx.redis.RedisClient debugObject(java.lang.String, io.vertx.core.Handler<io.vertx.core.AsyncResult<java.lang.String>>);
    descriptor: (Ljava/lang/String;Lio/vertx/core/Handler;)Lio/vertx/redis/RedisClient;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=3, args_size=3
        start local 0 // io.vertx.redis.impl.RedisClientImpl this
        start local 1 // java.lang.String key
        start local 2 // io.vertx.core.Handler handler
         0: .line 589
            aload 0 /* this */
            getstatic io.vertx.redis.client.Command.DEBUG:Lio/vertx/redis/client/Command;
            iconst_2
            anewarray java.lang.Object
            dup
            iconst_0
            ldc "OBJECT"
            aastore
            dup
            iconst_1
            aload 1 /* key */
            aastore
            invokestatic io.vertx.redis.impl.RedisClientImpl.toPayload:([Ljava/lang/Object;)Ljava/util/List;
            aload 2 /* handler */
            invokevirtual io.vertx.redis.impl.RedisClientImpl.sendString:(Lio/vertx/redis/client/Command;Ljava/util/List;Lio/vertx/core/Handler;)V
         1: .line 590
            aload 0 /* this */
            areturn
        end local 2 // io.vertx.core.Handler handler
        end local 1 // java.lang.String key
        end local 0 // io.vertx.redis.impl.RedisClientImpl this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lio/vertx/redis/impl/RedisClientImpl;
            0    2     1      key  Ljava/lang/String;
            0    2     2  handler  Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/lang/String;>;>;
    Signature: (Ljava/lang/String;Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/lang/String;>;>;)Lio/vertx/redis/RedisClient;
    MethodParameters:
         Name  Flags
      key      
      handler  

  public io.vertx.redis.RedisClient debugSegfault(io.vertx.core.Handler<io.vertx.core.AsyncResult<java.lang.String>>);
    descriptor: (Lio/vertx/core/Handler;)Lio/vertx/redis/RedisClient;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=2, args_size=2
        start local 0 // io.vertx.redis.impl.RedisClientImpl this
        start local 1 // io.vertx.core.Handler handler
         0: .line 595
            aload 0 /* this */
            getstatic io.vertx.redis.client.Command.DEBUG:Lio/vertx/redis/client/Command;
            iconst_1
            anewarray java.lang.Object
            dup
            iconst_0
            ldc "SEGFAULT"
            aastore
            invokestatic io.vertx.redis.impl.RedisClientImpl.toPayload:([Ljava/lang/Object;)Ljava/util/List;
            aload 1 /* handler */
            invokevirtual io.vertx.redis.impl.RedisClientImpl.sendString:(Lio/vertx/redis/client/Command;Ljava/util/List;Lio/vertx/core/Handler;)V
         1: .line 596
            aload 0 /* this */
            areturn
        end local 1 // io.vertx.core.Handler handler
        end local 0 // io.vertx.redis.impl.RedisClientImpl this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lio/vertx/redis/impl/RedisClientImpl;
            0    2     1  handler  Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/lang/String;>;>;
    Signature: (Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/lang/String;>;>;)Lio/vertx/redis/RedisClient;
    MethodParameters:
         Name  Flags
      handler  

  public io.vertx.redis.RedisClient decr(java.lang.String, io.vertx.core.Handler<io.vertx.core.AsyncResult<java.lang.Long>>);
    descriptor: (Ljava/lang/String;Lio/vertx/core/Handler;)Lio/vertx/redis/RedisClient;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=3, args_size=3
        start local 0 // io.vertx.redis.impl.RedisClientImpl this
        start local 1 // java.lang.String key
        start local 2 // io.vertx.core.Handler handler
         0: .line 601
            aload 0 /* this */
            getstatic io.vertx.redis.client.Command.DECR:Lio/vertx/redis/client/Command;
            iconst_1
            anewarray java.lang.Object
            dup
            iconst_0
            aload 1 /* key */
            aastore
            invokestatic io.vertx.redis.impl.RedisClientImpl.toPayload:([Ljava/lang/Object;)Ljava/util/List;
            aload 2 /* handler */
            invokevirtual io.vertx.redis.impl.RedisClientImpl.sendLong:(Lio/vertx/redis/client/Command;Ljava/util/List;Lio/vertx/core/Handler;)V
         1: .line 602
            aload 0 /* this */
            areturn
        end local 2 // io.vertx.core.Handler handler
        end local 1 // java.lang.String key
        end local 0 // io.vertx.redis.impl.RedisClientImpl this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lio/vertx/redis/impl/RedisClientImpl;
            0    2     1      key  Ljava/lang/String;
            0    2     2  handler  Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/lang/Long;>;>;
    Signature: (Ljava/lang/String;Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/lang/Long;>;>;)Lio/vertx/redis/RedisClient;
    MethodParameters:
         Name  Flags
      key      
      handler  

  public io.vertx.redis.RedisClient decrby(java.lang.String, long, io.vertx.core.Handler<io.vertx.core.AsyncResult<java.lang.Long>>);
    descriptor: (Ljava/lang/String;JLio/vertx/core/Handler;)Lio/vertx/redis/RedisClient;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=7, locals=5, args_size=4
        start local 0 // io.vertx.redis.impl.RedisClientImpl this
        start local 1 // java.lang.String key
        start local 2 // long decrement
        start local 4 // io.vertx.core.Handler handler
         0: .line 607
            aload 0 /* this */
            getstatic io.vertx.redis.client.Command.DECRBY:Lio/vertx/redis/client/Command;
            iconst_2
            anewarray java.lang.Object
            dup
            iconst_0
            aload 1 /* key */
            aastore
            dup
            iconst_1
            lload 2 /* decrement */
            invokestatic java.lang.Long.valueOf:(J)Ljava/lang/Long;
            aastore
            invokestatic io.vertx.redis.impl.RedisClientImpl.toPayload:([Ljava/lang/Object;)Ljava/util/List;
            aload 4 /* handler */
            invokevirtual io.vertx.redis.impl.RedisClientImpl.sendLong:(Lio/vertx/redis/client/Command;Ljava/util/List;Lio/vertx/core/Handler;)V
         1: .line 608
            aload 0 /* this */
            areturn
        end local 4 // io.vertx.core.Handler handler
        end local 2 // long decrement
        end local 1 // java.lang.String key
        end local 0 // io.vertx.redis.impl.RedisClientImpl this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    2     0       this  Lio/vertx/redis/impl/RedisClientImpl;
            0    2     1        key  Ljava/lang/String;
            0    2     2  decrement  J
            0    2     4    handler  Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/lang/Long;>;>;
    Signature: (Ljava/lang/String;JLio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/lang/Long;>;>;)Lio/vertx/redis/RedisClient;
    MethodParameters:
           Name  Flags
      key        
      decrement  
      handler    

  public io.vertx.redis.RedisClient del(java.lang.String, io.vertx.core.Handler<io.vertx.core.AsyncResult<java.lang.Long>>);
    descriptor: (Ljava/lang/String;Lio/vertx/core/Handler;)Lio/vertx/redis/RedisClient;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=3, args_size=3
        start local 0 // io.vertx.redis.impl.RedisClientImpl this
        start local 1 // java.lang.String key
        start local 2 // io.vertx.core.Handler handler
         0: .line 613
            aload 0 /* this */
            getstatic io.vertx.redis.client.Command.DEL:Lio/vertx/redis/client/Command;
            iconst_1
            anewarray java.lang.Object
            dup
            iconst_0
            aload 1 /* key */
            aastore
            invokestatic io.vertx.redis.impl.RedisClientImpl.toPayload:([Ljava/lang/Object;)Ljava/util/List;
            aload 2 /* handler */
            invokevirtual io.vertx.redis.impl.RedisClientImpl.sendLong:(Lio/vertx/redis/client/Command;Ljava/util/List;Lio/vertx/core/Handler;)V
         1: .line 614
            aload 0 /* this */
            areturn
        end local 2 // io.vertx.core.Handler handler
        end local 1 // java.lang.String key
        end local 0 // io.vertx.redis.impl.RedisClientImpl this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lio/vertx/redis/impl/RedisClientImpl;
            0    2     1      key  Ljava/lang/String;
            0    2     2  handler  Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/lang/Long;>;>;
    Signature: (Ljava/lang/String;Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/lang/Long;>;>;)Lio/vertx/redis/RedisClient;
    MethodParameters:
         Name  Flags
      key      
      handler  

  public io.vertx.redis.RedisClient delMany(java.util.List<java.lang.String>, io.vertx.core.Handler<io.vertx.core.AsyncResult<java.lang.Long>>);
    descriptor: (Ljava/util/List;Lio/vertx/core/Handler;)Lio/vertx/redis/RedisClient;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=3, args_size=3
        start local 0 // io.vertx.redis.impl.RedisClientImpl this
        start local 1 // java.util.List keys
        start local 2 // io.vertx.core.Handler handler
         0: .line 619
            aload 0 /* this */
            getstatic io.vertx.redis.client.Command.DEL:Lio/vertx/redis/client/Command;
            iconst_1
            anewarray java.lang.Object
            dup
            iconst_0
            aload 1 /* keys */
            aastore
            invokestatic io.vertx.redis.impl.RedisClientImpl.toPayload:([Ljava/lang/Object;)Ljava/util/List;
            aload 2 /* handler */
            invokevirtual io.vertx.redis.impl.RedisClientImpl.sendLong:(Lio/vertx/redis/client/Command;Ljava/util/List;Lio/vertx/core/Handler;)V
         1: .line 620
            aload 0 /* this */
            areturn
        end local 2 // io.vertx.core.Handler handler
        end local 1 // java.util.List keys
        end local 0 // io.vertx.redis.impl.RedisClientImpl this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lio/vertx/redis/impl/RedisClientImpl;
            0    2     1     keys  Ljava/util/List<Ljava/lang/String;>;
            0    2     2  handler  Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/lang/Long;>;>;
    Signature: (Ljava/util/List<Ljava/lang/String;>;Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/lang/Long;>;>;)Lio/vertx/redis/RedisClient;
    MethodParameters:
         Name  Flags
      keys     
      handler  

  public io.vertx.redis.RedisClient dump(java.lang.String, io.vertx.core.Handler<io.vertx.core.AsyncResult<java.lang.String>>);
    descriptor: (Ljava/lang/String;Lio/vertx/core/Handler;)Lio/vertx/redis/RedisClient;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=3, args_size=3
        start local 0 // io.vertx.redis.impl.RedisClientImpl this
        start local 1 // java.lang.String key
        start local 2 // io.vertx.core.Handler handler
         0: .line 625
            aload 0 /* this */
            getstatic io.vertx.redis.client.Command.DUMP:Lio/vertx/redis/client/Command;
            iconst_1
            anewarray java.lang.Object
            dup
            iconst_0
            aload 1 /* key */
            aastore
            invokestatic io.vertx.redis.impl.RedisClientImpl.toPayload:([Ljava/lang/Object;)Ljava/util/List;
            aload 2 /* handler */
            invokedynamic handle(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/impl/RedisClientImpl.lambda$12(Lio/vertx/core/Handler;Lio/vertx/core/AsyncResult;)V (6)
                  (Lio/vertx/core/AsyncResult;)V
            invokevirtual io.vertx.redis.impl.RedisClientImpl.sendString:(Lio/vertx/redis/client/Command;Ljava/util/List;Lio/vertx/core/Handler;)V
         1: .line 632
            aload 0 /* this */
            areturn
        end local 2 // io.vertx.core.Handler handler
        end local 1 // java.lang.String key
        end local 0 // io.vertx.redis.impl.RedisClientImpl this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lio/vertx/redis/impl/RedisClientImpl;
            0    2     1      key  Ljava/lang/String;
            0    2     2  handler  Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/lang/String;>;>;
    Signature: (Ljava/lang/String;Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/lang/String;>;>;)Lio/vertx/redis/RedisClient;
    MethodParameters:
         Name  Flags
      key      
      handler  

  public io.vertx.redis.RedisClient echo(java.lang.String, io.vertx.core.Handler<io.vertx.core.AsyncResult<java.lang.String>>);
    descriptor: (Ljava/lang/String;Lio/vertx/core/Handler;)Lio/vertx/redis/RedisClient;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=3, args_size=3
        start local 0 // io.vertx.redis.impl.RedisClientImpl this
        start local 1 // java.lang.String message
        start local 2 // io.vertx.core.Handler handler
         0: .line 637
            aload 0 /* this */
            getstatic io.vertx.redis.client.Command.ECHO:Lio/vertx/redis/client/Command;
            iconst_1
            anewarray java.lang.Object
            dup
            iconst_0
            aload 1 /* message */
            aastore
            invokestatic io.vertx.redis.impl.RedisClientImpl.toPayload:([Ljava/lang/Object;)Ljava/util/List;
            aload 2 /* handler */
            invokevirtual io.vertx.redis.impl.RedisClientImpl.sendString:(Lio/vertx/redis/client/Command;Ljava/util/List;Lio/vertx/core/Handler;)V
         1: .line 638
            aload 0 /* this */
            areturn
        end local 2 // io.vertx.core.Handler handler
        end local 1 // java.lang.String message
        end local 0 // io.vertx.redis.impl.RedisClientImpl this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lio/vertx/redis/impl/RedisClientImpl;
            0    2     1  message  Ljava/lang/String;
            0    2     2  handler  Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/lang/String;>;>;
    Signature: (Ljava/lang/String;Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/lang/String;>;>;)Lio/vertx/redis/RedisClient;
    MethodParameters:
         Name  Flags
      message  
      handler  

  public io.vertx.redis.RedisClient eval(java.lang.String, java.util.List<java.lang.String>, java.util.List<java.lang.String>, io.vertx.core.Handler<io.vertx.core.AsyncResult<io.vertx.core.json.JsonArray>>);
    descriptor: (Ljava/lang/String;Ljava/util/List;Ljava/util/List;Lio/vertx/core/Handler;)Lio/vertx/redis/RedisClient;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=5, args_size=5
        start local 0 // io.vertx.redis.impl.RedisClientImpl this
        start local 1 // java.lang.String script
        start local 2 // java.util.List keys
        start local 3 // java.util.List args
        start local 4 // io.vertx.core.Handler handler
         0: .line 643
            aload 2 /* keys */
            ifnull 1
            aload 2 /* keys */
            goto 2
      StackMap locals:
      StackMap stack:
         1: invokestatic java.util.Collections.emptyList:()Ljava/util/List;
      StackMap locals:
      StackMap stack: java.util.List
         2: astore 2 /* keys */
         3: .line 644
            aload 3 /* args */
            ifnull 4
            aload 3 /* args */
            goto 5
      StackMap locals:
      StackMap stack:
         4: invokestatic java.util.Collections.emptyList:()Ljava/util/List;
      StackMap locals:
      StackMap stack: java.util.List
         5: astore 3 /* args */
         6: .line 645
            aload 0 /* this */
            getstatic io.vertx.redis.client.Command.EVAL:Lio/vertx/redis/client/Command;
            iconst_4
            anewarray java.lang.Object
            dup
            iconst_0
            aload 1 /* script */
            aastore
            dup
            iconst_1
            aload 2 /* keys */
            invokeinterface java.util.List.size:()I
            invokestatic java.lang.Integer.valueOf:(I)Ljava/lang/Integer;
            aastore
            dup
            iconst_2
            aload 2 /* keys */
            aastore
            dup
            iconst_3
            aload 3 /* args */
            aastore
            invokestatic io.vertx.redis.impl.RedisClientImpl.toPayload:([Ljava/lang/Object;)Ljava/util/List;
            aload 4 /* handler */
            invokevirtual io.vertx.redis.impl.RedisClientImpl.sendJsonArray:(Lio/vertx/redis/client/Command;Ljava/util/List;Lio/vertx/core/Handler;)V
         7: .line 646
            aload 0 /* this */
            areturn
        end local 4 // io.vertx.core.Handler handler
        end local 3 // java.util.List args
        end local 2 // java.util.List keys
        end local 1 // java.lang.String script
        end local 0 // io.vertx.redis.impl.RedisClientImpl this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    8     0     this  Lio/vertx/redis/impl/RedisClientImpl;
            0    8     1   script  Ljava/lang/String;
            0    8     2     keys  Ljava/util/List<Ljava/lang/String;>;
            0    8     3     args  Ljava/util/List<Ljava/lang/String;>;
            0    8     4  handler  Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Lio/vertx/core/json/JsonArray;>;>;
    Signature: (Ljava/lang/String;Ljava/util/List<Ljava/lang/String;>;Ljava/util/List<Ljava/lang/String;>;Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Lio/vertx/core/json/JsonArray;>;>;)Lio/vertx/redis/RedisClient;
    MethodParameters:
         Name  Flags
      script   
      keys     
      args     
      handler  

  public io.vertx.redis.RedisClient evalsha(java.lang.String, java.util.List<java.lang.String>, java.util.List<java.lang.String>, io.vertx.core.Handler<io.vertx.core.AsyncResult<io.vertx.core.json.JsonArray>>);
    descriptor: (Ljava/lang/String;Ljava/util/List;Ljava/util/List;Lio/vertx/core/Handler;)Lio/vertx/redis/RedisClient;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=5, args_size=5
        start local 0 // io.vertx.redis.impl.RedisClientImpl this
        start local 1 // java.lang.String sha1
        start local 2 // java.util.List keys
        start local 3 // java.util.List args
        start local 4 // io.vertx.core.Handler handler
         0: .line 651
            aload 2 /* keys */
            ifnull 1
            aload 2 /* keys */
            goto 2
      StackMap locals:
      StackMap stack:
         1: invokestatic java.util.Collections.emptyList:()Ljava/util/List;
      StackMap locals:
      StackMap stack: java.util.List
         2: astore 2 /* keys */
         3: .line 652
            aload 3 /* args */
            ifnull 4
            aload 3 /* args */
            goto 5
      StackMap locals:
      StackMap stack:
         4: invokestatic java.util.Collections.emptyList:()Ljava/util/List;
      StackMap locals:
      StackMap stack: java.util.List
         5: astore 3 /* args */
         6: .line 653
            aload 0 /* this */
            getstatic io.vertx.redis.client.Command.EVALSHA:Lio/vertx/redis/client/Command;
            iconst_4
            anewarray java.lang.Object
            dup
            iconst_0
            aload 1 /* sha1 */
            aastore
            dup
            iconst_1
            aload 2 /* keys */
            invokeinterface java.util.List.size:()I
            invokestatic java.lang.Integer.valueOf:(I)Ljava/lang/Integer;
            aastore
            dup
            iconst_2
            aload 2 /* keys */
            aastore
            dup
            iconst_3
            aload 3 /* args */
            aastore
            invokestatic io.vertx.redis.impl.RedisClientImpl.toPayload:([Ljava/lang/Object;)Ljava/util/List;
            aload 4 /* handler */
            invokevirtual io.vertx.redis.impl.RedisClientImpl.sendJsonArray:(Lio/vertx/redis/client/Command;Ljava/util/List;Lio/vertx/core/Handler;)V
         7: .line 654
            aload 0 /* this */
            areturn
        end local 4 // io.vertx.core.Handler handler
        end local 3 // java.util.List args
        end local 2 // java.util.List keys
        end local 1 // java.lang.String sha1
        end local 0 // io.vertx.redis.impl.RedisClientImpl this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    8     0     this  Lio/vertx/redis/impl/RedisClientImpl;
            0    8     1     sha1  Ljava/lang/String;
            0    8     2     keys  Ljava/util/List<Ljava/lang/String;>;
            0    8     3     args  Ljava/util/List<Ljava/lang/String;>;
            0    8     4  handler  Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Lio/vertx/core/json/JsonArray;>;>;
    Signature: (Ljava/lang/String;Ljava/util/List<Ljava/lang/String;>;Ljava/util/List<Ljava/lang/String;>;Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Lio/vertx/core/json/JsonArray;>;>;)Lio/vertx/redis/RedisClient;
    MethodParameters:
         Name  Flags
      sha1     
      keys     
      args     
      handler  

  public io.vertx.redis.RedisClient evalScript(io.vertx.redis.Script, java.util.List<java.lang.String>, java.util.List<java.lang.String>, io.vertx.core.Handler<io.vertx.core.AsyncResult<io.vertx.core.json.JsonArray>>);
    descriptor: (Lio/vertx/redis/Script;Ljava/util/List;Ljava/util/List;Lio/vertx/core/Handler;)Lio/vertx/redis/RedisClient;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=9, locals=5, args_size=5
        start local 0 // io.vertx.redis.impl.RedisClientImpl this
        start local 1 // io.vertx.redis.Script script
        start local 2 // java.util.List keys
        start local 3 // java.util.List args
        start local 4 // io.vertx.core.Handler handler
         0: .line 659
            aload 0 /* this */
            aload 1 /* script */
            invokeinterface io.vertx.redis.Script.getSha1:()Ljava/lang/String;
            aload 2 /* keys */
            aload 3 /* args */
            aload 0 /* this */
            aload 1 /* script */
            aload 2 /* keys */
            aload 3 /* args */
            aload 4 /* handler */
            invokedynamic handle(Lio/vertx/redis/impl/RedisClientImpl;Lio/vertx/redis/Script;Ljava/util/List;Ljava/util/List;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/impl/RedisClientImpl.lambda$13(Lio/vertx/redis/Script;Ljava/util/List;Ljava/util/List;Lio/vertx/core/Handler;Lio/vertx/core/AsyncResult;)V (7)
                  (Lio/vertx/core/AsyncResult;)V
            invokevirtual io.vertx.redis.impl.RedisClientImpl.evalsha:(Ljava/lang/String;Ljava/util/List;Ljava/util/List;Lio/vertx/core/Handler;)Lio/vertx/redis/RedisClient;
            pop
         1: .line 666
            aload 0 /* this */
            areturn
        end local 4 // io.vertx.core.Handler handler
        end local 3 // java.util.List args
        end local 2 // java.util.List keys
        end local 1 // io.vertx.redis.Script script
        end local 0 // io.vertx.redis.impl.RedisClientImpl this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lio/vertx/redis/impl/RedisClientImpl;
            0    2     1   script  Lio/vertx/redis/Script;
            0    2     2     keys  Ljava/util/List<Ljava/lang/String;>;
            0    2     3     args  Ljava/util/List<Ljava/lang/String;>;
            0    2     4  handler  Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Lio/vertx/core/json/JsonArray;>;>;
    Signature: (Lio/vertx/redis/Script;Ljava/util/List<Ljava/lang/String;>;Ljava/util/List<Ljava/lang/String;>;Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Lio/vertx/core/json/JsonArray;>;>;)Lio/vertx/redis/RedisClient;
    MethodParameters:
         Name  Flags
      script   
      keys     
      args     
      handler  

  public io.vertx.redis.RedisClient exists(java.lang.String, io.vertx.core.Handler<io.vertx.core.AsyncResult<java.lang.Long>>);
    descriptor: (Ljava/lang/String;Lio/vertx/core/Handler;)Lio/vertx/redis/RedisClient;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=3, args_size=3
        start local 0 // io.vertx.redis.impl.RedisClientImpl this
        start local 1 // java.lang.String key
        start local 2 // io.vertx.core.Handler handler
         0: .line 671
            aload 0 /* this */
            getstatic io.vertx.redis.client.Command.EXISTS:Lio/vertx/redis/client/Command;
            iconst_1
            anewarray java.lang.Object
            dup
            iconst_0
            aload 1 /* key */
            aastore
            invokestatic io.vertx.redis.impl.RedisClientImpl.toPayload:([Ljava/lang/Object;)Ljava/util/List;
            aload 2 /* handler */
            invokevirtual io.vertx.redis.impl.RedisClientImpl.sendLong:(Lio/vertx/redis/client/Command;Ljava/util/List;Lio/vertx/core/Handler;)V
         1: .line 672
            aload 0 /* this */
            areturn
        end local 2 // io.vertx.core.Handler handler
        end local 1 // java.lang.String key
        end local 0 // io.vertx.redis.impl.RedisClientImpl this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lio/vertx/redis/impl/RedisClientImpl;
            0    2     1      key  Ljava/lang/String;
            0    2     2  handler  Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/lang/Long;>;>;
    Signature: (Ljava/lang/String;Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/lang/Long;>;>;)Lio/vertx/redis/RedisClient;
    MethodParameters:
         Name  Flags
      key      
      handler  

  public io.vertx.redis.RedisClient existsMany(java.util.List<java.lang.String>, io.vertx.core.Handler<io.vertx.core.AsyncResult<java.lang.Long>>);
    descriptor: (Ljava/util/List;Lio/vertx/core/Handler;)Lio/vertx/redis/RedisClient;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=3, args_size=3
        start local 0 // io.vertx.redis.impl.RedisClientImpl this
        start local 1 // java.util.List keys
        start local 2 // io.vertx.core.Handler handler
         0: .line 677
            aload 0 /* this */
            getstatic io.vertx.redis.client.Command.EXISTS:Lio/vertx/redis/client/Command;
            iconst_1
            anewarray java.lang.Object
            dup
            iconst_0
            aload 1 /* keys */
            aastore
            invokestatic io.vertx.redis.impl.RedisClientImpl.toPayload:([Ljava/lang/Object;)Ljava/util/List;
            aload 2 /* handler */
            invokevirtual io.vertx.redis.impl.RedisClientImpl.sendLong:(Lio/vertx/redis/client/Command;Ljava/util/List;Lio/vertx/core/Handler;)V
         1: .line 678
            aload 0 /* this */
            areturn
        end local 2 // io.vertx.core.Handler handler
        end local 1 // java.util.List keys
        end local 0 // io.vertx.redis.impl.RedisClientImpl this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lio/vertx/redis/impl/RedisClientImpl;
            0    2     1     keys  Ljava/util/List<Ljava/lang/String;>;
            0    2     2  handler  Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/lang/Long;>;>;
    Signature: (Ljava/util/List<Ljava/lang/String;>;Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/lang/Long;>;>;)Lio/vertx/redis/RedisClient;
    MethodParameters:
         Name  Flags
      keys     
      handler  

  public io.vertx.redis.RedisClient expire(java.lang.String, long, io.vertx.core.Handler<io.vertx.core.AsyncResult<java.lang.Long>>);
    descriptor: (Ljava/lang/String;JLio/vertx/core/Handler;)Lio/vertx/redis/RedisClient;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=7, locals=5, args_size=4
        start local 0 // io.vertx.redis.impl.RedisClientImpl this
        start local 1 // java.lang.String key
        start local 2 // long seconds
        start local 4 // io.vertx.core.Handler handler
         0: .line 683
            aload 0 /* this */
            getstatic io.vertx.redis.client.Command.EXPIRE:Lio/vertx/redis/client/Command;
            iconst_2
            anewarray java.lang.Object
            dup
            iconst_0
            aload 1 /* key */
            aastore
            dup
            iconst_1
            lload 2 /* seconds */
            invokestatic java.lang.Long.valueOf:(J)Ljava/lang/Long;
            aastore
            invokestatic io.vertx.redis.impl.RedisClientImpl.toPayload:([Ljava/lang/Object;)Ljava/util/List;
            aload 4 /* handler */
            invokevirtual io.vertx.redis.impl.RedisClientImpl.sendLong:(Lio/vertx/redis/client/Command;Ljava/util/List;Lio/vertx/core/Handler;)V
         1: .line 684
            aload 0 /* this */
            areturn
        end local 4 // io.vertx.core.Handler handler
        end local 2 // long seconds
        end local 1 // java.lang.String key
        end local 0 // io.vertx.redis.impl.RedisClientImpl this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lio/vertx/redis/impl/RedisClientImpl;
            0    2     1      key  Ljava/lang/String;
            0    2     2  seconds  J
            0    2     4  handler  Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/lang/Long;>;>;
    Signature: (Ljava/lang/String;JLio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/lang/Long;>;>;)Lio/vertx/redis/RedisClient;
    MethodParameters:
         Name  Flags
      key      
      seconds  
      handler  

  public io.vertx.redis.RedisClient expireat(java.lang.String, long, io.vertx.core.Handler<io.vertx.core.AsyncResult<java.lang.Long>>);
    descriptor: (Ljava/lang/String;JLio/vertx/core/Handler;)Lio/vertx/redis/RedisClient;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=7, locals=5, args_size=4
        start local 0 // io.vertx.redis.impl.RedisClientImpl this
        start local 1 // java.lang.String key
        start local 2 // long seconds
        start local 4 // io.vertx.core.Handler handler
         0: .line 689
            aload 0 /* this */
            getstatic io.vertx.redis.client.Command.EXPIREAT:Lio/vertx/redis/client/Command;
            iconst_2
            anewarray java.lang.Object
            dup
            iconst_0
            aload 1 /* key */
            aastore
            dup
            iconst_1
            lload 2 /* seconds */
            invokestatic java.lang.Long.valueOf:(J)Ljava/lang/Long;
            aastore
            invokestatic io.vertx.redis.impl.RedisClientImpl.toPayload:([Ljava/lang/Object;)Ljava/util/List;
            aload 4 /* handler */
            invokevirtual io.vertx.redis.impl.RedisClientImpl.sendLong:(Lio/vertx/redis/client/Command;Ljava/util/List;Lio/vertx/core/Handler;)V
         1: .line 690
            aload 0 /* this */
            areturn
        end local 4 // io.vertx.core.Handler handler
        end local 2 // long seconds
        end local 1 // java.lang.String key
        end local 0 // io.vertx.redis.impl.RedisClientImpl this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lio/vertx/redis/impl/RedisClientImpl;
            0    2     1      key  Ljava/lang/String;
            0    2     2  seconds  J
            0    2     4  handler  Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/lang/Long;>;>;
    Signature: (Ljava/lang/String;JLio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/lang/Long;>;>;)Lio/vertx/redis/RedisClient;
    MethodParameters:
         Name  Flags
      key      
      seconds  
      handler  

  public io.vertx.redis.RedisClient flushall(io.vertx.core.Handler<io.vertx.core.AsyncResult<java.lang.String>>);
    descriptor: (Lio/vertx/core/Handler;)Lio/vertx/redis/RedisClient;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=2, args_size=2
        start local 0 // io.vertx.redis.impl.RedisClientImpl this
        start local 1 // io.vertx.core.Handler handler
         0: .line 695
            aload 0 /* this */
            getstatic io.vertx.redis.client.Command.FLUSHALL:Lio/vertx/redis/client/Command;
            aconst_null
            aload 1 /* handler */
            invokevirtual io.vertx.redis.impl.RedisClientImpl.sendString:(Lio/vertx/redis/client/Command;Ljava/util/List;Lio/vertx/core/Handler;)V
         1: .line 696
            aload 0 /* this */
            areturn
        end local 1 // io.vertx.core.Handler handler
        end local 0 // io.vertx.redis.impl.RedisClientImpl this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lio/vertx/redis/impl/RedisClientImpl;
            0    2     1  handler  Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/lang/String;>;>;
    Signature: (Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/lang/String;>;>;)Lio/vertx/redis/RedisClient;
    MethodParameters:
         Name  Flags
      handler  

  public io.vertx.redis.RedisClient flushdb(io.vertx.core.Handler<io.vertx.core.AsyncResult<java.lang.String>>);
    descriptor: (Lio/vertx/core/Handler;)Lio/vertx/redis/RedisClient;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=2, args_size=2
        start local 0 // io.vertx.redis.impl.RedisClientImpl this
        start local 1 // io.vertx.core.Handler handler
         0: .line 701
            aload 0 /* this */
            getstatic io.vertx.redis.client.Command.FLUSHDB:Lio/vertx/redis/client/Command;
            aconst_null
            aload 1 /* handler */
            invokevirtual io.vertx.redis.impl.RedisClientImpl.sendString:(Lio/vertx/redis/client/Command;Ljava/util/List;Lio/vertx/core/Handler;)V
         1: .line 702
            aload 0 /* this */
            areturn
        end local 1 // io.vertx.core.Handler handler
        end local 0 // io.vertx.redis.impl.RedisClientImpl this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lio/vertx/redis/impl/RedisClientImpl;
            0    2     1  handler  Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/lang/String;>;>;
    Signature: (Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/lang/String;>;>;)Lio/vertx/redis/RedisClient;
    MethodParameters:
         Name  Flags
      handler  

  public io.vertx.redis.RedisClient get(java.lang.String, io.vertx.core.Handler<io.vertx.core.AsyncResult<java.lang.String>>);
    descriptor: (Ljava/lang/String;Lio/vertx/core/Handler;)Lio/vertx/redis/RedisClient;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=3, args_size=3
        start local 0 // io.vertx.redis.impl.RedisClientImpl this
        start local 1 // java.lang.String key
        start local 2 // io.vertx.core.Handler handler
         0: .line 707
            aload 0 /* this */
            getstatic io.vertx.redis.client.Command.GET:Lio/vertx/redis/client/Command;
            iconst_1
            anewarray java.lang.Object
            dup
            iconst_0
            aload 1 /* key */
            aastore
            invokestatic io.vertx.redis.impl.RedisClientImpl.toPayload:([Ljava/lang/Object;)Ljava/util/List;
            aload 2 /* handler */
            invokevirtual io.vertx.redis.impl.RedisClientImpl.sendString:(Lio/vertx/redis/client/Command;Ljava/util/List;Lio/vertx/core/Handler;)V
         1: .line 708
            aload 0 /* this */
            areturn
        end local 2 // io.vertx.core.Handler handler
        end local 1 // java.lang.String key
        end local 0 // io.vertx.redis.impl.RedisClientImpl this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lio/vertx/redis/impl/RedisClientImpl;
            0    2     1      key  Ljava/lang/String;
            0    2     2  handler  Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/lang/String;>;>;
    Signature: (Ljava/lang/String;Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/lang/String;>;>;)Lio/vertx/redis/RedisClient;
    MethodParameters:
         Name  Flags
      key      
      handler  

  public io.vertx.redis.RedisClient getBinary(java.lang.String, io.vertx.core.Handler<io.vertx.core.AsyncResult<io.vertx.core.buffer.Buffer>>);
    descriptor: (Ljava/lang/String;Lio/vertx/core/Handler;)Lio/vertx/redis/RedisClient;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=3, args_size=3
        start local 0 // io.vertx.redis.impl.RedisClientImpl this
        start local 1 // java.lang.String key
        start local 2 // io.vertx.core.Handler handler
         0: .line 713
            aload 0 /* this */
            getstatic io.vertx.redis.client.Command.GET:Lio/vertx/redis/client/Command;
            iconst_1
            anewarray java.lang.Object
            dup
            iconst_0
            aload 1 /* key */
            aastore
            invokestatic io.vertx.redis.impl.RedisClientImpl.toPayload:([Ljava/lang/Object;)Ljava/util/List;
            aload 2 /* handler */
            invokevirtual io.vertx.redis.impl.RedisClientImpl.sendBuffer:(Lio/vertx/redis/client/Command;Ljava/util/List;Lio/vertx/core/Handler;)V
         1: .line 714
            aload 0 /* this */
            areturn
        end local 2 // io.vertx.core.Handler handler
        end local 1 // java.lang.String key
        end local 0 // io.vertx.redis.impl.RedisClientImpl this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lio/vertx/redis/impl/RedisClientImpl;
            0    2     1      key  Ljava/lang/String;
            0    2     2  handler  Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Lio/vertx/core/buffer/Buffer;>;>;
    Signature: (Ljava/lang/String;Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Lio/vertx/core/buffer/Buffer;>;>;)Lio/vertx/redis/RedisClient;
    MethodParameters:
         Name  Flags
      key      
      handler  

  public io.vertx.redis.RedisClient getbit(java.lang.String, long, io.vertx.core.Handler<io.vertx.core.AsyncResult<java.lang.Long>>);
    descriptor: (Ljava/lang/String;JLio/vertx/core/Handler;)Lio/vertx/redis/RedisClient;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=7, locals=5, args_size=4
        start local 0 // io.vertx.redis.impl.RedisClientImpl this
        start local 1 // java.lang.String key
        start local 2 // long offset
        start local 4 // io.vertx.core.Handler handler
         0: .line 719
            aload 0 /* this */
            getstatic io.vertx.redis.client.Command.GETBIT:Lio/vertx/redis/client/Command;
            iconst_2
            anewarray java.lang.Object
            dup
            iconst_0
            aload 1 /* key */
            aastore
            dup
            iconst_1
            lload 2 /* offset */
            invokestatic java.lang.Long.valueOf:(J)Ljava/lang/Long;
            aastore
            invokestatic io.vertx.redis.impl.RedisClientImpl.toPayload:([Ljava/lang/Object;)Ljava/util/List;
            aload 4 /* handler */
            invokevirtual io.vertx.redis.impl.RedisClientImpl.sendLong:(Lio/vertx/redis/client/Command;Ljava/util/List;Lio/vertx/core/Handler;)V
         1: .line 720
            aload 0 /* this */
            areturn
        end local 4 // io.vertx.core.Handler handler
        end local 2 // long offset
        end local 1 // java.lang.String key
        end local 0 // io.vertx.redis.impl.RedisClientImpl this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lio/vertx/redis/impl/RedisClientImpl;
            0    2     1      key  Ljava/lang/String;
            0    2     2   offset  J
            0    2     4  handler  Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/lang/Long;>;>;
    Signature: (Ljava/lang/String;JLio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/lang/Long;>;>;)Lio/vertx/redis/RedisClient;
    MethodParameters:
         Name  Flags
      key      
      offset   
      handler  

  public io.vertx.redis.RedisClient getrange(java.lang.String, long, long, io.vertx.core.Handler<io.vertx.core.AsyncResult<java.lang.String>>);
    descriptor: (Ljava/lang/String;JJLio/vertx/core/Handler;)Lio/vertx/redis/RedisClient;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=7, locals=7, args_size=5
        start local 0 // io.vertx.redis.impl.RedisClientImpl this
        start local 1 // java.lang.String key
        start local 2 // long start
        start local 4 // long end
        start local 6 // io.vertx.core.Handler handler
         0: .line 725
            aload 0 /* this */
            getstatic io.vertx.redis.client.Command.GETRANGE:Lio/vertx/redis/client/Command;
            iconst_3
            anewarray java.lang.Object
            dup
            iconst_0
            aload 1 /* key */
            aastore
            dup
            iconst_1
            lload 2 /* start */
            invokestatic java.lang.Long.valueOf:(J)Ljava/lang/Long;
            aastore
            dup
            iconst_2
            lload 4 /* end */
            invokestatic java.lang.Long.valueOf:(J)Ljava/lang/Long;
            aastore
            invokestatic io.vertx.redis.impl.RedisClientImpl.toPayload:([Ljava/lang/Object;)Ljava/util/List;
            aload 6 /* handler */
            invokevirtual io.vertx.redis.impl.RedisClientImpl.sendString:(Lio/vertx/redis/client/Command;Ljava/util/List;Lio/vertx/core/Handler;)V
         1: .line 726
            aload 0 /* this */
            areturn
        end local 6 // io.vertx.core.Handler handler
        end local 4 // long end
        end local 2 // long start
        end local 1 // java.lang.String key
        end local 0 // io.vertx.redis.impl.RedisClientImpl this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lio/vertx/redis/impl/RedisClientImpl;
            0    2     1      key  Ljava/lang/String;
            0    2     2    start  J
            0    2     4      end  J
            0    2     6  handler  Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/lang/String;>;>;
    Signature: (Ljava/lang/String;JJLio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/lang/String;>;>;)Lio/vertx/redis/RedisClient;
    MethodParameters:
         Name  Flags
      key      
      start    
      end      
      handler  

  public io.vertx.redis.RedisClient getset(java.lang.String, java.lang.String, io.vertx.core.Handler<io.vertx.core.AsyncResult<java.lang.String>>);
    descriptor: (Ljava/lang/String;Ljava/lang/String;Lio/vertx/core/Handler;)Lio/vertx/redis/RedisClient;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=4, args_size=4
        start local 0 // io.vertx.redis.impl.RedisClientImpl this
        start local 1 // java.lang.String key
        start local 2 // java.lang.String value
        start local 3 // io.vertx.core.Handler handler
         0: .line 731
            aload 0 /* this */
            getstatic io.vertx.redis.client.Command.GETSET:Lio/vertx/redis/client/Command;
            iconst_2
            anewarray java.lang.Object
            dup
            iconst_0
            aload 1 /* key */
            aastore
            dup
            iconst_1
            aload 2 /* value */
            aastore
            invokestatic io.vertx.redis.impl.RedisClientImpl.toPayload:([Ljava/lang/Object;)Ljava/util/List;
            aload 3 /* handler */
            invokevirtual io.vertx.redis.impl.RedisClientImpl.sendString:(Lio/vertx/redis/client/Command;Ljava/util/List;Lio/vertx/core/Handler;)V
         1: .line 732
            aload 0 /* this */
            areturn
        end local 3 // io.vertx.core.Handler handler
        end local 2 // java.lang.String value
        end local 1 // java.lang.String key
        end local 0 // io.vertx.redis.impl.RedisClientImpl this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lio/vertx/redis/impl/RedisClientImpl;
            0    2     1      key  Ljava/lang/String;
            0    2     2    value  Ljava/lang/String;
            0    2     3  handler  Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/lang/String;>;>;
    Signature: (Ljava/lang/String;Ljava/lang/String;Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/lang/String;>;>;)Lio/vertx/redis/RedisClient;
    MethodParameters:
         Name  Flags
      key      
      value    
      handler  

  public io.vertx.redis.RedisClient hdel(java.lang.String, java.lang.String, io.vertx.core.Handler<io.vertx.core.AsyncResult<java.lang.Long>>);
    descriptor: (Ljava/lang/String;Ljava/lang/String;Lio/vertx/core/Handler;)Lio/vertx/redis/RedisClient;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=4, args_size=4
        start local 0 // io.vertx.redis.impl.RedisClientImpl this
        start local 1 // java.lang.String key
        start local 2 // java.lang.String field
        start local 3 // io.vertx.core.Handler handler
         0: .line 737
            aload 0 /* this */
            getstatic io.vertx.redis.client.Command.HDEL:Lio/vertx/redis/client/Command;
            iconst_2
            anewarray java.lang.Object
            dup
            iconst_0
            aload 1 /* key */
            aastore
            dup
            iconst_1
            aload 2 /* field */
            aastore
            invokestatic io.vertx.redis.impl.RedisClientImpl.toPayload:([Ljava/lang/Object;)Ljava/util/List;
            aload 3 /* handler */
            invokevirtual io.vertx.redis.impl.RedisClientImpl.sendLong:(Lio/vertx/redis/client/Command;Ljava/util/List;Lio/vertx/core/Handler;)V
         1: .line 738
            aload 0 /* this */
            areturn
        end local 3 // io.vertx.core.Handler handler
        end local 2 // java.lang.String field
        end local 1 // java.lang.String key
        end local 0 // io.vertx.redis.impl.RedisClientImpl this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lio/vertx/redis/impl/RedisClientImpl;
            0    2     1      key  Ljava/lang/String;
            0    2     2    field  Ljava/lang/String;
            0    2     3  handler  Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/lang/Long;>;>;
    Signature: (Ljava/lang/String;Ljava/lang/String;Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/lang/Long;>;>;)Lio/vertx/redis/RedisClient;
    MethodParameters:
         Name  Flags
      key      
      field    
      handler  

  public io.vertx.redis.RedisClient hdelMany(java.lang.String, java.util.List<java.lang.String>, io.vertx.core.Handler<io.vertx.core.AsyncResult<java.lang.Long>>);
    descriptor: (Ljava/lang/String;Ljava/util/List;Lio/vertx/core/Handler;)Lio/vertx/redis/RedisClient;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=4, args_size=4
        start local 0 // io.vertx.redis.impl.RedisClientImpl this
        start local 1 // java.lang.String key
        start local 2 // java.util.List fields
        start local 3 // io.vertx.core.Handler handler
         0: .line 743
            aload 0 /* this */
            getstatic io.vertx.redis.client.Command.HDEL:Lio/vertx/redis/client/Command;
            iconst_2
            anewarray java.lang.Object
            dup
            iconst_0
            aload 1 /* key */
            aastore
            dup
            iconst_1
            aload 2 /* fields */
            aastore
            invokestatic io.vertx.redis.impl.RedisClientImpl.toPayload:([Ljava/lang/Object;)Ljava/util/List;
            aload 3 /* handler */
            invokevirtual io.vertx.redis.impl.RedisClientImpl.sendLong:(Lio/vertx/redis/client/Command;Ljava/util/List;Lio/vertx/core/Handler;)V
         1: .line 744
            aload 0 /* this */
            areturn
        end local 3 // io.vertx.core.Handler handler
        end local 2 // java.util.List fields
        end local 1 // java.lang.String key
        end local 0 // io.vertx.redis.impl.RedisClientImpl this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lio/vertx/redis/impl/RedisClientImpl;
            0    2     1      key  Ljava/lang/String;
            0    2     2   fields  Ljava/util/List<Ljava/lang/String;>;
            0    2     3  handler  Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/lang/Long;>;>;
    Signature: (Ljava/lang/String;Ljava/util/List<Ljava/lang/String;>;Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/lang/Long;>;>;)Lio/vertx/redis/RedisClient;
    MethodParameters:
         Name  Flags
      key      
      fields   
      handler  

  public io.vertx.redis.RedisClient hexists(java.lang.String, java.lang.String, io.vertx.core.Handler<io.vertx.core.AsyncResult<java.lang.Long>>);
    descriptor: (Ljava/lang/String;Ljava/lang/String;Lio/vertx/core/Handler;)Lio/vertx/redis/RedisClient;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=4, args_size=4
        start local 0 // io.vertx.redis.impl.RedisClientImpl this
        start local 1 // java.lang.String key
        start local 2 // java.lang.String field
        start local 3 // io.vertx.core.Handler handler
         0: .line 749
            aload 0 /* this */
            getstatic io.vertx.redis.client.Command.HEXISTS:Lio/vertx/redis/client/Command;
            iconst_2
            anewarray java.lang.Object
            dup
            iconst_0
            aload 1 /* key */
            aastore
            dup
            iconst_1
            aload 2 /* field */
            aastore
            invokestatic io.vertx.redis.impl.RedisClientImpl.toPayload:([Ljava/lang/Object;)Ljava/util/List;
            aload 3 /* handler */
            invokevirtual io.vertx.redis.impl.RedisClientImpl.sendLong:(Lio/vertx/redis/client/Command;Ljava/util/List;Lio/vertx/core/Handler;)V
         1: .line 750
            aload 0 /* this */
            areturn
        end local 3 // io.vertx.core.Handler handler
        end local 2 // java.lang.String field
        end local 1 // java.lang.String key
        end local 0 // io.vertx.redis.impl.RedisClientImpl this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lio/vertx/redis/impl/RedisClientImpl;
            0    2     1      key  Ljava/lang/String;
            0    2     2    field  Ljava/lang/String;
            0    2     3  handler  Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/lang/Long;>;>;
    Signature: (Ljava/lang/String;Ljava/lang/String;Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/lang/Long;>;>;)Lio/vertx/redis/RedisClient;
    MethodParameters:
         Name  Flags
      key      
      field    
      handler  

  public io.vertx.redis.RedisClient hget(java.lang.String, java.lang.String, io.vertx.core.Handler<io.vertx.core.AsyncResult<java.lang.String>>);
    descriptor: (Ljava/lang/String;Ljava/lang/String;Lio/vertx/core/Handler;)Lio/vertx/redis/RedisClient;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=4, args_size=4
        start local 0 // io.vertx.redis.impl.RedisClientImpl this
        start local 1 // java.lang.String key
        start local 2 // java.lang.String field
        start local 3 // io.vertx.core.Handler handler
         0: .line 755
            aload 0 /* this */
            getstatic io.vertx.redis.client.Command.HGET:Lio/vertx/redis/client/Command;
            iconst_2
            anewarray java.lang.Object
            dup
            iconst_0
            aload 1 /* key */
            aastore
            dup
            iconst_1
            aload 2 /* field */
            aastore
            invokestatic io.vertx.redis.impl.RedisClientImpl.toPayload:([Ljava/lang/Object;)Ljava/util/List;
            aload 3 /* handler */
            invokevirtual io.vertx.redis.impl.RedisClientImpl.sendString:(Lio/vertx/redis/client/Command;Ljava/util/List;Lio/vertx/core/Handler;)V
         1: .line 756
            aload 0 /* this */
            areturn
        end local 3 // io.vertx.core.Handler handler
        end local 2 // java.lang.String field
        end local 1 // java.lang.String key
        end local 0 // io.vertx.redis.impl.RedisClientImpl this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lio/vertx/redis/impl/RedisClientImpl;
            0    2     1      key  Ljava/lang/String;
            0    2     2    field  Ljava/lang/String;
            0    2     3  handler  Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/lang/String;>;>;
    Signature: (Ljava/lang/String;Ljava/lang/String;Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/lang/String;>;>;)Lio/vertx/redis/RedisClient;
    MethodParameters:
         Name  Flags
      key      
      field    
      handler  

  public io.vertx.redis.RedisClient hgetall(java.lang.String, io.vertx.core.Handler<io.vertx.core.AsyncResult<io.vertx.core.json.JsonObject>>);
    descriptor: (Ljava/lang/String;Lio/vertx/core/Handler;)Lio/vertx/redis/RedisClient;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=3, args_size=3
        start local 0 // io.vertx.redis.impl.RedisClientImpl this
        start local 1 // java.lang.String key
        start local 2 // io.vertx.core.Handler handler
         0: .line 761
            aload 0 /* this */
            getstatic io.vertx.redis.client.Command.HGETALL:Lio/vertx/redis/client/Command;
            iconst_1
            anewarray java.lang.Object
            dup
            iconst_0
            aload 1 /* key */
            aastore
            invokestatic io.vertx.redis.impl.RedisClientImpl.toPayload:([Ljava/lang/Object;)Ljava/util/List;
            aload 2 /* handler */
            invokevirtual io.vertx.redis.impl.RedisClientImpl.sendJsonObject:(Lio/vertx/redis/client/Command;Ljava/util/List;Lio/vertx/core/Handler;)V
         1: .line 762
            aload 0 /* this */
            areturn
        end local 2 // io.vertx.core.Handler handler
        end local 1 // java.lang.String key
        end local 0 // io.vertx.redis.impl.RedisClientImpl this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lio/vertx/redis/impl/RedisClientImpl;
            0    2     1      key  Ljava/lang/String;
            0    2     2  handler  Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Lio/vertx/core/json/JsonObject;>;>;
    Signature: (Ljava/lang/String;Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Lio/vertx/core/json/JsonObject;>;>;)Lio/vertx/redis/RedisClient;
    MethodParameters:
         Name  Flags
      key      
      handler  

  public io.vertx.redis.RedisClient hincrby(java.lang.String, java.lang.String, long, io.vertx.core.Handler<io.vertx.core.AsyncResult<java.lang.Long>>);
    descriptor: (Ljava/lang/String;Ljava/lang/String;JLio/vertx/core/Handler;)Lio/vertx/redis/RedisClient;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=7, locals=6, args_size=5
        start local 0 // io.vertx.redis.impl.RedisClientImpl this
        start local 1 // java.lang.String key
        start local 2 // java.lang.String field
        start local 3 // long increment
        start local 5 // io.vertx.core.Handler handler
         0: .line 767
            aload 0 /* this */
            getstatic io.vertx.redis.client.Command.HINCRBY:Lio/vertx/redis/client/Command;
            iconst_3
            anewarray java.lang.Object
            dup
            iconst_0
            aload 1 /* key */
            aastore
            dup
            iconst_1
            aload 2 /* field */
            aastore
            dup
            iconst_2
            lload 3 /* increment */
            invokestatic java.lang.Long.valueOf:(J)Ljava/lang/Long;
            aastore
            invokestatic io.vertx.redis.impl.RedisClientImpl.toPayload:([Ljava/lang/Object;)Ljava/util/List;
            aload 5 /* handler */
            invokevirtual io.vertx.redis.impl.RedisClientImpl.sendLong:(Lio/vertx/redis/client/Command;Ljava/util/List;Lio/vertx/core/Handler;)V
         1: .line 768
            aload 0 /* this */
            areturn
        end local 5 // io.vertx.core.Handler handler
        end local 3 // long increment
        end local 2 // java.lang.String field
        end local 1 // java.lang.String key
        end local 0 // io.vertx.redis.impl.RedisClientImpl this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    2     0       this  Lio/vertx/redis/impl/RedisClientImpl;
            0    2     1        key  Ljava/lang/String;
            0    2     2      field  Ljava/lang/String;
            0    2     3  increment  J
            0    2     5    handler  Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/lang/Long;>;>;
    Signature: (Ljava/lang/String;Ljava/lang/String;JLio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/lang/Long;>;>;)Lio/vertx/redis/RedisClient;
    MethodParameters:
           Name  Flags
      key        
      field      
      increment  
      handler    

  public io.vertx.redis.RedisClient hincrbyfloat(java.lang.String, java.lang.String, double, io.vertx.core.Handler<io.vertx.core.AsyncResult<java.lang.String>>);
    descriptor: (Ljava/lang/String;Ljava/lang/String;DLio/vertx/core/Handler;)Lio/vertx/redis/RedisClient;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=7, locals=6, args_size=5
        start local 0 // io.vertx.redis.impl.RedisClientImpl this
        start local 1 // java.lang.String key
        start local 2 // java.lang.String field
        start local 3 // double increment
        start local 5 // io.vertx.core.Handler handler
         0: .line 773
            aload 0 /* this */
            getstatic io.vertx.redis.client.Command.HINCRBYFLOAT:Lio/vertx/redis/client/Command;
            iconst_3
            anewarray java.lang.Object
            dup
            iconst_0
            aload 1 /* key */
            aastore
            dup
            iconst_1
            aload 2 /* field */
            aastore
            dup
            iconst_2
            dload 3 /* increment */
            invokestatic java.lang.Double.valueOf:(D)Ljava/lang/Double;
            aastore
            invokestatic io.vertx.redis.impl.RedisClientImpl.toPayload:([Ljava/lang/Object;)Ljava/util/List;
            aload 5 /* handler */
            invokevirtual io.vertx.redis.impl.RedisClientImpl.sendString:(Lio/vertx/redis/client/Command;Ljava/util/List;Lio/vertx/core/Handler;)V
         1: .line 774
            aload 0 /* this */
            areturn
        end local 5 // io.vertx.core.Handler handler
        end local 3 // double increment
        end local 2 // java.lang.String field
        end local 1 // java.lang.String key
        end local 0 // io.vertx.redis.impl.RedisClientImpl this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    2     0       this  Lio/vertx/redis/impl/RedisClientImpl;
            0    2     1        key  Ljava/lang/String;
            0    2     2      field  Ljava/lang/String;
            0    2     3  increment  D
            0    2     5    handler  Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/lang/String;>;>;
    Signature: (Ljava/lang/String;Ljava/lang/String;DLio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/lang/String;>;>;)Lio/vertx/redis/RedisClient;
    MethodParameters:
           Name  Flags
      key        
      field      
      increment  
      handler    

  public io.vertx.redis.RedisClient hkeys(java.lang.String, io.vertx.core.Handler<io.vertx.core.AsyncResult<io.vertx.core.json.JsonArray>>);
    descriptor: (Ljava/lang/String;Lio/vertx/core/Handler;)Lio/vertx/redis/RedisClient;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=3, args_size=3
        start local 0 // io.vertx.redis.impl.RedisClientImpl this
        start local 1 // java.lang.String key
        start local 2 // io.vertx.core.Handler handler
         0: .line 779
            aload 0 /* this */
            getstatic io.vertx.redis.client.Command.HKEYS:Lio/vertx/redis/client/Command;
            iconst_1
            anewarray java.lang.Object
            dup
            iconst_0
            aload 1 /* key */
            aastore
            invokestatic io.vertx.redis.impl.RedisClientImpl.toPayload:([Ljava/lang/Object;)Ljava/util/List;
            aload 2 /* handler */
            invokevirtual io.vertx.redis.impl.RedisClientImpl.sendJsonArray:(Lio/vertx/redis/client/Command;Ljava/util/List;Lio/vertx/core/Handler;)V
         1: .line 780
            aload 0 /* this */
            areturn
        end local 2 // io.vertx.core.Handler handler
        end local 1 // java.lang.String key
        end local 0 // io.vertx.redis.impl.RedisClientImpl this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lio/vertx/redis/impl/RedisClientImpl;
            0    2     1      key  Ljava/lang/String;
            0    2     2  handler  Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Lio/vertx/core/json/JsonArray;>;>;
    Signature: (Ljava/lang/String;Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Lio/vertx/core/json/JsonArray;>;>;)Lio/vertx/redis/RedisClient;
    MethodParameters:
         Name  Flags
      key      
      handler  

  public io.vertx.redis.RedisClient hlen(java.lang.String, io.vertx.core.Handler<io.vertx.core.AsyncResult<java.lang.Long>>);
    descriptor: (Ljava/lang/String;Lio/vertx/core/Handler;)Lio/vertx/redis/RedisClient;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=3, args_size=3
        start local 0 // io.vertx.redis.impl.RedisClientImpl this
        start local 1 // java.lang.String key
        start local 2 // io.vertx.core.Handler handler
         0: .line 785
            aload 0 /* this */
            getstatic io.vertx.redis.client.Command.HLEN:Lio/vertx/redis/client/Command;
            iconst_1
            anewarray java.lang.Object
            dup
            iconst_0
            aload 1 /* key */
            aastore
            invokestatic io.vertx.redis.impl.RedisClientImpl.toPayload:([Ljava/lang/Object;)Ljava/util/List;
            aload 2 /* handler */
            invokevirtual io.vertx.redis.impl.RedisClientImpl.sendLong:(Lio/vertx/redis/client/Command;Ljava/util/List;Lio/vertx/core/Handler;)V
         1: .line 786
            aload 0 /* this */
            areturn
        end local 2 // io.vertx.core.Handler handler
        end local 1 // java.lang.String key
        end local 0 // io.vertx.redis.impl.RedisClientImpl this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lio/vertx/redis/impl/RedisClientImpl;
            0    2     1      key  Ljava/lang/String;
            0    2     2  handler  Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/lang/Long;>;>;
    Signature: (Ljava/lang/String;Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/lang/Long;>;>;)Lio/vertx/redis/RedisClient;
    MethodParameters:
         Name  Flags
      key      
      handler  

  public io.vertx.redis.RedisClient hmget(java.lang.String, java.util.List<java.lang.String>, io.vertx.core.Handler<io.vertx.core.AsyncResult<io.vertx.core.json.JsonArray>>);
    descriptor: (Ljava/lang/String;Ljava/util/List;Lio/vertx/core/Handler;)Lio/vertx/redis/RedisClient;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=4, args_size=4
        start local 0 // io.vertx.redis.impl.RedisClientImpl this
        start local 1 // java.lang.String key
        start local 2 // java.util.List fields
        start local 3 // io.vertx.core.Handler handler
         0: .line 791
            aload 0 /* this */
            getstatic io.vertx.redis.client.Command.HMGET:Lio/vertx/redis/client/Command;
            iconst_2
            anewarray java.lang.Object
            dup
            iconst_0
            aload 1 /* key */
            aastore
            dup
            iconst_1
            aload 2 /* fields */
            aastore
            invokestatic io.vertx.redis.impl.RedisClientImpl.toPayload:([Ljava/lang/Object;)Ljava/util/List;
            aload 3 /* handler */
            invokevirtual io.vertx.redis.impl.RedisClientImpl.sendJsonArray:(Lio/vertx/redis/client/Command;Ljava/util/List;Lio/vertx/core/Handler;)V
         1: .line 792
            aload 0 /* this */
            areturn
        end local 3 // io.vertx.core.Handler handler
        end local 2 // java.util.List fields
        end local 1 // java.lang.String key
        end local 0 // io.vertx.redis.impl.RedisClientImpl this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lio/vertx/redis/impl/RedisClientImpl;
            0    2     1      key  Ljava/lang/String;
            0    2     2   fields  Ljava/util/List<Ljava/lang/String;>;
            0    2     3  handler  Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Lio/vertx/core/json/JsonArray;>;>;
    Signature: (Ljava/lang/String;Ljava/util/List<Ljava/lang/String;>;Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Lio/vertx/core/json/JsonArray;>;>;)Lio/vertx/redis/RedisClient;
    MethodParameters:
         Name  Flags
      key      
      fields   
      handler  

  public io.vertx.redis.RedisClient hmset(java.lang.String, io.vertx.core.json.JsonObject, io.vertx.core.Handler<io.vertx.core.AsyncResult<java.lang.String>>);
    descriptor: (Ljava/lang/String;Lio/vertx/core/json/JsonObject;Lio/vertx/core/Handler;)Lio/vertx/redis/RedisClient;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=4, args_size=4
        start local 0 // io.vertx.redis.impl.RedisClientImpl this
        start local 1 // java.lang.String key
        start local 2 // io.vertx.core.json.JsonObject values
        start local 3 // io.vertx.core.Handler handler
         0: .line 797
            aload 0 /* this */
            getstatic io.vertx.redis.client.Command.HMSET:Lio/vertx/redis/client/Command;
            iconst_2
            anewarray java.lang.Object
            dup
            iconst_0
            aload 1 /* key */
            aastore
            dup
            iconst_1
            aload 2 /* values */
            aastore
            invokestatic io.vertx.redis.impl.RedisClientImpl.toPayload:([Ljava/lang/Object;)Ljava/util/List;
            aload 3 /* handler */
            invokevirtual io.vertx.redis.impl.RedisClientImpl.sendString:(Lio/vertx/redis/client/Command;Ljava/util/List;Lio/vertx/core/Handler;)V
         1: .line 798
            aload 0 /* this */
            areturn
        end local 3 // io.vertx.core.Handler handler
        end local 2 // io.vertx.core.json.JsonObject values
        end local 1 // java.lang.String key
        end local 0 // io.vertx.redis.impl.RedisClientImpl this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lio/vertx/redis/impl/RedisClientImpl;
            0    2     1      key  Ljava/lang/String;
            0    2     2   values  Lio/vertx/core/json/JsonObject;
            0    2     3  handler  Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/lang/String;>;>;
    Signature: (Ljava/lang/String;Lio/vertx/core/json/JsonObject;Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/lang/String;>;>;)Lio/vertx/redis/RedisClient;
    MethodParameters:
         Name  Flags
      key      
      values   
      handler  

  public io.vertx.redis.RedisClient hset(java.lang.String, java.lang.String, java.lang.String, io.vertx.core.Handler<io.vertx.core.AsyncResult<java.lang.Long>>);
    descriptor: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Lio/vertx/core/Handler;)Lio/vertx/redis/RedisClient;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=5, args_size=5
        start local 0 // io.vertx.redis.impl.RedisClientImpl this
        start local 1 // java.lang.String key
        start local 2 // java.lang.String field
        start local 3 // java.lang.String value
        start local 4 // io.vertx.core.Handler handler
         0: .line 803
            aload 0 /* this */
            getstatic io.vertx.redis.client.Command.HSET:Lio/vertx/redis/client/Command;
            iconst_3
            anewarray java.lang.Object
            dup
            iconst_0
            aload 1 /* key */
            aastore
            dup
            iconst_1
            aload 2 /* field */
            aastore
            dup
            iconst_2
            aload 3 /* value */
            aastore
            invokestatic io.vertx.redis.impl.RedisClientImpl.toPayload:([Ljava/lang/Object;)Ljava/util/List;
            aload 4 /* handler */
            invokevirtual io.vertx.redis.impl.RedisClientImpl.sendLong:(Lio/vertx/redis/client/Command;Ljava/util/List;Lio/vertx/core/Handler;)V
         1: .line 804
            aload 0 /* this */
            areturn
        end local 4 // io.vertx.core.Handler handler
        end local 3 // java.lang.String value
        end local 2 // java.lang.String field
        end local 1 // java.lang.String key
        end local 0 // io.vertx.redis.impl.RedisClientImpl this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lio/vertx/redis/impl/RedisClientImpl;
            0    2     1      key  Ljava/lang/String;
            0    2     2    field  Ljava/lang/String;
            0    2     3    value  Ljava/lang/String;
            0    2     4  handler  Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/lang/Long;>;>;
    Signature: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/lang/Long;>;>;)Lio/vertx/redis/RedisClient;
    MethodParameters:
         Name  Flags
      key      
      field    
      value    
      handler  

  public io.vertx.redis.RedisClient hsetnx(java.lang.String, java.lang.String, java.lang.String, io.vertx.core.Handler<io.vertx.core.AsyncResult<java.lang.Long>>);
    descriptor: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Lio/vertx/core/Handler;)Lio/vertx/redis/RedisClient;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=5, args_size=5
        start local 0 // io.vertx.redis.impl.RedisClientImpl this
        start local 1 // java.lang.String key
        start local 2 // java.lang.String field
        start local 3 // java.lang.String value
        start local 4 // io.vertx.core.Handler handler
         0: .line 809
            aload 0 /* this */
            getstatic io.vertx.redis.client.Command.HSETNX:Lio/vertx/redis/client/Command;
            iconst_3
            anewarray java.lang.Object
            dup
            iconst_0
            aload 1 /* key */
            aastore
            dup
            iconst_1
            aload 2 /* field */
            aastore
            dup
            iconst_2
            aload 3 /* value */
            aastore
            invokestatic io.vertx.redis.impl.RedisClientImpl.toPayload:([Ljava/lang/Object;)Ljava/util/List;
            aload 4 /* handler */
            invokevirtual io.vertx.redis.impl.RedisClientImpl.sendLong:(Lio/vertx/redis/client/Command;Ljava/util/List;Lio/vertx/core/Handler;)V
         1: .line 810
            aload 0 /* this */
            areturn
        end local 4 // io.vertx.core.Handler handler
        end local 3 // java.lang.String value
        end local 2 // java.lang.String field
        end local 1 // java.lang.String key
        end local 0 // io.vertx.redis.impl.RedisClientImpl this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lio/vertx/redis/impl/RedisClientImpl;
            0    2     1      key  Ljava/lang/String;
            0    2     2    field  Ljava/lang/String;
            0    2     3    value  Ljava/lang/String;
            0    2     4  handler  Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/lang/Long;>;>;
    Signature: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/lang/Long;>;>;)Lio/vertx/redis/RedisClient;
    MethodParameters:
         Name  Flags
      key      
      field    
      value    
      handler  

  public io.vertx.redis.RedisClient hvals(java.lang.String, io.vertx.core.Handler<io.vertx.core.AsyncResult<io.vertx.core.json.JsonArray>>);
    descriptor: (Ljava/lang/String;Lio/vertx/core/Handler;)Lio/vertx/redis/RedisClient;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=3, args_size=3
        start local 0 // io.vertx.redis.impl.RedisClientImpl this
        start local 1 // java.lang.String key
        start local 2 // io.vertx.core.Handler handler
         0: .line 815
            aload 0 /* this */
            getstatic io.vertx.redis.client.Command.HVALS:Lio/vertx/redis/client/Command;
            iconst_1
            anewarray java.lang.Object
            dup
            iconst_0
            aload 1 /* key */
            aastore
            invokestatic io.vertx.redis.impl.RedisClientImpl.toPayload:([Ljava/lang/Object;)Ljava/util/List;
            aload 2 /* handler */
            invokevirtual io.vertx.redis.impl.RedisClientImpl.sendJsonArray:(Lio/vertx/redis/client/Command;Ljava/util/List;Lio/vertx/core/Handler;)V
         1: .line 816
            aload 0 /* this */
            areturn
        end local 2 // io.vertx.core.Handler handler
        end local 1 // java.lang.String key
        end local 0 // io.vertx.redis.impl.RedisClientImpl this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lio/vertx/redis/impl/RedisClientImpl;
            0    2     1      key  Ljava/lang/String;
            0    2     2  handler  Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Lio/vertx/core/json/JsonArray;>;>;
    Signature: (Ljava/lang/String;Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Lio/vertx/core/json/JsonArray;>;>;)Lio/vertx/redis/RedisClient;
    MethodParameters:
         Name  Flags
      key      
      handler  

  public io.vertx.redis.RedisClient incr(java.lang.String, io.vertx.core.Handler<io.vertx.core.AsyncResult<java.lang.Long>>);
    descriptor: (Ljava/lang/String;Lio/vertx/core/Handler;)Lio/vertx/redis/RedisClient;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=3, args_size=3
        start local 0 // io.vertx.redis.impl.RedisClientImpl this
        start local 1 // java.lang.String key
        start local 2 // io.vertx.core.Handler handler
         0: .line 821
            aload 0 /* this */
            getstatic io.vertx.redis.client.Command.INCR:Lio/vertx/redis/client/Command;
            iconst_1
            anewarray java.lang.Object
            dup
            iconst_0
            aload 1 /* key */
            aastore
            invokestatic io.vertx.redis.impl.RedisClientImpl.toPayload:([Ljava/lang/Object;)Ljava/util/List;
            aload 2 /* handler */
            invokevirtual io.vertx.redis.impl.RedisClientImpl.sendLong:(Lio/vertx/redis/client/Command;Ljava/util/List;Lio/vertx/core/Handler;)V
         1: .line 822
            aload 0 /* this */
            areturn
        end local 2 // io.vertx.core.Handler handler
        end local 1 // java.lang.String key
        end local 0 // io.vertx.redis.impl.RedisClientImpl this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lio/vertx/redis/impl/RedisClientImpl;
            0    2     1      key  Ljava/lang/String;
            0    2     2  handler  Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/lang/Long;>;>;
    Signature: (Ljava/lang/String;Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/lang/Long;>;>;)Lio/vertx/redis/RedisClient;
    MethodParameters:
         Name  Flags
      key      
      handler  

  public io.vertx.redis.RedisClient incrby(java.lang.String, long, io.vertx.core.Handler<io.vertx.core.AsyncResult<java.lang.Long>>);
    descriptor: (Ljava/lang/String;JLio/vertx/core/Handler;)Lio/vertx/redis/RedisClient;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=7, locals=5, args_size=4
        start local 0 // io.vertx.redis.impl.RedisClientImpl this
        start local 1 // java.lang.String key
        start local 2 // long increment
        start local 4 // io.vertx.core.Handler handler
         0: .line 827
            aload 0 /* this */
            getstatic io.vertx.redis.client.Command.INCRBY:Lio/vertx/redis/client/Command;
            iconst_2
            anewarray java.lang.Object
            dup
            iconst_0
            aload 1 /* key */
            aastore
            dup
            iconst_1
            lload 2 /* increment */
            invokestatic java.lang.Long.valueOf:(J)Ljava/lang/Long;
            aastore
            invokestatic io.vertx.redis.impl.RedisClientImpl.toPayload:([Ljava/lang/Object;)Ljava/util/List;
            aload 4 /* handler */
            invokevirtual io.vertx.redis.impl.RedisClientImpl.sendLong:(Lio/vertx/redis/client/Command;Ljava/util/List;Lio/vertx/core/Handler;)V
         1: .line 828
            aload 0 /* this */
            areturn
        end local 4 // io.vertx.core.Handler handler
        end local 2 // long increment
        end local 1 // java.lang.String key
        end local 0 // io.vertx.redis.impl.RedisClientImpl this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    2     0       this  Lio/vertx/redis/impl/RedisClientImpl;
            0    2     1        key  Ljava/lang/String;
            0    2     2  increment  J
            0    2     4    handler  Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/lang/Long;>;>;
    Signature: (Ljava/lang/String;JLio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/lang/Long;>;>;)Lio/vertx/redis/RedisClient;
    MethodParameters:
           Name  Flags
      key        
      increment  
      handler    

  public io.vertx.redis.RedisClient incrbyfloat(java.lang.String, double, io.vertx.core.Handler<io.vertx.core.AsyncResult<java.lang.String>>);
    descriptor: (Ljava/lang/String;DLio/vertx/core/Handler;)Lio/vertx/redis/RedisClient;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=7, locals=5, args_size=4
        start local 0 // io.vertx.redis.impl.RedisClientImpl this
        start local 1 // java.lang.String key
        start local 2 // double increment
        start local 4 // io.vertx.core.Handler handler
         0: .line 833
            aload 0 /* this */
            getstatic io.vertx.redis.client.Command.INCRBYFLOAT:Lio/vertx/redis/client/Command;
            iconst_2
            anewarray java.lang.Object
            dup
            iconst_0
            aload 1 /* key */
            aastore
            dup
            iconst_1
            dload 2 /* increment */
            invokestatic java.lang.Double.valueOf:(D)Ljava/lang/Double;
            aastore
            invokestatic io.vertx.redis.impl.RedisClientImpl.toPayload:([Ljava/lang/Object;)Ljava/util/List;
            aload 4 /* handler */
            invokevirtual io.vertx.redis.impl.RedisClientImpl.sendString:(Lio/vertx/redis/client/Command;Ljava/util/List;Lio/vertx/core/Handler;)V
         1: .line 834
            aload 0 /* this */
            areturn
        end local 4 // io.vertx.core.Handler handler
        end local 2 // double increment
        end local 1 // java.lang.String key
        end local 0 // io.vertx.redis.impl.RedisClientImpl this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    2     0       this  Lio/vertx/redis/impl/RedisClientImpl;
            0    2     1        key  Ljava/lang/String;
            0    2     2  increment  D
            0    2     4    handler  Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/lang/String;>;>;
    Signature: (Ljava/lang/String;DLio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/lang/String;>;>;)Lio/vertx/redis/RedisClient;
    MethodParameters:
           Name  Flags
      key        
      increment  
      handler    

  public io.vertx.redis.RedisClient info(io.vertx.core.Handler<io.vertx.core.AsyncResult<io.vertx.core.json.JsonObject>>);
    descriptor: (Lio/vertx/core/Handler;)Lio/vertx/redis/RedisClient;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=2, args_size=2
        start local 0 // io.vertx.redis.impl.RedisClientImpl this
        start local 1 // io.vertx.core.Handler handler
         0: .line 839
            aload 0 /* this */
            getstatic io.vertx.redis.client.Command.INFO:Lio/vertx/redis/client/Command;
            invokestatic java.util.Collections.emptyList:()Ljava/util/List;
            aload 1 /* handler */
            invokedynamic handle(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/impl/RedisClientImpl.lambda$14(Lio/vertx/core/Handler;Lio/vertx/core/AsyncResult;)V (6)
                  (Lio/vertx/core/AsyncResult;)V
            invokevirtual io.vertx.redis.impl.RedisClientImpl.sendString:(Lio/vertx/redis/client/Command;Ljava/util/List;Lio/vertx/core/Handler;)V
         1: .line 859
            aload 0 /* this */
            areturn
        end local 1 // io.vertx.core.Handler handler
        end local 0 // io.vertx.redis.impl.RedisClientImpl this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lio/vertx/redis/impl/RedisClientImpl;
            0    2     1  handler  Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Lio/vertx/core/json/JsonObject;>;>;
    Signature: (Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Lio/vertx/core/json/JsonObject;>;>;)Lio/vertx/redis/RedisClient;
    MethodParameters:
         Name  Flags
      handler  

  public io.vertx.redis.RedisClient infoSection(java.lang.String, io.vertx.core.Handler<io.vertx.core.AsyncResult<io.vertx.core.json.JsonObject>>);
    descriptor: (Ljava/lang/String;Lio/vertx/core/Handler;)Lio/vertx/redis/RedisClient;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=3, args_size=3
        start local 0 // io.vertx.redis.impl.RedisClientImpl this
        start local 1 // java.lang.String section
        start local 2 // io.vertx.core.Handler handler
         0: .line 864
            aload 0 /* this */
            getstatic io.vertx.redis.client.Command.INFO:Lio/vertx/redis/client/Command;
            iconst_1
            anewarray java.lang.Object
            dup
            iconst_0
            aload 1 /* section */
            aastore
            invokestatic io.vertx.redis.impl.RedisClientImpl.toPayload:([Ljava/lang/Object;)Ljava/util/List;
            aload 2 /* handler */
            invokedynamic handle(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/impl/RedisClientImpl.lambda$15(Lio/vertx/core/Handler;Lio/vertx/core/AsyncResult;)V (6)
                  (Lio/vertx/core/AsyncResult;)V
            invokevirtual io.vertx.redis.impl.RedisClientImpl.sendString:(Lio/vertx/redis/client/Command;Ljava/util/List;Lio/vertx/core/Handler;)V
         1: .line 884
            aload 0 /* this */
            areturn
        end local 2 // io.vertx.core.Handler handler
        end local 1 // java.lang.String section
        end local 0 // io.vertx.redis.impl.RedisClientImpl this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lio/vertx/redis/impl/RedisClientImpl;
            0    2     1  section  Ljava/lang/String;
            0    2     2  handler  Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Lio/vertx/core/json/JsonObject;>;>;
    Signature: (Ljava/lang/String;Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Lio/vertx/core/json/JsonObject;>;>;)Lio/vertx/redis/RedisClient;
    MethodParameters:
         Name  Flags
      section  
      handler  

  public io.vertx.redis.RedisClient keys(java.lang.String, io.vertx.core.Handler<io.vertx.core.AsyncResult<io.vertx.core.json.JsonArray>>);
    descriptor: (Ljava/lang/String;Lio/vertx/core/Handler;)Lio/vertx/redis/RedisClient;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=3, args_size=3
        start local 0 // io.vertx.redis.impl.RedisClientImpl this
        start local 1 // java.lang.String pattern
        start local 2 // io.vertx.core.Handler handler
         0: .line 889
            aload 0 /* this */
            getstatic io.vertx.redis.client.Command.KEYS:Lio/vertx/redis/client/Command;
            iconst_1
            anewarray java.lang.Object
            dup
            iconst_0
            aload 1 /* pattern */
            aastore
            invokestatic io.vertx.redis.impl.RedisClientImpl.toPayload:([Ljava/lang/Object;)Ljava/util/List;
            aload 2 /* handler */
            invokevirtual io.vertx.redis.impl.RedisClientImpl.sendJsonArray:(Lio/vertx/redis/client/Command;Ljava/util/List;Lio/vertx/core/Handler;)V
         1: .line 890
            aload 0 /* this */
            areturn
        end local 2 // io.vertx.core.Handler handler
        end local 1 // java.lang.String pattern
        end local 0 // io.vertx.redis.impl.RedisClientImpl this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lio/vertx/redis/impl/RedisClientImpl;
            0    2     1  pattern  Ljava/lang/String;
            0    2     2  handler  Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Lio/vertx/core/json/JsonArray;>;>;
    Signature: (Ljava/lang/String;Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Lio/vertx/core/json/JsonArray;>;>;)Lio/vertx/redis/RedisClient;
    MethodParameters:
         Name  Flags
      pattern  
      handler  

  public io.vertx.redis.RedisClient lastsave(io.vertx.core.Handler<io.vertx.core.AsyncResult<java.lang.Long>>);
    descriptor: (Lio/vertx/core/Handler;)Lio/vertx/redis/RedisClient;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=2, args_size=2
        start local 0 // io.vertx.redis.impl.RedisClientImpl this
        start local 1 // io.vertx.core.Handler handler
         0: .line 895
            aload 0 /* this */
            getstatic io.vertx.redis.client.Command.LASTSAVE:Lio/vertx/redis/client/Command;
            aconst_null
            aload 1 /* handler */
            invokevirtual io.vertx.redis.impl.RedisClientImpl.sendLong:(Lio/vertx/redis/client/Command;Ljava/util/List;Lio/vertx/core/Handler;)V
         1: .line 896
            aload 0 /* this */
            areturn
        end local 1 // io.vertx.core.Handler handler
        end local 0 // io.vertx.redis.impl.RedisClientImpl this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lio/vertx/redis/impl/RedisClientImpl;
            0    2     1  handler  Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/lang/Long;>;>;
    Signature: (Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/lang/Long;>;>;)Lio/vertx/redis/RedisClient;
    MethodParameters:
         Name  Flags
      handler  

  public io.vertx.redis.RedisClient lindex(java.lang.String, int, io.vertx.core.Handler<io.vertx.core.AsyncResult<java.lang.String>>);
    descriptor: (Ljava/lang/String;ILio/vertx/core/Handler;)Lio/vertx/redis/RedisClient;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=4, args_size=4
        start local 0 // io.vertx.redis.impl.RedisClientImpl this
        start local 1 // java.lang.String key
        start local 2 // int index
        start local 3 // io.vertx.core.Handler handler
         0: .line 901
            aload 0 /* this */
            getstatic io.vertx.redis.client.Command.LINDEX:Lio/vertx/redis/client/Command;
            iconst_2
            anewarray java.lang.Object
            dup
            iconst_0
            aload 1 /* key */
            aastore
            dup
            iconst_1
            iload 2 /* index */
            invokestatic java.lang.Integer.valueOf:(I)Ljava/lang/Integer;
            aastore
            invokestatic io.vertx.redis.impl.RedisClientImpl.toPayload:([Ljava/lang/Object;)Ljava/util/List;
            aload 3 /* handler */
            invokevirtual io.vertx.redis.impl.RedisClientImpl.sendString:(Lio/vertx/redis/client/Command;Ljava/util/List;Lio/vertx/core/Handler;)V
         1: .line 902
            aload 0 /* this */
            areturn
        end local 3 // io.vertx.core.Handler handler
        end local 2 // int index
        end local 1 // java.lang.String key
        end local 0 // io.vertx.redis.impl.RedisClientImpl this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lio/vertx/redis/impl/RedisClientImpl;
            0    2     1      key  Ljava/lang/String;
            0    2     2    index  I
            0    2     3  handler  Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/lang/String;>;>;
    Signature: (Ljava/lang/String;ILio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/lang/String;>;>;)Lio/vertx/redis/RedisClient;
    MethodParameters:
         Name  Flags
      key      
      index    
      handler  

  public io.vertx.redis.RedisClient linsert(java.lang.String, io.vertx.redis.op.InsertOptions, java.lang.String, java.lang.String, io.vertx.core.Handler<io.vertx.core.AsyncResult<java.lang.Long>>);
    descriptor: (Ljava/lang/String;Lio/vertx/redis/op/InsertOptions;Ljava/lang/String;Ljava/lang/String;Lio/vertx/core/Handler;)Lio/vertx/redis/RedisClient;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=6, args_size=6
        start local 0 // io.vertx.redis.impl.RedisClientImpl this
        start local 1 // java.lang.String key
        start local 2 // io.vertx.redis.op.InsertOptions option
        start local 3 // java.lang.String pivot
        start local 4 // java.lang.String value
        start local 5 // io.vertx.core.Handler handler
         0: .line 907
            aload 0 /* this */
            getstatic io.vertx.redis.client.Command.LINSERT:Lio/vertx/redis/client/Command;
            iconst_4
            anewarray java.lang.Object
            dup
            iconst_0
            aload 1 /* key */
            aastore
            dup
            iconst_1
            aload 2 /* option */
            invokevirtual io.vertx.redis.op.InsertOptions.name:()Ljava/lang/String;
            aastore
            dup
            iconst_2
            aload 3 /* pivot */
            aastore
            dup
            iconst_3
            aload 4 /* value */
            aastore
            invokestatic io.vertx.redis.impl.RedisClientImpl.toPayload:([Ljava/lang/Object;)Ljava/util/List;
            aload 5 /* handler */
            invokevirtual io.vertx.redis.impl.RedisClientImpl.sendLong:(Lio/vertx/redis/client/Command;Ljava/util/List;Lio/vertx/core/Handler;)V
         1: .line 908
            aload 0 /* this */
            areturn
        end local 5 // io.vertx.core.Handler handler
        end local 4 // java.lang.String value
        end local 3 // java.lang.String pivot
        end local 2 // io.vertx.redis.op.InsertOptions option
        end local 1 // java.lang.String key
        end local 0 // io.vertx.redis.impl.RedisClientImpl this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lio/vertx/redis/impl/RedisClientImpl;
            0    2     1      key  Ljava/lang/String;
            0    2     2   option  Lio/vertx/redis/op/InsertOptions;
            0    2     3    pivot  Ljava/lang/String;
            0    2     4    value  Ljava/lang/String;
            0    2     5  handler  Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/lang/Long;>;>;
    Signature: (Ljava/lang/String;Lio/vertx/redis/op/InsertOptions;Ljava/lang/String;Ljava/lang/String;Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/lang/Long;>;>;)Lio/vertx/redis/RedisClient;
    MethodParameters:
         Name  Flags
      key      
      option   
      pivot    
      value    
      handler  

  public io.vertx.redis.RedisClient llen(java.lang.String, io.vertx.core.Handler<io.vertx.core.AsyncResult<java.lang.Long>>);
    descriptor: (Ljava/lang/String;Lio/vertx/core/Handler;)Lio/vertx/redis/RedisClient;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=3, args_size=3
        start local 0 // io.vertx.redis.impl.RedisClientImpl this
        start local 1 // java.lang.String key
        start local 2 // io.vertx.core.Handler handler
         0: .line 913
            aload 0 /* this */
            getstatic io.vertx.redis.client.Command.LLEN:Lio/vertx/redis/client/Command;
            iconst_1
            anewarray java.lang.Object
            dup
            iconst_0
            aload 1 /* key */
            aastore
            invokestatic io.vertx.redis.impl.RedisClientImpl.toPayload:([Ljava/lang/Object;)Ljava/util/List;
            aload 2 /* handler */
            invokevirtual io.vertx.redis.impl.RedisClientImpl.sendLong:(Lio/vertx/redis/client/Command;Ljava/util/List;Lio/vertx/core/Handler;)V
         1: .line 914
            aload 0 /* this */
            areturn
        end local 2 // io.vertx.core.Handler handler
        end local 1 // java.lang.String key
        end local 0 // io.vertx.redis.impl.RedisClientImpl this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lio/vertx/redis/impl/RedisClientImpl;
            0    2     1      key  Ljava/lang/String;
            0    2     2  handler  Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/lang/Long;>;>;
    Signature: (Ljava/lang/String;Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/lang/Long;>;>;)Lio/vertx/redis/RedisClient;
    MethodParameters:
         Name  Flags
      key      
      handler  

  public io.vertx.redis.RedisClient lpop(java.lang.String, io.vertx.core.Handler<io.vertx.core.AsyncResult<java.lang.String>>);
    descriptor: (Ljava/lang/String;Lio/vertx/core/Handler;)Lio/vertx/redis/RedisClient;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=3, args_size=3
        start local 0 // io.vertx.redis.impl.RedisClientImpl this
        start local 1 // java.lang.String key
        start local 2 // io.vertx.core.Handler handler
         0: .line 919
            aload 0 /* this */
            getstatic io.vertx.redis.client.Command.LPOP:Lio/vertx/redis/client/Command;
            iconst_1
            anewarray java.lang.Object
            dup
            iconst_0
            aload 1 /* key */
            aastore
            invokestatic io.vertx.redis.impl.RedisClientImpl.toPayload:([Ljava/lang/Object;)Ljava/util/List;
            aload 2 /* handler */
            invokevirtual io.vertx.redis.impl.RedisClientImpl.sendString:(Lio/vertx/redis/client/Command;Ljava/util/List;Lio/vertx/core/Handler;)V
         1: .line 920
            aload 0 /* this */
            areturn
        end local 2 // io.vertx.core.Handler handler
        end local 1 // java.lang.String key
        end local 0 // io.vertx.redis.impl.RedisClientImpl this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lio/vertx/redis/impl/RedisClientImpl;
            0    2     1      key  Ljava/lang/String;
            0    2     2  handler  Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/lang/String;>;>;
    Signature: (Ljava/lang/String;Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/lang/String;>;>;)Lio/vertx/redis/RedisClient;
    MethodParameters:
         Name  Flags
      key      
      handler  

  public io.vertx.redis.RedisClient lpushMany(java.lang.String, java.util.List<java.lang.String>, io.vertx.core.Handler<io.vertx.core.AsyncResult<java.lang.Long>>);
    descriptor: (Ljava/lang/String;Ljava/util/List;Lio/vertx/core/Handler;)Lio/vertx/redis/RedisClient;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=4, args_size=4
        start local 0 // io.vertx.redis.impl.RedisClientImpl this
        start local 1 // java.lang.String key
        start local 2 // java.util.List values
        start local 3 // io.vertx.core.Handler handler
         0: .line 925
            aload 0 /* this */
            getstatic io.vertx.redis.client.Command.LPUSH:Lio/vertx/redis/client/Command;
            iconst_2
            anewarray java.lang.Object
            dup
            iconst_0
            aload 1 /* key */
            aastore
            dup
            iconst_1
            aload 2 /* values */
            aastore
            invokestatic io.vertx.redis.impl.RedisClientImpl.toPayload:([Ljava/lang/Object;)Ljava/util/List;
            aload 3 /* handler */
            invokevirtual io.vertx.redis.impl.RedisClientImpl.sendLong:(Lio/vertx/redis/client/Command;Ljava/util/List;Lio/vertx/core/Handler;)V
         1: .line 926
            aload 0 /* this */
            areturn
        end local 3 // io.vertx.core.Handler handler
        end local 2 // java.util.List values
        end local 1 // java.lang.String key
        end local 0 // io.vertx.redis.impl.RedisClientImpl this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lio/vertx/redis/impl/RedisClientImpl;
            0    2     1      key  Ljava/lang/String;
            0    2     2   values  Ljava/util/List<Ljava/lang/String;>;
            0    2     3  handler  Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/lang/Long;>;>;
    Signature: (Ljava/lang/String;Ljava/util/List<Ljava/lang/String;>;Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/lang/Long;>;>;)Lio/vertx/redis/RedisClient;
    MethodParameters:
         Name  Flags
      key      
      values   
      handler  

  public io.vertx.redis.RedisClient lpush(java.lang.String, java.lang.String, io.vertx.core.Handler<io.vertx.core.AsyncResult<java.lang.Long>>);
    descriptor: (Ljava/lang/String;Ljava/lang/String;Lio/vertx/core/Handler;)Lio/vertx/redis/RedisClient;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=4, args_size=4
        start local 0 // io.vertx.redis.impl.RedisClientImpl this
        start local 1 // java.lang.String key
        start local 2 // java.lang.String value
        start local 3 // io.vertx.core.Handler handler
         0: .line 931
            aload 0 /* this */
            getstatic io.vertx.redis.client.Command.LPUSH:Lio/vertx/redis/client/Command;
            iconst_2
            anewarray java.lang.Object
            dup
            iconst_0
            aload 1 /* key */
            aastore
            dup
            iconst_1
            aload 2 /* value */
            aastore
            invokestatic io.vertx.redis.impl.RedisClientImpl.toPayload:([Ljava/lang/Object;)Ljava/util/List;
            aload 3 /* handler */
            invokevirtual io.vertx.redis.impl.RedisClientImpl.sendLong:(Lio/vertx/redis/client/Command;Ljava/util/List;Lio/vertx/core/Handler;)V
         1: .line 932
            aload 0 /* this */
            areturn
        end local 3 // io.vertx.core.Handler handler
        end local 2 // java.lang.String value
        end local 1 // java.lang.String key
        end local 0 // io.vertx.redis.impl.RedisClientImpl this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lio/vertx/redis/impl/RedisClientImpl;
            0    2     1      key  Ljava/lang/String;
            0    2     2    value  Ljava/lang/String;
            0    2     3  handler  Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/lang/Long;>;>;
    Signature: (Ljava/lang/String;Ljava/lang/String;Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/lang/Long;>;>;)Lio/vertx/redis/RedisClient;
    MethodParameters:
         Name  Flags
      key      
      value    
      handler  

  public io.vertx.redis.RedisClient lpushx(java.lang.String, java.lang.String, io.vertx.core.Handler<io.vertx.core.AsyncResult<java.lang.Long>>);
    descriptor: (Ljava/lang/String;Ljava/lang/String;Lio/vertx/core/Handler;)Lio/vertx/redis/RedisClient;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=4, args_size=4
        start local 0 // io.vertx.redis.impl.RedisClientImpl this
        start local 1 // java.lang.String key
        start local 2 // java.lang.String value
        start local 3 // io.vertx.core.Handler handler
         0: .line 937
            aload 0 /* this */
            getstatic io.vertx.redis.client.Command.LPUSHX:Lio/vertx/redis/client/Command;
            iconst_2
            anewarray java.lang.Object
            dup
            iconst_0
            aload 1 /* key */
            aastore
            dup
            iconst_1
            aload 2 /* value */
            aastore
            invokestatic io.vertx.redis.impl.RedisClientImpl.toPayload:([Ljava/lang/Object;)Ljava/util/List;
            aload 3 /* handler */
            invokevirtual io.vertx.redis.impl.RedisClientImpl.sendLong:(Lio/vertx/redis/client/Command;Ljava/util/List;Lio/vertx/core/Handler;)V
         1: .line 938
            aload 0 /* this */
            areturn
        end local 3 // io.vertx.core.Handler handler
        end local 2 // java.lang.String value
        end local 1 // java.lang.String key
        end local 0 // io.vertx.redis.impl.RedisClientImpl this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lio/vertx/redis/impl/RedisClientImpl;
            0    2     1      key  Ljava/lang/String;
            0    2     2    value  Ljava/lang/String;
            0    2     3  handler  Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/lang/Long;>;>;
    Signature: (Ljava/lang/String;Ljava/lang/String;Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/lang/Long;>;>;)Lio/vertx/redis/RedisClient;
    MethodParameters:
         Name  Flags
      key      
      value    
      handler  

  public io.vertx.redis.RedisClient lrange(java.lang.String, long, long, io.vertx.core.Handler<io.vertx.core.AsyncResult<io.vertx.core.json.JsonArray>>);
    descriptor: (Ljava/lang/String;JJLio/vertx/core/Handler;)Lio/vertx/redis/RedisClient;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=7, locals=7, args_size=5
        start local 0 // io.vertx.redis.impl.RedisClientImpl this
        start local 1 // java.lang.String key
        start local 2 // long from
        start local 4 // long to
        start local 6 // io.vertx.core.Handler handler
         0: .line 943
            aload 0 /* this */
            getstatic io.vertx.redis.client.Command.LRANGE:Lio/vertx/redis/client/Command;
            iconst_3
            anewarray java.lang.Object
            dup
            iconst_0
            aload 1 /* key */
            aastore
            dup
            iconst_1
            lload 2 /* from */
            invokestatic java.lang.Long.valueOf:(J)Ljava/lang/Long;
            aastore
            dup
            iconst_2
            lload 4 /* to */
            invokestatic java.lang.Long.valueOf:(J)Ljava/lang/Long;
            aastore
            invokestatic io.vertx.redis.impl.RedisClientImpl.toPayload:([Ljava/lang/Object;)Ljava/util/List;
            aload 6 /* handler */
            invokevirtual io.vertx.redis.impl.RedisClientImpl.sendJsonArray:(Lio/vertx/redis/client/Command;Ljava/util/List;Lio/vertx/core/Handler;)V
         1: .line 944
            aload 0 /* this */
            areturn
        end local 6 // io.vertx.core.Handler handler
        end local 4 // long to
        end local 2 // long from
        end local 1 // java.lang.String key
        end local 0 // io.vertx.redis.impl.RedisClientImpl this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lio/vertx/redis/impl/RedisClientImpl;
            0    2     1      key  Ljava/lang/String;
            0    2     2     from  J
            0    2     4       to  J
            0    2     6  handler  Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Lio/vertx/core/json/JsonArray;>;>;
    Signature: (Ljava/lang/String;JJLio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Lio/vertx/core/json/JsonArray;>;>;)Lio/vertx/redis/RedisClient;
    MethodParameters:
         Name  Flags
      key      
      from     
      to       
      handler  

  public io.vertx.redis.RedisClient lrem(java.lang.String, long, java.lang.String, io.vertx.core.Handler<io.vertx.core.AsyncResult<java.lang.Long>>);
    descriptor: (Ljava/lang/String;JLjava/lang/String;Lio/vertx/core/Handler;)Lio/vertx/redis/RedisClient;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=7, locals=6, args_size=5
        start local 0 // io.vertx.redis.impl.RedisClientImpl this
        start local 1 // java.lang.String key
        start local 2 // long count
        start local 4 // java.lang.String value
        start local 5 // io.vertx.core.Handler handler
         0: .line 949
            aload 0 /* this */
            getstatic io.vertx.redis.client.Command.LREM:Lio/vertx/redis/client/Command;
            iconst_3
            anewarray java.lang.Object
            dup
            iconst_0
            aload 1 /* key */
            aastore
            dup
            iconst_1
            lload 2 /* count */
            invokestatic java.lang.Long.valueOf:(J)Ljava/lang/Long;
            aastore
            dup
            iconst_2
            aload 4 /* value */
            aastore
            invokestatic io.vertx.redis.impl.RedisClientImpl.toPayload:([Ljava/lang/Object;)Ljava/util/List;
            aload 5 /* handler */
            invokevirtual io.vertx.redis.impl.RedisClientImpl.sendLong:(Lio/vertx/redis/client/Command;Ljava/util/List;Lio/vertx/core/Handler;)V
         1: .line 950
            aload 0 /* this */
            areturn
        end local 5 // io.vertx.core.Handler handler
        end local 4 // java.lang.String value
        end local 2 // long count
        end local 1 // java.lang.String key
        end local 0 // io.vertx.redis.impl.RedisClientImpl this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lio/vertx/redis/impl/RedisClientImpl;
            0    2     1      key  Ljava/lang/String;
            0    2     2    count  J
            0    2     4    value  Ljava/lang/String;
            0    2     5  handler  Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/lang/Long;>;>;
    Signature: (Ljava/lang/String;JLjava/lang/String;Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/lang/Long;>;>;)Lio/vertx/redis/RedisClient;
    MethodParameters:
         Name  Flags
      key      
      count    
      value    
      handler  

  public io.vertx.redis.RedisClient lset(java.lang.String, long, java.lang.String, io.vertx.core.Handler<io.vertx.core.AsyncResult<java.lang.String>>);
    descriptor: (Ljava/lang/String;JLjava/lang/String;Lio/vertx/core/Handler;)Lio/vertx/redis/RedisClient;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=7, locals=6, args_size=5
        start local 0 // io.vertx.redis.impl.RedisClientImpl this
        start local 1 // java.lang.String key
        start local 2 // long index
        start local 4 // java.lang.String value
        start local 5 // io.vertx.core.Handler handler
         0: .line 955
            aload 0 /* this */
            getstatic io.vertx.redis.client.Command.LSET:Lio/vertx/redis/client/Command;
            iconst_3
            anewarray java.lang.Object
            dup
            iconst_0
            aload 1 /* key */
            aastore
            dup
            iconst_1
            lload 2 /* index */
            invokestatic java.lang.Long.valueOf:(J)Ljava/lang/Long;
            aastore
            dup
            iconst_2
            aload 4 /* value */
            aastore
            invokestatic io.vertx.redis.impl.RedisClientImpl.toPayload:([Ljava/lang/Object;)Ljava/util/List;
            aload 5 /* handler */
            invokevirtual io.vertx.redis.impl.RedisClientImpl.sendString:(Lio/vertx/redis/client/Command;Ljava/util/List;Lio/vertx/core/Handler;)V
         1: .line 956
            aload 0 /* this */
            areturn
        end local 5 // io.vertx.core.Handler handler
        end local 4 // java.lang.String value
        end local 2 // long index
        end local 1 // java.lang.String key
        end local 0 // io.vertx.redis.impl.RedisClientImpl this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lio/vertx/redis/impl/RedisClientImpl;
            0    2     1      key  Ljava/lang/String;
            0    2     2    index  J
            0    2     4    value  Ljava/lang/String;
            0    2     5  handler  Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/lang/String;>;>;
    Signature: (Ljava/lang/String;JLjava/lang/String;Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/lang/String;>;>;)Lio/vertx/redis/RedisClient;
    MethodParameters:
         Name  Flags
      key      
      index    
      value    
      handler  

  public io.vertx.redis.RedisClient ltrim(java.lang.String, long, long, io.vertx.core.Handler<io.vertx.core.AsyncResult<java.lang.String>>);
    descriptor: (Ljava/lang/String;JJLio/vertx/core/Handler;)Lio/vertx/redis/RedisClient;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=7, locals=7, args_size=5
        start local 0 // io.vertx.redis.impl.RedisClientImpl this
        start local 1 // java.lang.String key
        start local 2 // long from
        start local 4 // long to
        start local 6 // io.vertx.core.Handler handler
         0: .line 961
            aload 0 /* this */
            getstatic io.vertx.redis.client.Command.LTRIM:Lio/vertx/redis/client/Command;
            iconst_3
            anewarray java.lang.Object
            dup
            iconst_0
            aload 1 /* key */
            aastore
            dup
            iconst_1
            lload 2 /* from */
            invokestatic java.lang.Long.valueOf:(J)Ljava/lang/Long;
            aastore
            dup
            iconst_2
            lload 4 /* to */
            invokestatic java.lang.Long.valueOf:(J)Ljava/lang/Long;
            aastore
            invokestatic io.vertx.redis.impl.RedisClientImpl.toPayload:([Ljava/lang/Object;)Ljava/util/List;
            aload 6 /* handler */
            invokevirtual io.vertx.redis.impl.RedisClientImpl.sendString:(Lio/vertx/redis/client/Command;Ljava/util/List;Lio/vertx/core/Handler;)V
         1: .line 962
            aload 0 /* this */
            areturn
        end local 6 // io.vertx.core.Handler handler
        end local 4 // long to
        end local 2 // long from
        end local 1 // java.lang.String key
        end local 0 // io.vertx.redis.impl.RedisClientImpl this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lio/vertx/redis/impl/RedisClientImpl;
            0    2     1      key  Ljava/lang/String;
            0    2     2     from  J
            0    2     4       to  J
            0    2     6  handler  Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/lang/String;>;>;
    Signature: (Ljava/lang/String;JJLio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/lang/String;>;>;)Lio/vertx/redis/RedisClient;
    MethodParameters:
         Name  Flags
      key      
      from     
      to       
      handler  

  public io.vertx.redis.RedisClient mget(java.lang.String, io.vertx.core.Handler<io.vertx.core.AsyncResult<io.vertx.core.json.JsonArray>>);
    descriptor: (Ljava/lang/String;Lio/vertx/core/Handler;)Lio/vertx/redis/RedisClient;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=3, args_size=3
        start local 0 // io.vertx.redis.impl.RedisClientImpl this
        start local 1 // java.lang.String key
        start local 2 // io.vertx.core.Handler handler
         0: .line 967
            aload 0 /* this */
            getstatic io.vertx.redis.client.Command.MGET:Lio/vertx/redis/client/Command;
            iconst_1
            anewarray java.lang.Object
            dup
            iconst_0
            aload 1 /* key */
            aastore
            invokestatic io.vertx.redis.impl.RedisClientImpl.toPayload:([Ljava/lang/Object;)Ljava/util/List;
            aload 2 /* handler */
            invokevirtual io.vertx.redis.impl.RedisClientImpl.sendJsonArray:(Lio/vertx/redis/client/Command;Ljava/util/List;Lio/vertx/core/Handler;)V
         1: .line 968
            aload 0 /* this */
            areturn
        end local 2 // io.vertx.core.Handler handler
        end local 1 // java.lang.String key
        end local 0 // io.vertx.redis.impl.RedisClientImpl this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lio/vertx/redis/impl/RedisClientImpl;
            0    2     1      key  Ljava/lang/String;
            0    2     2  handler  Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Lio/vertx/core/json/JsonArray;>;>;
    Signature: (Ljava/lang/String;Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Lio/vertx/core/json/JsonArray;>;>;)Lio/vertx/redis/RedisClient;
    MethodParameters:
         Name  Flags
      key      
      handler  

  public io.vertx.redis.RedisClient mgetMany(java.util.List<java.lang.String>, io.vertx.core.Handler<io.vertx.core.AsyncResult<io.vertx.core.json.JsonArray>>);
    descriptor: (Ljava/util/List;Lio/vertx/core/Handler;)Lio/vertx/redis/RedisClient;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=3, args_size=3
        start local 0 // io.vertx.redis.impl.RedisClientImpl this
        start local 1 // java.util.List keys
        start local 2 // io.vertx.core.Handler handler
         0: .line 973
            aload 0 /* this */
            getstatic io.vertx.redis.client.Command.MGET:Lio/vertx/redis/client/Command;
            iconst_1
            anewarray java.lang.Object
            dup
            iconst_0
            aload 1 /* keys */
            aastore
            invokestatic io.vertx.redis.impl.RedisClientImpl.toPayload:([Ljava/lang/Object;)Ljava/util/List;
            aload 2 /* handler */
            invokevirtual io.vertx.redis.impl.RedisClientImpl.sendJsonArray:(Lio/vertx/redis/client/Command;Ljava/util/List;Lio/vertx/core/Handler;)V
         1: .line 974
            aload 0 /* this */
            areturn
        end local 2 // io.vertx.core.Handler handler
        end local 1 // java.util.List keys
        end local 0 // io.vertx.redis.impl.RedisClientImpl this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lio/vertx/redis/impl/RedisClientImpl;
            0    2     1     keys  Ljava/util/List<Ljava/lang/String;>;
            0    2     2  handler  Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Lio/vertx/core/json/JsonArray;>;>;
    Signature: (Ljava/util/List<Ljava/lang/String;>;Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Lio/vertx/core/json/JsonArray;>;>;)Lio/vertx/redis/RedisClient;
    MethodParameters:
         Name  Flags
      keys     
      handler  

  public io.vertx.redis.RedisClient migrate(java.lang.String, int, java.lang.String, int, long, io.vertx.redis.op.MigrateOptions, io.vertx.core.Handler<io.vertx.core.AsyncResult<java.lang.String>>);
    descriptor: (Ljava/lang/String;ILjava/lang/String;IJLio/vertx/redis/op/MigrateOptions;Lio/vertx/core/Handler;)Lio/vertx/redis/RedisClient;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=7, locals=9, args_size=8
        start local 0 // io.vertx.redis.impl.RedisClientImpl this
        start local 1 // java.lang.String host
        start local 2 // int port
        start local 3 // java.lang.String key
        start local 4 // int destdb
        start local 5 // long timeout
        start local 7 // io.vertx.redis.op.MigrateOptions options
        start local 8 // io.vertx.core.Handler handler
         0: .line 979
            aload 0 /* this */
            getstatic io.vertx.redis.client.Command.MIGRATE:Lio/vertx/redis/client/Command;
            bipush 6
            anewarray java.lang.Object
            dup
            iconst_0
            aload 1 /* host */
            aastore
            dup
            iconst_1
            iload 2 /* port */
            invokestatic java.lang.Integer.valueOf:(I)Ljava/lang/Integer;
            aastore
            dup
            iconst_2
            aload 3 /* key */
            aastore
            dup
            iconst_3
            iload 4 /* destdb */
            invokestatic java.lang.Integer.valueOf:(I)Ljava/lang/Integer;
            aastore
            dup
            iconst_4
            lload 5 /* timeout */
            invokestatic java.lang.Long.valueOf:(J)Ljava/lang/Long;
            aastore
            dup
            iconst_5
            aload 7 /* options */
            ifnull 1
            aload 7 /* options */
            invokevirtual io.vertx.redis.op.MigrateOptions.toJsonArray:()Lio/vertx/core/json/JsonArray;
            goto 2
      StackMap locals: io.vertx.redis.impl.RedisClientImpl java.lang.String int java.lang.String int long io.vertx.redis.op.MigrateOptions io.vertx.core.Handler
      StackMap stack: io.vertx.redis.impl.RedisClientImpl io.vertx.redis.client.Command java.lang.Object[] java.lang.Object[] int
         1: aconst_null
      StackMap locals: io.vertx.redis.impl.RedisClientImpl java.lang.String int java.lang.String int long io.vertx.redis.op.MigrateOptions io.vertx.core.Handler
      StackMap stack: io.vertx.redis.impl.RedisClientImpl io.vertx.redis.client.Command java.lang.Object[] java.lang.Object[] int io.vertx.core.json.JsonArray
         2: aastore
            invokestatic io.vertx.redis.impl.RedisClientImpl.toPayload:([Ljava/lang/Object;)Ljava/util/List;
            aload 8 /* handler */
            invokevirtual io.vertx.redis.impl.RedisClientImpl.sendString:(Lio/vertx/redis/client/Command;Ljava/util/List;Lio/vertx/core/Handler;)V
         3: .line 980
            aload 0 /* this */
            areturn
        end local 8 // io.vertx.core.Handler handler
        end local 7 // io.vertx.redis.op.MigrateOptions options
        end local 5 // long timeout
        end local 4 // int destdb
        end local 3 // java.lang.String key
        end local 2 // int port
        end local 1 // java.lang.String host
        end local 0 // io.vertx.redis.impl.RedisClientImpl this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    4     0     this  Lio/vertx/redis/impl/RedisClientImpl;
            0    4     1     host  Ljava/lang/String;
            0    4     2     port  I
            0    4     3      key  Ljava/lang/String;
            0    4     4   destdb  I
            0    4     5  timeout  J
            0    4     7  options  Lio/vertx/redis/op/MigrateOptions;
            0    4     8  handler  Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/lang/String;>;>;
    Signature: (Ljava/lang/String;ILjava/lang/String;IJLio/vertx/redis/op/MigrateOptions;Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/lang/String;>;>;)Lio/vertx/redis/RedisClient;
    MethodParameters:
         Name  Flags
      host     
      port     
      key      
      destdb   
      timeout  
      options  
      handler  

  public io.vertx.redis.RedisClient monitor(io.vertx.core.Handler<io.vertx.core.AsyncResult<java.lang.Void>>);
    descriptor: (Lio/vertx/core/Handler;)Lio/vertx/redis/RedisClient;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=2, args_size=2
        start local 0 // io.vertx.redis.impl.RedisClientImpl this
        start local 1 // io.vertx.core.Handler handler
         0: .line 985
            aload 0 /* this */
            getstatic io.vertx.redis.client.Command.MONITOR:Lio/vertx/redis/client/Command;
            aconst_null
            aload 1 /* handler */
            invokevirtual io.vertx.redis.impl.RedisClientImpl.sendVoid:(Lio/vertx/redis/client/Command;Ljava/util/List;Lio/vertx/core/Handler;)V
         1: .line 986
            aload 0 /* this */
            areturn
        end local 1 // io.vertx.core.Handler handler
        end local 0 // io.vertx.redis.impl.RedisClientImpl this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lio/vertx/redis/impl/RedisClientImpl;
            0    2     1  handler  Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/lang/Void;>;>;
    Signature: (Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/lang/Void;>;>;)Lio/vertx/redis/RedisClient;
    MethodParameters:
         Name  Flags
      handler  

  public io.vertx.redis.RedisClient move(java.lang.String, int, io.vertx.core.Handler<io.vertx.core.AsyncResult<java.lang.Long>>);
    descriptor: (Ljava/lang/String;ILio/vertx/core/Handler;)Lio/vertx/redis/RedisClient;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=4, args_size=4
        start local 0 // io.vertx.redis.impl.RedisClientImpl this
        start local 1 // java.lang.String key
        start local 2 // int destdb
        start local 3 // io.vertx.core.Handler handler
         0: .line 991
            aload 0 /* this */
            getstatic io.vertx.redis.client.Command.MOVE:Lio/vertx/redis/client/Command;
            iconst_2
            anewarray java.lang.Object
            dup
            iconst_0
            aload 1 /* key */
            aastore
            dup
            iconst_1
            iload 2 /* destdb */
            invokestatic java.lang.Integer.valueOf:(I)Ljava/lang/Integer;
            aastore
            invokestatic io.vertx.redis.impl.RedisClientImpl.toPayload:([Ljava/lang/Object;)Ljava/util/List;
            aload 3 /* handler */
            invokevirtual io.vertx.redis.impl.RedisClientImpl.sendLong:(Lio/vertx/redis/client/Command;Ljava/util/List;Lio/vertx/core/Handler;)V
         1: .line 992
            aload 0 /* this */
            areturn
        end local 3 // io.vertx.core.Handler handler
        end local 2 // int destdb
        end local 1 // java.lang.String key
        end local 0 // io.vertx.redis.impl.RedisClientImpl this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lio/vertx/redis/impl/RedisClientImpl;
            0    2     1      key  Ljava/lang/String;
            0    2     2   destdb  I
            0    2     3  handler  Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/lang/Long;>;>;
    Signature: (Ljava/lang/String;ILio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/lang/Long;>;>;)Lio/vertx/redis/RedisClient;
    MethodParameters:
         Name  Flags
      key      
      destdb   
      handler  

  public io.vertx.redis.RedisClient mset(io.vertx.core.json.JsonObject, io.vertx.core.Handler<io.vertx.core.AsyncResult<java.lang.String>>);
    descriptor: (Lio/vertx/core/json/JsonObject;Lio/vertx/core/Handler;)Lio/vertx/redis/RedisClient;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=3, args_size=3
        start local 0 // io.vertx.redis.impl.RedisClientImpl this
        start local 1 // io.vertx.core.json.JsonObject keyvals
        start local 2 // io.vertx.core.Handler handler
         0: .line 997
            aload 0 /* this */
            getstatic io.vertx.redis.client.Command.MSET:Lio/vertx/redis/client/Command;
            iconst_1
            anewarray java.lang.Object
            dup
            iconst_0
            aload 1 /* keyvals */
            aastore
            invokestatic io.vertx.redis.impl.RedisClientImpl.toPayload:([Ljava/lang/Object;)Ljava/util/List;
            aload 2 /* handler */
            invokevirtual io.vertx.redis.impl.RedisClientImpl.sendString:(Lio/vertx/redis/client/Command;Ljava/util/List;Lio/vertx/core/Handler;)V
         1: .line 998
            aload 0 /* this */
            areturn
        end local 2 // io.vertx.core.Handler handler
        end local 1 // io.vertx.core.json.JsonObject keyvals
        end local 0 // io.vertx.redis.impl.RedisClientImpl this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lio/vertx/redis/impl/RedisClientImpl;
            0    2     1  keyvals  Lio/vertx/core/json/JsonObject;
            0    2     2  handler  Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/lang/String;>;>;
    Signature: (Lio/vertx/core/json/JsonObject;Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/lang/String;>;>;)Lio/vertx/redis/RedisClient;
    MethodParameters:
         Name  Flags
      keyvals  
      handler  

  public io.vertx.redis.RedisClient msetnx(io.vertx.core.json.JsonObject, io.vertx.core.Handler<io.vertx.core.AsyncResult<java.lang.Long>>);
    descriptor: (Lio/vertx/core/json/JsonObject;Lio/vertx/core/Handler;)Lio/vertx/redis/RedisClient;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=3, args_size=3
        start local 0 // io.vertx.redis.impl.RedisClientImpl this
        start local 1 // io.vertx.core.json.JsonObject keyvals
        start local 2 // io.vertx.core.Handler handler
         0: .line 1003
            aload 0 /* this */
            getstatic io.vertx.redis.client.Command.MSETNX:Lio/vertx/redis/client/Command;
            iconst_1
            anewarray java.lang.Object
            dup
            iconst_0
            aload 1 /* keyvals */
            aastore
            invokestatic io.vertx.redis.impl.RedisClientImpl.toPayload:([Ljava/lang/Object;)Ljava/util/List;
            aload 2 /* handler */
            invokevirtual io.vertx.redis.impl.RedisClientImpl.sendLong:(Lio/vertx/redis/client/Command;Ljava/util/List;Lio/vertx/core/Handler;)V
         1: .line 1004
            aload 0 /* this */
            areturn
        end local 2 // io.vertx.core.Handler handler
        end local 1 // io.vertx.core.json.JsonObject keyvals
        end local 0 // io.vertx.redis.impl.RedisClientImpl this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lio/vertx/redis/impl/RedisClientImpl;
            0    2     1  keyvals  Lio/vertx/core/json/JsonObject;
            0    2     2  handler  Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/lang/Long;>;>;
    Signature: (Lio/vertx/core/json/JsonObject;Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/lang/Long;>;>;)Lio/vertx/redis/RedisClient;
    MethodParameters:
         Name  Flags
      keyvals  
      handler  

  public io.vertx.redis.RedisClient object(java.lang.String, io.vertx.redis.op.ObjectCmd, io.vertx.core.Handler<io.vertx.core.AsyncResult<java.lang.Void>>);
    descriptor: (Ljava/lang/String;Lio/vertx/redis/op/ObjectCmd;Lio/vertx/core/Handler;)Lio/vertx/redis/RedisClient;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=4, args_size=4
        start local 0 // io.vertx.redis.impl.RedisClientImpl this
        start local 1 // java.lang.String key
        start local 2 // io.vertx.redis.op.ObjectCmd cmd
        start local 3 // io.vertx.core.Handler handler
         0: .line 1009
            aload 0 /* this */
            getstatic io.vertx.redis.client.Command.OBJECT:Lio/vertx/redis/client/Command;
            iconst_2
            anewarray java.lang.Object
            dup
            iconst_0
            aload 2 /* cmd */
            invokevirtual io.vertx.redis.op.ObjectCmd.name:()Ljava/lang/String;
            aastore
            dup
            iconst_1
            aload 1 /* key */
            aastore
            invokestatic io.vertx.redis.impl.RedisClientImpl.toPayload:([Ljava/lang/Object;)Ljava/util/List;
            aload 3 /* handler */
            invokevirtual io.vertx.redis.impl.RedisClientImpl.sendVoid:(Lio/vertx/redis/client/Command;Ljava/util/List;Lio/vertx/core/Handler;)V
         1: .line 1010
            aload 0 /* this */
            areturn
        end local 3 // io.vertx.core.Handler handler
        end local 2 // io.vertx.redis.op.ObjectCmd cmd
        end local 1 // java.lang.String key
        end local 0 // io.vertx.redis.impl.RedisClientImpl this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lio/vertx/redis/impl/RedisClientImpl;
            0    2     1      key  Ljava/lang/String;
            0    2     2      cmd  Lio/vertx/redis/op/ObjectCmd;
            0    2     3  handler  Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/lang/Void;>;>;
    Signature: (Ljava/lang/String;Lio/vertx/redis/op/ObjectCmd;Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/lang/Void;>;>;)Lio/vertx/redis/RedisClient;
    MethodParameters:
         Name  Flags
      key      
      cmd      
      handler  

  public io.vertx.redis.RedisClient persist(java.lang.String, io.vertx.core.Handler<io.vertx.core.AsyncResult<java.lang.Long>>);
    descriptor: (Ljava/lang/String;Lio/vertx/core/Handler;)Lio/vertx/redis/RedisClient;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=3, args_size=3
        start local 0 // io.vertx.redis.impl.RedisClientImpl this
        start local 1 // java.lang.String key
        start local 2 // io.vertx.core.Handler handler
         0: .line 1015
            aload 0 /* this */
            getstatic io.vertx.redis.client.Command.PERSIST:Lio/vertx/redis/client/Command;
            iconst_1
            anewarray java.lang.Object
            dup
            iconst_0
            aload 1 /* key */
            aastore
            invokestatic io.vertx.redis.impl.RedisClientImpl.toPayload:([Ljava/lang/Object;)Ljava/util/List;
            aload 2 /* handler */
            invokevirtual io.vertx.redis.impl.RedisClientImpl.sendLong:(Lio/vertx/redis/client/Command;Ljava/util/List;Lio/vertx/core/Handler;)V
         1: .line 1016
            aload 0 /* this */
            areturn
        end local 2 // io.vertx.core.Handler handler
        end local 1 // java.lang.String key
        end local 0 // io.vertx.redis.impl.RedisClientImpl this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lio/vertx/redis/impl/RedisClientImpl;
            0    2     1      key  Ljava/lang/String;
            0    2     2  handler  Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/lang/Long;>;>;
    Signature: (Ljava/lang/String;Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/lang/Long;>;>;)Lio/vertx/redis/RedisClient;
    MethodParameters:
         Name  Flags
      key      
      handler  

  public io.vertx.redis.RedisClient pexpire(java.lang.String, long, io.vertx.core.Handler<io.vertx.core.AsyncResult<java.lang.Long>>);
    descriptor: (Ljava/lang/String;JLio/vertx/core/Handler;)Lio/vertx/redis/RedisClient;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=7, locals=5, args_size=4
        start local 0 // io.vertx.redis.impl.RedisClientImpl this
        start local 1 // java.lang.String key
        start local 2 // long millis
        start local 4 // io.vertx.core.Handler handler
         0: .line 1021
            aload 0 /* this */
            getstatic io.vertx.redis.client.Command.PEXPIRE:Lio/vertx/redis/client/Command;
            iconst_2
            anewarray java.lang.Object
            dup
            iconst_0
            aload 1 /* key */
            aastore
            dup
            iconst_1
            lload 2 /* millis */
            invokestatic java.lang.Long.valueOf:(J)Ljava/lang/Long;
            aastore
            invokestatic io.vertx.redis.impl.RedisClientImpl.toPayload:([Ljava/lang/Object;)Ljava/util/List;
            aload 4 /* handler */
            invokevirtual io.vertx.redis.impl.RedisClientImpl.sendLong:(Lio/vertx/redis/client/Command;Ljava/util/List;Lio/vertx/core/Handler;)V
         1: .line 1022
            aload 0 /* this */
            areturn
        end local 4 // io.vertx.core.Handler handler
        end local 2 // long millis
        end local 1 // java.lang.String key
        end local 0 // io.vertx.redis.impl.RedisClientImpl this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lio/vertx/redis/impl/RedisClientImpl;
            0    2     1      key  Ljava/lang/String;
            0    2     2   millis  J
            0    2     4  handler  Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/lang/Long;>;>;
    Signature: (Ljava/lang/String;JLio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/lang/Long;>;>;)Lio/vertx/redis/RedisClient;
    MethodParameters:
         Name  Flags
      key      
      millis   
      handler  

  public io.vertx.redis.RedisClient pexpireat(java.lang.String, long, io.vertx.core.Handler<io.vertx.core.AsyncResult<java.lang.Long>>);
    descriptor: (Ljava/lang/String;JLio/vertx/core/Handler;)Lio/vertx/redis/RedisClient;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=7, locals=5, args_size=4
        start local 0 // io.vertx.redis.impl.RedisClientImpl this
        start local 1 // java.lang.String key
        start local 2 // long millis
        start local 4 // io.vertx.core.Handler handler
         0: .line 1027
            aload 0 /* this */
            getstatic io.vertx.redis.client.Command.PEXPIREAT:Lio/vertx/redis/client/Command;
            iconst_2
            anewarray java.lang.Object
            dup
            iconst_0
            aload 1 /* key */
            aastore
            dup
            iconst_1
            lload 2 /* millis */
            invokestatic java.lang.Long.valueOf:(J)Ljava/lang/Long;
            aastore
            invokestatic io.vertx.redis.impl.RedisClientImpl.toPayload:([Ljava/lang/Object;)Ljava/util/List;
            aload 4 /* handler */
            invokevirtual io.vertx.redis.impl.RedisClientImpl.sendLong:(Lio/vertx/redis/client/Command;Ljava/util/List;Lio/vertx/core/Handler;)V
         1: .line 1028
            aload 0 /* this */
            areturn
        end local 4 // io.vertx.core.Handler handler
        end local 2 // long millis
        end local 1 // java.lang.String key
        end local 0 // io.vertx.redis.impl.RedisClientImpl this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lio/vertx/redis/impl/RedisClientImpl;
            0    2     1      key  Ljava/lang/String;
            0    2     2   millis  J
            0    2     4  handler  Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/lang/Long;>;>;
    Signature: (Ljava/lang/String;JLio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/lang/Long;>;>;)Lio/vertx/redis/RedisClient;
    MethodParameters:
         Name  Flags
      key      
      millis   
      handler  

  public io.vertx.redis.RedisClient pfadd(java.lang.String, java.lang.String, io.vertx.core.Handler<io.vertx.core.AsyncResult<java.lang.Long>>);
    descriptor: (Ljava/lang/String;Ljava/lang/String;Lio/vertx/core/Handler;)Lio/vertx/redis/RedisClient;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=4, args_size=4
        start local 0 // io.vertx.redis.impl.RedisClientImpl this
        start local 1 // java.lang.String key
        start local 2 // java.lang.String element
        start local 3 // io.vertx.core.Handler handler
         0: .line 1033
            aload 0 /* this */
            getstatic io.vertx.redis.client.Command.PFADD:Lio/vertx/redis/client/Command;
            iconst_2
            anewarray java.lang.Object
            dup
            iconst_0
            aload 1 /* key */
            aastore
            dup
            iconst_1
            aload 2 /* element */
            aastore
            invokestatic io.vertx.redis.impl.RedisClientImpl.toPayload:([Ljava/lang/Object;)Ljava/util/List;
            aload 3 /* handler */
            invokevirtual io.vertx.redis.impl.RedisClientImpl.sendLong:(Lio/vertx/redis/client/Command;Ljava/util/List;Lio/vertx/core/Handler;)V
         1: .line 1034
            aload 0 /* this */
            areturn
        end local 3 // io.vertx.core.Handler handler
        end local 2 // java.lang.String element
        end local 1 // java.lang.String key
        end local 0 // io.vertx.redis.impl.RedisClientImpl this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lio/vertx/redis/impl/RedisClientImpl;
            0    2     1      key  Ljava/lang/String;
            0    2     2  element  Ljava/lang/String;
            0    2     3  handler  Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/lang/Long;>;>;
    Signature: (Ljava/lang/String;Ljava/lang/String;Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/lang/Long;>;>;)Lio/vertx/redis/RedisClient;
    MethodParameters:
         Name  Flags
      key      
      element  
      handler  

  public io.vertx.redis.RedisClient pfaddMany(java.lang.String, java.util.List<java.lang.String>, io.vertx.core.Handler<io.vertx.core.AsyncResult<java.lang.Long>>);
    descriptor: (Ljava/lang/String;Ljava/util/List;Lio/vertx/core/Handler;)Lio/vertx/redis/RedisClient;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=4, args_size=4
        start local 0 // io.vertx.redis.impl.RedisClientImpl this
        start local 1 // java.lang.String key
        start local 2 // java.util.List elements
        start local 3 // io.vertx.core.Handler handler
         0: .line 1039
            aload 0 /* this */
            getstatic io.vertx.redis.client.Command.PFADD:Lio/vertx/redis/client/Command;
            iconst_2
            anewarray java.lang.Object
            dup
            iconst_0
            aload 1 /* key */
            aastore
            dup
            iconst_1
            aload 2 /* elements */
            aastore
            invokestatic io.vertx.redis.impl.RedisClientImpl.toPayload:([Ljava/lang/Object;)Ljava/util/List;
            aload 3 /* handler */
            invokevirtual io.vertx.redis.impl.RedisClientImpl.sendLong:(Lio/vertx/redis/client/Command;Ljava/util/List;Lio/vertx/core/Handler;)V
         1: .line 1040
            aload 0 /* this */
            areturn
        end local 3 // io.vertx.core.Handler handler
        end local 2 // java.util.List elements
        end local 1 // java.lang.String key
        end local 0 // io.vertx.redis.impl.RedisClientImpl this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    2     0      this  Lio/vertx/redis/impl/RedisClientImpl;
            0    2     1       key  Ljava/lang/String;
            0    2     2  elements  Ljava/util/List<Ljava/lang/String;>;
            0    2     3   handler  Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/lang/Long;>;>;
    Signature: (Ljava/lang/String;Ljava/util/List<Ljava/lang/String;>;Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/lang/Long;>;>;)Lio/vertx/redis/RedisClient;
    MethodParameters:
          Name  Flags
      key       
      elements  
      handler   

  public io.vertx.redis.RedisClient pfcount(java.lang.String, io.vertx.core.Handler<io.vertx.core.AsyncResult<java.lang.Long>>);
    descriptor: (Ljava/lang/String;Lio/vertx/core/Handler;)Lio/vertx/redis/RedisClient;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=3, args_size=3
        start local 0 // io.vertx.redis.impl.RedisClientImpl this
        start local 1 // java.lang.String key
        start local 2 // io.vertx.core.Handler handler
         0: .line 1045
            aload 0 /* this */
            getstatic io.vertx.redis.client.Command.PFCOUNT:Lio/vertx/redis/client/Command;
            iconst_1
            anewarray java.lang.Object
            dup
            iconst_0
            aload 1 /* key */
            aastore
            invokestatic io.vertx.redis.impl.RedisClientImpl.toPayload:([Ljava/lang/Object;)Ljava/util/List;
            aload 2 /* handler */
            invokevirtual io.vertx.redis.impl.RedisClientImpl.sendLong:(Lio/vertx/redis/client/Command;Ljava/util/List;Lio/vertx/core/Handler;)V
         1: .line 1046
            aload 0 /* this */
            areturn
        end local 2 // io.vertx.core.Handler handler
        end local 1 // java.lang.String key
        end local 0 // io.vertx.redis.impl.RedisClientImpl this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lio/vertx/redis/impl/RedisClientImpl;
            0    2     1      key  Ljava/lang/String;
            0    2     2  handler  Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/lang/Long;>;>;
    Signature: (Ljava/lang/String;Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/lang/Long;>;>;)Lio/vertx/redis/RedisClient;
    MethodParameters:
         Name  Flags
      key      
      handler  

  public io.vertx.redis.RedisClient pfcountMany(java.util.List<java.lang.String>, io.vertx.core.Handler<io.vertx.core.AsyncResult<java.lang.Long>>);
    descriptor: (Ljava/util/List;Lio/vertx/core/Handler;)Lio/vertx/redis/RedisClient;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=3, args_size=3
        start local 0 // io.vertx.redis.impl.RedisClientImpl this
        start local 1 // java.util.List key
        start local 2 // io.vertx.core.Handler handler
         0: .line 1051
            aload 0 /* this */
            getstatic io.vertx.redis.client.Command.PFCOUNT:Lio/vertx/redis/client/Command;
            iconst_1
            anewarray java.lang.Object
            dup
            iconst_0
            aload 1 /* key */
            aastore
            invokestatic io.vertx.redis.impl.RedisClientImpl.toPayload:([Ljava/lang/Object;)Ljava/util/List;
            aload 2 /* handler */
            invokevirtual io.vertx.redis.impl.RedisClientImpl.sendLong:(Lio/vertx/redis/client/Command;Ljava/util/List;Lio/vertx/core/Handler;)V
         1: .line 1052
            aload 0 /* this */
            areturn
        end local 2 // io.vertx.core.Handler handler
        end local 1 // java.util.List key
        end local 0 // io.vertx.redis.impl.RedisClientImpl this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lio/vertx/redis/impl/RedisClientImpl;
            0    2     1      key  Ljava/util/List<Ljava/lang/String;>;
            0    2     2  handler  Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/lang/Long;>;>;
    Signature: (Ljava/util/List<Ljava/lang/String;>;Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/lang/Long;>;>;)Lio/vertx/redis/RedisClient;
    MethodParameters:
         Name  Flags
      key      
      handler  

  public io.vertx.redis.RedisClient pfmerge(java.lang.String, java.util.List<java.lang.String>, io.vertx.core.Handler<io.vertx.core.AsyncResult<java.lang.String>>);
    descriptor: (Ljava/lang/String;Ljava/util/List;Lio/vertx/core/Handler;)Lio/vertx/redis/RedisClient;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=4, args_size=4
        start local 0 // io.vertx.redis.impl.RedisClientImpl this
        start local 1 // java.lang.String destkey
        start local 2 // java.util.List keys
        start local 3 // io.vertx.core.Handler handler
         0: .line 1057
            aload 0 /* this */
            getstatic io.vertx.redis.client.Command.PFMERGE:Lio/vertx/redis/client/Command;
            iconst_2
            anewarray java.lang.Object
            dup
            iconst_0
            aload 1 /* destkey */
            aastore
            dup
            iconst_1
            aload 2 /* keys */
            aastore
            invokestatic io.vertx.redis.impl.RedisClientImpl.toPayload:([Ljava/lang/Object;)Ljava/util/List;
            aload 3 /* handler */
            invokevirtual io.vertx.redis.impl.RedisClientImpl.sendString:(Lio/vertx/redis/client/Command;Ljava/util/List;Lio/vertx/core/Handler;)V
         1: .line 1058
            aload 0 /* this */
            areturn
        end local 3 // io.vertx.core.Handler handler
        end local 2 // java.util.List keys
        end local 1 // java.lang.String destkey
        end local 0 // io.vertx.redis.impl.RedisClientImpl this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lio/vertx/redis/impl/RedisClientImpl;
            0    2     1  destkey  Ljava/lang/String;
            0    2     2     keys  Ljava/util/List<Ljava/lang/String;>;
            0    2     3  handler  Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/lang/String;>;>;
    Signature: (Ljava/lang/String;Ljava/util/List<Ljava/lang/String;>;Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/lang/String;>;>;)Lio/vertx/redis/RedisClient;
    MethodParameters:
         Name  Flags
      destkey  
      keys     
      handler  

  public io.vertx.redis.RedisClient ping(io.vertx.core.Handler<io.vertx.core.AsyncResult<java.lang.String>>);
    descriptor: (Lio/vertx/core/Handler;)Lio/vertx/redis/RedisClient;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=2, args_size=2
        start local 0 // io.vertx.redis.impl.RedisClientImpl this
        start local 1 // io.vertx.core.Handler handler
         0: .line 1063
            aload 0 /* this */
            getstatic io.vertx.redis.client.Command.PING:Lio/vertx/redis/client/Command;
            aconst_null
            aload 1 /* handler */
            invokevirtual io.vertx.redis.impl.RedisClientImpl.sendString:(Lio/vertx/redis/client/Command;Ljava/util/List;Lio/vertx/core/Handler;)V
         1: .line 1064
            aload 0 /* this */
            areturn
        end local 1 // io.vertx.core.Handler handler
        end local 0 // io.vertx.redis.impl.RedisClientImpl this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lio/vertx/redis/impl/RedisClientImpl;
            0    2     1  handler  Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/lang/String;>;>;
    Signature: (Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/lang/String;>;>;)Lio/vertx/redis/RedisClient;
    MethodParameters:
         Name  Flags
      handler  

  public io.vertx.redis.RedisClient psetex(java.lang.String, long, java.lang.String, io.vertx.core.Handler<io.vertx.core.AsyncResult<java.lang.Void>>);
    descriptor: (Ljava/lang/String;JLjava/lang/String;Lio/vertx/core/Handler;)Lio/vertx/redis/RedisClient;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=7, locals=6, args_size=5
        start local 0 // io.vertx.redis.impl.RedisClientImpl this
        start local 1 // java.lang.String key
        start local 2 // long millis
        start local 4 // java.lang.String value
        start local 5 // io.vertx.core.Handler handler
         0: .line 1069
            aload 0 /* this */
            getstatic io.vertx.redis.client.Command.PSETEX:Lio/vertx/redis/client/Command;
            iconst_3
            anewarray java.lang.Object
            dup
            iconst_0
            aload 1 /* key */
            aastore
            dup
            iconst_1
            lload 2 /* millis */
            invokestatic java.lang.Long.valueOf:(J)Ljava/lang/Long;
            aastore
            dup
            iconst_2
            aload 4 /* value */
            aastore
            invokestatic io.vertx.redis.impl.RedisClientImpl.toPayload:([Ljava/lang/Object;)Ljava/util/List;
            aload 5 /* handler */
            invokevirtual io.vertx.redis.impl.RedisClientImpl.sendVoid:(Lio/vertx/redis/client/Command;Ljava/util/List;Lio/vertx/core/Handler;)V
         1: .line 1070
            aload 0 /* this */
            areturn
        end local 5 // io.vertx.core.Handler handler
        end local 4 // java.lang.String value
        end local 2 // long millis
        end local 1 // java.lang.String key
        end local 0 // io.vertx.redis.impl.RedisClientImpl this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lio/vertx/redis/impl/RedisClientImpl;
            0    2     1      key  Ljava/lang/String;
            0    2     2   millis  J
            0    2     4    value  Ljava/lang/String;
            0    2     5  handler  Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/lang/Void;>;>;
    Signature: (Ljava/lang/String;JLjava/lang/String;Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/lang/Void;>;>;)Lio/vertx/redis/RedisClient;
    MethodParameters:
         Name  Flags
      key      
      millis   
      value    
      handler  

  public io.vertx.redis.RedisClient psubscribe(java.lang.String, io.vertx.core.Handler<io.vertx.core.AsyncResult<io.vertx.core.json.JsonArray>>);
    descriptor: (Ljava/lang/String;Lio/vertx/core/Handler;)Lio/vertx/redis/RedisClient;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=3, args_size=3
        start local 0 // io.vertx.redis.impl.RedisClientImpl this
        start local 1 // java.lang.String pattern
        start local 2 // io.vertx.core.Handler handler
         0: .line 1075
            aload 0 /* this */
            getstatic io.vertx.redis.client.Command.PSUBSCRIBE:Lio/vertx/redis/client/Command;
            iconst_1
            anewarray java.lang.Object
            dup
            iconst_0
            aload 1 /* pattern */
            aastore
            invokestatic io.vertx.redis.impl.RedisClientImpl.toPayload:([Ljava/lang/Object;)Ljava/util/List;
            aload 2 /* handler */
            invokevirtual io.vertx.redis.impl.RedisClientImpl.sendJsonArray:(Lio/vertx/redis/client/Command;Ljava/util/List;Lio/vertx/core/Handler;)V
         1: .line 1076
            aload 0 /* this */
            areturn
        end local 2 // io.vertx.core.Handler handler
        end local 1 // java.lang.String pattern
        end local 0 // io.vertx.redis.impl.RedisClientImpl this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lio/vertx/redis/impl/RedisClientImpl;
            0    2     1  pattern  Ljava/lang/String;
            0    2     2  handler  Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Lio/vertx/core/json/JsonArray;>;>;
    Signature: (Ljava/lang/String;Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Lio/vertx/core/json/JsonArray;>;>;)Lio/vertx/redis/RedisClient;
    MethodParameters:
         Name  Flags
      pattern  
      handler  

  public io.vertx.redis.RedisClient psubscribeMany(java.util.List<java.lang.String>, io.vertx.core.Handler<io.vertx.core.AsyncResult<io.vertx.core.json.JsonArray>>);
    descriptor: (Ljava/util/List;Lio/vertx/core/Handler;)Lio/vertx/redis/RedisClient;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=3, args_size=3
        start local 0 // io.vertx.redis.impl.RedisClientImpl this
        start local 1 // java.util.List patterns
        start local 2 // io.vertx.core.Handler handler
         0: .line 1081
            aload 0 /* this */
            getstatic io.vertx.redis.client.Command.PSUBSCRIBE:Lio/vertx/redis/client/Command;
            iconst_1
            anewarray java.lang.Object
            dup
            iconst_0
            aload 1 /* patterns */
            aastore
            invokestatic io.vertx.redis.impl.RedisClientImpl.toPayload:([Ljava/lang/Object;)Ljava/util/List;
            aload 2 /* handler */
            invokevirtual io.vertx.redis.impl.RedisClientImpl.sendJsonArray:(Lio/vertx/redis/client/Command;Ljava/util/List;Lio/vertx/core/Handler;)V
         1: .line 1082
            aload 0 /* this */
            areturn
        end local 2 // io.vertx.core.Handler handler
        end local 1 // java.util.List patterns
        end local 0 // io.vertx.redis.impl.RedisClientImpl this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    2     0      this  Lio/vertx/redis/impl/RedisClientImpl;
            0    2     1  patterns  Ljava/util/List<Ljava/lang/String;>;
            0    2     2   handler  Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Lio/vertx/core/json/JsonArray;>;>;
    Signature: (Ljava/util/List<Ljava/lang/String;>;Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Lio/vertx/core/json/JsonArray;>;>;)Lio/vertx/redis/RedisClient;
    MethodParameters:
          Name  Flags
      patterns  
      handler   

  public io.vertx.redis.RedisClient pubsubChannels(java.lang.String, io.vertx.core.Handler<io.vertx.core.AsyncResult<io.vertx.core.json.JsonArray>>);
    descriptor: (Ljava/lang/String;Lio/vertx/core/Handler;)Lio/vertx/redis/RedisClient;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=7, locals=3, args_size=3
        start local 0 // io.vertx.redis.impl.RedisClientImpl this
        start local 1 // java.lang.String pattern
        start local 2 // io.vertx.core.Handler handler
         0: .line 1087
            aload 0 /* this */
            getstatic io.vertx.redis.client.Command.PUBSUB:Lio/vertx/redis/client/Command;
            iconst_2
            anewarray java.lang.Object
            dup
            iconst_0
            ldc "CHANNELS"
            aastore
            dup
            iconst_1
            aload 1 /* pattern */
            ifnull 1
            ldc ""
            aload 1 /* pattern */
            invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
            ifeq 2
      StackMap locals: io.vertx.redis.impl.RedisClientImpl java.lang.String io.vertx.core.Handler
      StackMap stack: io.vertx.redis.impl.RedisClientImpl io.vertx.redis.client.Command java.lang.Object[] java.lang.Object[] int
         1: aconst_null
            goto 3
      StackMap locals: io.vertx.redis.impl.RedisClientImpl java.lang.String io.vertx.core.Handler
      StackMap stack: io.vertx.redis.impl.RedisClientImpl io.vertx.redis.client.Command java.lang.Object[] java.lang.Object[] int
         2: aload 1 /* pattern */
      StackMap locals: io.vertx.redis.impl.RedisClientImpl java.lang.String io.vertx.core.Handler
      StackMap stack: io.vertx.redis.impl.RedisClientImpl io.vertx.redis.client.Command java.lang.Object[] java.lang.Object[] int java.lang.String
         3: aastore
            invokestatic io.vertx.redis.impl.RedisClientImpl.toPayload:([Ljava/lang/Object;)Ljava/util/List;
            aload 2 /* handler */
            invokevirtual io.vertx.redis.impl.RedisClientImpl.sendJsonArray:(Lio/vertx/redis/client/Command;Ljava/util/List;Lio/vertx/core/Handler;)V
         4: .line 1088
            aload 0 /* this */
            areturn
        end local 2 // io.vertx.core.Handler handler
        end local 1 // java.lang.String pattern
        end local 0 // io.vertx.redis.impl.RedisClientImpl this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    5     0     this  Lio/vertx/redis/impl/RedisClientImpl;
            0    5     1  pattern  Ljava/lang/String;
            0    5     2  handler  Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Lio/vertx/core/json/JsonArray;>;>;
    Signature: (Ljava/lang/String;Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Lio/vertx/core/json/JsonArray;>;>;)Lio/vertx/redis/RedisClient;
    MethodParameters:
         Name  Flags
      pattern  
      handler  

  public io.vertx.redis.RedisClient pubsubNumsub(java.util.List<java.lang.String>, io.vertx.core.Handler<io.vertx.core.AsyncResult<io.vertx.core.json.JsonArray>>);
    descriptor: (Ljava/util/List;Lio/vertx/core/Handler;)Lio/vertx/redis/RedisClient;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=3, args_size=3
        start local 0 // io.vertx.redis.impl.RedisClientImpl this
        start local 1 // java.util.List channels
        start local 2 // io.vertx.core.Handler handler
         0: .line 1092
            aload 0 /* this */
            getstatic io.vertx.redis.client.Command.PUBSUB:Lio/vertx/redis/client/Command;
            iconst_2
            anewarray java.lang.Object
            dup
            iconst_0
            ldc "NUMSUB"
            aastore
            dup
            iconst_1
            aload 1 /* channels */
            aastore
            invokestatic io.vertx.redis.impl.RedisClientImpl.toPayload:([Ljava/lang/Object;)Ljava/util/List;
            aload 2 /* handler */
            invokevirtual io.vertx.redis.impl.RedisClientImpl.sendJsonArray:(Lio/vertx/redis/client/Command;Ljava/util/List;Lio/vertx/core/Handler;)V
         1: .line 1093
            aload 0 /* this */
            areturn
        end local 2 // io.vertx.core.Handler handler
        end local 1 // java.util.List channels
        end local 0 // io.vertx.redis.impl.RedisClientImpl this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    2     0      this  Lio/vertx/redis/impl/RedisClientImpl;
            0    2     1  channels  Ljava/util/List<Ljava/lang/String;>;
            0    2     2   handler  Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Lio/vertx/core/json/JsonArray;>;>;
    Signature: (Ljava/util/List<Ljava/lang/String;>;Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Lio/vertx/core/json/JsonArray;>;>;)Lio/vertx/redis/RedisClient;
    MethodParameters:
          Name  Flags
      channels  
      handler   

  public io.vertx.redis.RedisClient pubsubNumpat(io.vertx.core.Handler<io.vertx.core.AsyncResult<java.lang.Long>>);
    descriptor: (Lio/vertx/core/Handler;)Lio/vertx/redis/RedisClient;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=2, args_size=2
        start local 0 // io.vertx.redis.impl.RedisClientImpl this
        start local 1 // io.vertx.core.Handler handler
         0: .line 1097
            aload 0 /* this */
            getstatic io.vertx.redis.client.Command.PUBSUB:Lio/vertx/redis/client/Command;
            iconst_1
            anewarray java.lang.Object
            dup
            iconst_0
            ldc "NUMPAT"
            aastore
            invokestatic io.vertx.redis.impl.RedisClientImpl.toPayload:([Ljava/lang/Object;)Ljava/util/List;
            aload 1 /* handler */
            invokevirtual io.vertx.redis.impl.RedisClientImpl.sendLong:(Lio/vertx/redis/client/Command;Ljava/util/List;Lio/vertx/core/Handler;)V
         1: .line 1098
            aload 0 /* this */
            areturn
        end local 1 // io.vertx.core.Handler handler
        end local 0 // io.vertx.redis.impl.RedisClientImpl this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lio/vertx/redis/impl/RedisClientImpl;
            0    2     1  handler  Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/lang/Long;>;>;
    Signature: (Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/lang/Long;>;>;)Lio/vertx/redis/RedisClient;
    MethodParameters:
         Name  Flags
      handler  

  public io.vertx.redis.RedisClient pttl(java.lang.String, io.vertx.core.Handler<io.vertx.core.AsyncResult<java.lang.Long>>);
    descriptor: (Ljava/lang/String;Lio/vertx/core/Handler;)Lio/vertx/redis/RedisClient;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=3, args_size=3
        start local 0 // io.vertx.redis.impl.RedisClientImpl this
        start local 1 // java.lang.String key
        start local 2 // io.vertx.core.Handler handler
         0: .line 1103
            aload 0 /* this */
            getstatic io.vertx.redis.client.Command.PTTL:Lio/vertx/redis/client/Command;
            iconst_1
            anewarray java.lang.Object
            dup
            iconst_0
            aload 1 /* key */
            aastore
            invokestatic io.vertx.redis.impl.RedisClientImpl.toPayload:([Ljava/lang/Object;)Ljava/util/List;
            aload 2 /* handler */
            invokevirtual io.vertx.redis.impl.RedisClientImpl.sendLong:(Lio/vertx/redis/client/Command;Ljava/util/List;Lio/vertx/core/Handler;)V
         1: .line 1104
            aload 0 /* this */
            areturn
        end local 2 // io.vertx.core.Handler handler
        end local 1 // java.lang.String key
        end local 0 // io.vertx.redis.impl.RedisClientImpl this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lio/vertx/redis/impl/RedisClientImpl;
            0    2     1      key  Ljava/lang/String;
            0    2     2  handler  Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/lang/Long;>;>;
    Signature: (Ljava/lang/String;Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/lang/Long;>;>;)Lio/vertx/redis/RedisClient;
    MethodParameters:
         Name  Flags
      key      
      handler  

  public io.vertx.redis.RedisClient publish(java.lang.String, java.lang.String, io.vertx.core.Handler<io.vertx.core.AsyncResult<java.lang.Long>>);
    descriptor: (Ljava/lang/String;Ljava/lang/String;Lio/vertx/core/Handler;)Lio/vertx/redis/RedisClient;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=4, args_size=4
        start local 0 // io.vertx.redis.impl.RedisClientImpl this
        start local 1 // java.lang.String channel
        start local 2 // java.lang.String message
        start local 3 // io.vertx.core.Handler handler
         0: .line 1109
            aload 0 /* this */
            getstatic io.vertx.redis.client.Command.PUBLISH:Lio/vertx/redis/client/Command;
            iconst_2
            anewarray java.lang.Object
            dup
            iconst_0
            aload 1 /* channel */
            aastore
            dup
            iconst_1
            aload 2 /* message */
            aastore
            invokestatic io.vertx.redis.impl.RedisClientImpl.toPayload:([Ljava/lang/Object;)Ljava/util/List;
            aload 3 /* handler */
            invokevirtual io.vertx.redis.impl.RedisClientImpl.sendLong:(Lio/vertx/redis/client/Command;Ljava/util/List;Lio/vertx/core/Handler;)V
         1: .line 1110
            aload 0 /* this */
            areturn
        end local 3 // io.vertx.core.Handler handler
        end local 2 // java.lang.String message
        end local 1 // java.lang.String channel
        end local 0 // io.vertx.redis.impl.RedisClientImpl this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lio/vertx/redis/impl/RedisClientImpl;
            0    2     1  channel  Ljava/lang/String;
            0    2     2  message  Ljava/lang/String;
            0    2     3  handler  Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/lang/Long;>;>;
    Signature: (Ljava/lang/String;Ljava/lang/String;Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/lang/Long;>;>;)Lio/vertx/redis/RedisClient;
    MethodParameters:
         Name  Flags
      channel  
      message  
      handler  

  public io.vertx.redis.RedisClient punsubscribe(java.util.List<java.lang.String>, io.vertx.core.Handler<io.vertx.core.AsyncResult<java.lang.Void>>);
    descriptor: (Ljava/util/List;Lio/vertx/core/Handler;)Lio/vertx/redis/RedisClient;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=3, args_size=3
        start local 0 // io.vertx.redis.impl.RedisClientImpl this
        start local 1 // java.util.List patterns
        start local 2 // io.vertx.core.Handler handler
         0: .line 1115
            aload 0 /* this */
            getstatic io.vertx.redis.client.Command.PUNSUBSCRIBE:Lio/vertx/redis/client/Command;
            iconst_1
            anewarray java.lang.Object
            dup
            iconst_0
            aload 1 /* patterns */
            aastore
            invokestatic io.vertx.redis.impl.RedisClientImpl.toPayload:([Ljava/lang/Object;)Ljava/util/List;
            aload 2 /* handler */
            invokevirtual io.vertx.redis.impl.RedisClientImpl.sendVoid:(Lio/vertx/redis/client/Command;Ljava/util/List;Lio/vertx/core/Handler;)V
         1: .line 1116
            aload 0 /* this */
            areturn
        end local 2 // io.vertx.core.Handler handler
        end local 1 // java.util.List patterns
        end local 0 // io.vertx.redis.impl.RedisClientImpl this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    2     0      this  Lio/vertx/redis/impl/RedisClientImpl;
            0    2     1  patterns  Ljava/util/List<Ljava/lang/String;>;
            0    2     2   handler  Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/lang/Void;>;>;
    Signature: (Ljava/util/List<Ljava/lang/String;>;Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/lang/Void;>;>;)Lio/vertx/redis/RedisClient;
    MethodParameters:
          Name  Flags
      patterns  
      handler   

  public io.vertx.redis.RedisClient randomkey(io.vertx.core.Handler<io.vertx.core.AsyncResult<java.lang.String>>);
    descriptor: (Lio/vertx/core/Handler;)Lio/vertx/redis/RedisClient;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=2, args_size=2
        start local 0 // io.vertx.redis.impl.RedisClientImpl this
        start local 1 // io.vertx.core.Handler handler
         0: .line 1122
            aload 0 /* this */
            getstatic io.vertx.redis.client.Command.RANDOMKEY:Lio/vertx/redis/client/Command;
            aconst_null
            aload 1 /* handler */
            invokevirtual io.vertx.redis.impl.RedisClientImpl.sendString:(Lio/vertx/redis/client/Command;Ljava/util/List;Lio/vertx/core/Handler;)V
         1: .line 1123
            aload 0 /* this */
            areturn
        end local 1 // io.vertx.core.Handler handler
        end local 0 // io.vertx.redis.impl.RedisClientImpl this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lio/vertx/redis/impl/RedisClientImpl;
            0    2     1  handler  Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/lang/String;>;>;
    Signature: (Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/lang/String;>;>;)Lio/vertx/redis/RedisClient;
    MethodParameters:
         Name  Flags
      handler  

  public io.vertx.redis.RedisClient rename(java.lang.String, java.lang.String, io.vertx.core.Handler<io.vertx.core.AsyncResult<java.lang.String>>);
    descriptor: (Ljava/lang/String;Ljava/lang/String;Lio/vertx/core/Handler;)Lio/vertx/redis/RedisClient;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=4, args_size=4
        start local 0 // io.vertx.redis.impl.RedisClientImpl this
        start local 1 // java.lang.String key
        start local 2 // java.lang.String newkey
        start local 3 // io.vertx.core.Handler handler
         0: .line 1128
            aload 0 /* this */
            getstatic io.vertx.redis.client.Command.RENAME:Lio/vertx/redis/client/Command;
            iconst_2
            anewarray java.lang.Object
            dup
            iconst_0
            aload 1 /* key */
            aastore
            dup
            iconst_1
            aload 2 /* newkey */
            aastore
            invokestatic io.vertx.redis.impl.RedisClientImpl.toPayload:([Ljava/lang/Object;)Ljava/util/List;
            aload 3 /* handler */
            invokevirtual io.vertx.redis.impl.RedisClientImpl.sendString:(Lio/vertx/redis/client/Command;Ljava/util/List;Lio/vertx/core/Handler;)V
         1: .line 1129
            aload 0 /* this */
            areturn
        end local 3 // io.vertx.core.Handler handler
        end local 2 // java.lang.String newkey
        end local 1 // java.lang.String key
        end local 0 // io.vertx.redis.impl.RedisClientImpl this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lio/vertx/redis/impl/RedisClientImpl;
            0    2     1      key  Ljava/lang/String;
            0    2     2   newkey  Ljava/lang/String;
            0    2     3  handler  Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/lang/String;>;>;
    Signature: (Ljava/lang/String;Ljava/lang/String;Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/lang/String;>;>;)Lio/vertx/redis/RedisClient;
    MethodParameters:
         Name  Flags
      key      
      newkey   
      handler  

  public io.vertx.redis.RedisClient renamenx(java.lang.String, java.lang.String, io.vertx.core.Handler<io.vertx.core.AsyncResult<java.lang.Long>>);
    descriptor: (Ljava/lang/String;Ljava/lang/String;Lio/vertx/core/Handler;)Lio/vertx/redis/RedisClient;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=4, args_size=4
        start local 0 // io.vertx.redis.impl.RedisClientImpl this
        start local 1 // java.lang.String key
        start local 2 // java.lang.String newkey
        start local 3 // io.vertx.core.Handler handler
         0: .line 1134
            aload 0 /* this */
            getstatic io.vertx.redis.client.Command.RENAMENX:Lio/vertx/redis/client/Command;
            iconst_2
            anewarray java.lang.Object
            dup
            iconst_0
            aload 1 /* key */
            aastore
            dup
            iconst_1
            aload 2 /* newkey */
            aastore
            invokestatic io.vertx.redis.impl.RedisClientImpl.toPayload:([Ljava/lang/Object;)Ljava/util/List;
            aload 3 /* handler */
            invokevirtual io.vertx.redis.impl.RedisClientImpl.sendLong:(Lio/vertx/redis/client/Command;Ljava/util/List;Lio/vertx/core/Handler;)V
         1: .line 1135
            aload 0 /* this */
            areturn
        end local 3 // io.vertx.core.Handler handler
        end local 2 // java.lang.String newkey
        end local 1 // java.lang.String key
        end local 0 // io.vertx.redis.impl.RedisClientImpl this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lio/vertx/redis/impl/RedisClientImpl;
            0    2     1      key  Ljava/lang/String;
            0    2     2   newkey  Ljava/lang/String;
            0    2     3  handler  Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/lang/Long;>;>;
    Signature: (Ljava/lang/String;Ljava/lang/String;Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/lang/Long;>;>;)Lio/vertx/redis/RedisClient;
    MethodParameters:
         Name  Flags
      key      
      newkey   
      handler  

  public io.vertx.redis.RedisClient restore(java.lang.String, long, java.lang.String, io.vertx.core.Handler<io.vertx.core.AsyncResult<java.lang.String>>);
    descriptor: (Ljava/lang/String;JLjava/lang/String;Lio/vertx/core/Handler;)Lio/vertx/redis/RedisClient;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=7, locals=6, args_size=5
        start local 0 // io.vertx.redis.impl.RedisClientImpl this
        start local 1 // java.lang.String key
        start local 2 // long millis
        start local 4 // java.lang.String serialized
        start local 5 // io.vertx.core.Handler handler
         0: .line 1140
            aload 0 /* this */
            getstatic io.vertx.redis.client.Command.RESTORE:Lio/vertx/redis/client/Command;
            iconst_3
            anewarray java.lang.Object
            dup
            iconst_0
            aload 1 /* key */
            aastore
            dup
            iconst_1
            lload 2 /* millis */
            invokestatic java.lang.Long.valueOf:(J)Ljava/lang/Long;
            aastore
            dup
            iconst_2
            aload 4 /* serialized */
            invokestatic io.vertx.redis.impl.RedisEncoding.decode:(Ljava/lang/String;)Ljava/lang/String;
            aastore
            invokestatic io.vertx.redis.impl.RedisClientImpl.toPayload:([Ljava/lang/Object;)Ljava/util/List;
            aload 5 /* handler */
            invokevirtual io.vertx.redis.impl.RedisClientImpl.sendString:(Lio/vertx/redis/client/Command;Ljava/util/List;Lio/vertx/core/Handler;)V
         1: .line 1141
            aload 0 /* this */
            areturn
        end local 5 // io.vertx.core.Handler handler
        end local 4 // java.lang.String serialized
        end local 2 // long millis
        end local 1 // java.lang.String key
        end local 0 // io.vertx.redis.impl.RedisClientImpl this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    2     0        this  Lio/vertx/redis/impl/RedisClientImpl;
            0    2     1         key  Ljava/lang/String;
            0    2     2      millis  J
            0    2     4  serialized  Ljava/lang/String;
            0    2     5     handler  Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/lang/String;>;>;
    Signature: (Ljava/lang/String;JLjava/lang/String;Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/lang/String;>;>;)Lio/vertx/redis/RedisClient;
    MethodParameters:
            Name  Flags
      key         
      millis      
      serialized  
      handler     

  public io.vertx.redis.RedisClient role(io.vertx.core.Handler<io.vertx.core.AsyncResult<io.vertx.core.json.JsonArray>>);
    descriptor: (Lio/vertx/core/Handler;)Lio/vertx/redis/RedisClient;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=2, args_size=2
        start local 0 // io.vertx.redis.impl.RedisClientImpl this
        start local 1 // io.vertx.core.Handler handler
         0: .line 1146
            aload 0 /* this */
            getstatic io.vertx.redis.client.Command.ROLE:Lio/vertx/redis/client/Command;
            aconst_null
            aload 1 /* handler */
            invokevirtual io.vertx.redis.impl.RedisClientImpl.sendJsonArray:(Lio/vertx/redis/client/Command;Ljava/util/List;Lio/vertx/core/Handler;)V
         1: .line 1147
            aload 0 /* this */
            areturn
        end local 1 // io.vertx.core.Handler handler
        end local 0 // io.vertx.redis.impl.RedisClientImpl this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lio/vertx/redis/impl/RedisClientImpl;
            0    2     1  handler  Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Lio/vertx/core/json/JsonArray;>;>;
    Signature: (Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Lio/vertx/core/json/JsonArray;>;>;)Lio/vertx/redis/RedisClient;
    MethodParameters:
         Name  Flags
      handler  

  public io.vertx.redis.RedisClient rpop(java.lang.String, io.vertx.core.Handler<io.vertx.core.AsyncResult<java.lang.String>>);
    descriptor: (Ljava/lang/String;Lio/vertx/core/Handler;)Lio/vertx/redis/RedisClient;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=3, args_size=3
        start local 0 // io.vertx.redis.impl.RedisClientImpl this
        start local 1 // java.lang.String key
        start local 2 // io.vertx.core.Handler handler
         0: .line 1152
            aload 0 /* this */
            getstatic io.vertx.redis.client.Command.RPOP:Lio/vertx/redis/client/Command;
            iconst_1
            anewarray java.lang.Object
            dup
            iconst_0
            aload 1 /* key */
            aastore
            invokestatic io.vertx.redis.impl.RedisClientImpl.toPayload:([Ljava/lang/Object;)Ljava/util/List;
            aload 2 /* handler */
            invokevirtual io.vertx.redis.impl.RedisClientImpl.sendString:(Lio/vertx/redis/client/Command;Ljava/util/List;Lio/vertx/core/Handler;)V
         1: .line 1153
            aload 0 /* this */
            areturn
        end local 2 // io.vertx.core.Handler handler
        end local 1 // java.lang.String key
        end local 0 // io.vertx.redis.impl.RedisClientImpl this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lio/vertx/redis/impl/RedisClientImpl;
            0    2     1      key  Ljava/lang/String;
            0    2     2  handler  Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/lang/String;>;>;
    Signature: (Ljava/lang/String;Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/lang/String;>;>;)Lio/vertx/redis/RedisClient;
    MethodParameters:
         Name  Flags
      key      
      handler  

  public io.vertx.redis.RedisClient rpoplpush(java.lang.String, java.lang.String, io.vertx.core.Handler<io.vertx.core.AsyncResult<java.lang.String>>);
    descriptor: (Ljava/lang/String;Ljava/lang/String;Lio/vertx/core/Handler;)Lio/vertx/redis/RedisClient;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=4, args_size=4
        start local 0 // io.vertx.redis.impl.RedisClientImpl this
        start local 1 // java.lang.String key
        start local 2 // java.lang.String destkey
        start local 3 // io.vertx.core.Handler handler
         0: .line 1158
            aload 0 /* this */
            getstatic io.vertx.redis.client.Command.RPOPLPUSH:Lio/vertx/redis/client/Command;
            iconst_2
            anewarray java.lang.Object
            dup
            iconst_0
            aload 1 /* key */
            aastore
            dup
            iconst_1
            aload 2 /* destkey */
            aastore
            invokestatic io.vertx.redis.impl.RedisClientImpl.toPayload:([Ljava/lang/Object;)Ljava/util/List;
            aload 3 /* handler */
            invokevirtual io.vertx.redis.impl.RedisClientImpl.sendString:(Lio/vertx/redis/client/Command;Ljava/util/List;Lio/vertx/core/Handler;)V
         1: .line 1159
            aload 0 /* this */
            areturn
        end local 3 // io.vertx.core.Handler handler
        end local 2 // java.lang.String destkey
        end local 1 // java.lang.String key
        end local 0 // io.vertx.redis.impl.RedisClientImpl this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lio/vertx/redis/impl/RedisClientImpl;
            0    2     1      key  Ljava/lang/String;
            0    2     2  destkey  Ljava/lang/String;
            0    2     3  handler  Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/lang/String;>;>;
    Signature: (Ljava/lang/String;Ljava/lang/String;Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/lang/String;>;>;)Lio/vertx/redis/RedisClient;
    MethodParameters:
         Name  Flags
      key      
      destkey  
      handler  

  public io.vertx.redis.RedisClient rpushMany(java.lang.String, java.util.List<java.lang.String>, io.vertx.core.Handler<io.vertx.core.AsyncResult<java.lang.Long>>);
    descriptor: (Ljava/lang/String;Ljava/util/List;Lio/vertx/core/Handler;)Lio/vertx/redis/RedisClient;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=4, args_size=4
        start local 0 // io.vertx.redis.impl.RedisClientImpl this
        start local 1 // java.lang.String key
        start local 2 // java.util.List values
        start local 3 // io.vertx.core.Handler handler
         0: .line 1164
            aload 0 /* this */
            getstatic io.vertx.redis.client.Command.RPUSH:Lio/vertx/redis/client/Command;
            iconst_2
            anewarray java.lang.Object
            dup
            iconst_0
            aload 1 /* key */
            aastore
            dup
            iconst_1
            aload 2 /* values */
            aastore
            invokestatic io.vertx.redis.impl.RedisClientImpl.toPayload:([Ljava/lang/Object;)Ljava/util/List;
            aload 3 /* handler */
            invokevirtual io.vertx.redis.impl.RedisClientImpl.sendLong:(Lio/vertx/redis/client/Command;Ljava/util/List;Lio/vertx/core/Handler;)V
         1: .line 1165
            aload 0 /* this */
            areturn
        end local 3 // io.vertx.core.Handler handler
        end local 2 // java.util.List values
        end local 1 // java.lang.String key
        end local 0 // io.vertx.redis.impl.RedisClientImpl this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lio/vertx/redis/impl/RedisClientImpl;
            0    2     1      key  Ljava/lang/String;
            0    2     2   values  Ljava/util/List<Ljava/lang/String;>;
            0    2     3  handler  Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/lang/Long;>;>;
    Signature: (Ljava/lang/String;Ljava/util/List<Ljava/lang/String;>;Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/lang/Long;>;>;)Lio/vertx/redis/RedisClient;
    MethodParameters:
         Name  Flags
      key      
      values   
      handler  

  public io.vertx.redis.RedisClient rpush(java.lang.String, java.lang.String, io.vertx.core.Handler<io.vertx.core.AsyncResult<java.lang.Long>>);
    descriptor: (Ljava/lang/String;Ljava/lang/String;Lio/vertx/core/Handler;)Lio/vertx/redis/RedisClient;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=4, args_size=4
        start local 0 // io.vertx.redis.impl.RedisClientImpl this
        start local 1 // java.lang.String key
        start local 2 // java.lang.String value
        start local 3 // io.vertx.core.Handler handler
         0: .line 1170
            aload 0 /* this */
            getstatic io.vertx.redis.client.Command.RPUSH:Lio/vertx/redis/client/Command;
            iconst_2
            anewarray java.lang.Object
            dup
            iconst_0
            aload 1 /* key */
            aastore
            dup
            iconst_1
            aload 2 /* value */
            aastore
            invokestatic io.vertx.redis.impl.RedisClientImpl.toPayload:([Ljava/lang/Object;)Ljava/util/List;
            aload 3 /* handler */
            invokevirtual io.vertx.redis.impl.RedisClientImpl.sendLong:(Lio/vertx/redis/client/Command;Ljava/util/List;Lio/vertx/core/Handler;)V
         1: .line 1171
            aload 0 /* this */
            areturn
        end local 3 // io.vertx.core.Handler handler
        end local 2 // java.lang.String value
        end local 1 // java.lang.String key
        end local 0 // io.vertx.redis.impl.RedisClientImpl this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lio/vertx/redis/impl/RedisClientImpl;
            0    2     1      key  Ljava/lang/String;
            0    2     2    value  Ljava/lang/String;
            0    2     3  handler  Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/lang/Long;>;>;
    Signature: (Ljava/lang/String;Ljava/lang/String;Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/lang/Long;>;>;)Lio/vertx/redis/RedisClient;
    MethodParameters:
         Name  Flags
      key      
      value    
      handler  

  public io.vertx.redis.RedisClient rpushx(java.lang.String, java.lang.String, io.vertx.core.Handler<io.vertx.core.AsyncResult<java.lang.Long>>);
    descriptor: (Ljava/lang/String;Ljava/lang/String;Lio/vertx/core/Handler;)Lio/vertx/redis/RedisClient;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=4, args_size=4
        start local 0 // io.vertx.redis.impl.RedisClientImpl this
        start local 1 // java.lang.String key
        start local 2 // java.lang.String value
        start local 3 // io.vertx.core.Handler handler
         0: .line 1176
            aload 0 /* this */
            getstatic io.vertx.redis.client.Command.RPUSHX:Lio/vertx/redis/client/Command;
            iconst_2
            anewarray java.lang.Object
            dup
            iconst_0
            aload 1 /* key */
            aastore
            dup
            iconst_1
            aload 2 /* value */
            aastore
            invokestatic io.vertx.redis.impl.RedisClientImpl.toPayload:([Ljava/lang/Object;)Ljava/util/List;
            aload 3 /* handler */
            invokevirtual io.vertx.redis.impl.RedisClientImpl.sendLong:(Lio/vertx/redis/client/Command;Ljava/util/List;Lio/vertx/core/Handler;)V
         1: .line 1177
            aload 0 /* this */
            areturn
        end local 3 // io.vertx.core.Handler handler
        end local 2 // java.lang.String value
        end local 1 // java.lang.String key
        end local 0 // io.vertx.redis.impl.RedisClientImpl this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lio/vertx/redis/impl/RedisClientImpl;
            0    2     1      key  Ljava/lang/String;
            0    2     2    value  Ljava/lang/String;
            0    2     3  handler  Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/lang/Long;>;>;
    Signature: (Ljava/lang/String;Ljava/lang/String;Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/lang/Long;>;>;)Lio/vertx/redis/RedisClient;
    MethodParameters:
         Name  Flags
      key      
      value    
      handler  

  public io.vertx.redis.RedisClient sadd(java.lang.String, java.lang.String, io.vertx.core.Handler<io.vertx.core.AsyncResult<java.lang.Long>>);
    descriptor: (Ljava/lang/String;Ljava/lang/String;Lio/vertx/core/Handler;)Lio/vertx/redis/RedisClient;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=4, args_size=4
        start local 0 // io.vertx.redis.impl.RedisClientImpl this
        start local 1 // java.lang.String key
        start local 2 // java.lang.String member
        start local 3 // io.vertx.core.Handler handler
         0: .line 1182
            aload 0 /* this */
            getstatic io.vertx.redis.client.Command.SADD:Lio/vertx/redis/client/Command;
            iconst_2
            anewarray java.lang.Object
            dup
            iconst_0
            aload 1 /* key */
            aastore
            dup
            iconst_1
            aload 2 /* member */
            aastore
            invokestatic io.vertx.redis.impl.RedisClientImpl.toPayload:([Ljava/lang/Object;)Ljava/util/List;
            aload 3 /* handler */
            invokevirtual io.vertx.redis.impl.RedisClientImpl.sendLong:(Lio/vertx/redis/client/Command;Ljava/util/List;Lio/vertx/core/Handler;)V
         1: .line 1183
            aload 0 /* this */
            areturn
        end local 3 // io.vertx.core.Handler handler
        end local 2 // java.lang.String member
        end local 1 // java.lang.String key
        end local 0 // io.vertx.redis.impl.RedisClientImpl this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lio/vertx/redis/impl/RedisClientImpl;
            0    2     1      key  Ljava/lang/String;
            0    2     2   member  Ljava/lang/String;
            0    2     3  handler  Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/lang/Long;>;>;
    Signature: (Ljava/lang/String;Ljava/lang/String;Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/lang/Long;>;>;)Lio/vertx/redis/RedisClient;
    MethodParameters:
         Name  Flags
      key      
      member   
      handler  

  public io.vertx.redis.RedisClient saddMany(java.lang.String, java.util.List<java.lang.String>, io.vertx.core.Handler<io.vertx.core.AsyncResult<java.lang.Long>>);
    descriptor: (Ljava/lang/String;Ljava/util/List;Lio/vertx/core/Handler;)Lio/vertx/redis/RedisClient;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=4, args_size=4
        start local 0 // io.vertx.redis.impl.RedisClientImpl this
        start local 1 // java.lang.String key
        start local 2 // java.util.List members
        start local 3 // io.vertx.core.Handler handler
         0: .line 1188
            aload 0 /* this */
            getstatic io.vertx.redis.client.Command.SADD:Lio/vertx/redis/client/Command;
            iconst_2
            anewarray java.lang.Object
            dup
            iconst_0
            aload 1 /* key */
            aastore
            dup
            iconst_1
            aload 2 /* members */
            aastore
            invokestatic io.vertx.redis.impl.RedisClientImpl.toPayload:([Ljava/lang/Object;)Ljava/util/List;
            aload 3 /* handler */
            invokevirtual io.vertx.redis.impl.RedisClientImpl.sendLong:(Lio/vertx/redis/client/Command;Ljava/util/List;Lio/vertx/core/Handler;)V
         1: .line 1189
            aload 0 /* this */
            areturn
        end local 3 // io.vertx.core.Handler handler
        end local 2 // java.util.List members
        end local 1 // java.lang.String key
        end local 0 // io.vertx.redis.impl.RedisClientImpl this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lio/vertx/redis/impl/RedisClientImpl;
            0    2     1      key  Ljava/lang/String;
            0    2     2  members  Ljava/util/List<Ljava/lang/String;>;
            0    2     3  handler  Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/lang/Long;>;>;
    Signature: (Ljava/lang/String;Ljava/util/List<Ljava/lang/String;>;Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/lang/Long;>;>;)Lio/vertx/redis/RedisClient;
    MethodParameters:
         Name  Flags
      key      
      members  
      handler  

  public io.vertx.redis.RedisClient save(io.vertx.core.Handler<io.vertx.core.AsyncResult<java.lang.String>>);
    descriptor: (Lio/vertx/core/Handler;)Lio/vertx/redis/RedisClient;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=2, args_size=2
        start local 0 // io.vertx.redis.impl.RedisClientImpl this
        start local 1 // io.vertx.core.Handler handler
         0: .line 1194
            aload 0 /* this */
            getstatic io.vertx.redis.client.Command.SAVE:Lio/vertx/redis/client/Command;
            aconst_null
            aload 1 /* handler */
            invokevirtual io.vertx.redis.impl.RedisClientImpl.sendString:(Lio/vertx/redis/client/Command;Ljava/util/List;Lio/vertx/core/Handler;)V
         1: .line 1195
            aload 0 /* this */
            areturn
        end local 1 // io.vertx.core.Handler handler
        end local 0 // io.vertx.redis.impl.RedisClientImpl this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lio/vertx/redis/impl/RedisClientImpl;
            0    2     1  handler  Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/lang/String;>;>;
    Signature: (Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/lang/String;>;>;)Lio/vertx/redis/RedisClient;
    MethodParameters:
         Name  Flags
      handler  

  public io.vertx.redis.RedisClient scard(java.lang.String, io.vertx.core.Handler<io.vertx.core.AsyncResult<java.lang.Long>>);
    descriptor: (Ljava/lang/String;Lio/vertx/core/Handler;)Lio/vertx/redis/RedisClient;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=3, args_size=3
        start local 0 // io.vertx.redis.impl.RedisClientImpl this
        start local 1 // java.lang.String key
        start local 2 // io.vertx.core.Handler handler
         0: .line 1200
            aload 0 /* this */
            getstatic io.vertx.redis.client.Command.SCARD:Lio/vertx/redis/client/Command;
            iconst_1
            anewarray java.lang.Object
            dup
            iconst_0
            aload 1 /* key */
            aastore
            invokestatic io.vertx.redis.impl.RedisClientImpl.toPayload:([Ljava/lang/Object;)Ljava/util/List;
            aload 2 /* handler */
            invokevirtual io.vertx.redis.impl.RedisClientImpl.sendLong:(Lio/vertx/redis/client/Command;Ljava/util/List;Lio/vertx/core/Handler;)V
         1: .line 1201
            aload 0 /* this */
            areturn
        end local 2 // io.vertx.core.Handler handler
        end local 1 // java.lang.String key
        end local 0 // io.vertx.redis.impl.RedisClientImpl this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lio/vertx/redis/impl/RedisClientImpl;
            0    2     1      key  Ljava/lang/String;
            0    2     2  handler  Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/lang/Long;>;>;
    Signature: (Ljava/lang/String;Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/lang/Long;>;>;)Lio/vertx/redis/RedisClient;
    MethodParameters:
         Name  Flags
      key      
      handler  

  public io.vertx.redis.RedisClient scriptExists(java.lang.String, io.vertx.core.Handler<io.vertx.core.AsyncResult<io.vertx.core.json.JsonArray>>);
    descriptor: (Ljava/lang/String;Lio/vertx/core/Handler;)Lio/vertx/redis/RedisClient;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=3, args_size=3
        start local 0 // io.vertx.redis.impl.RedisClientImpl this
        start local 1 // java.lang.String script
        start local 2 // io.vertx.core.Handler handler
         0: .line 1206
            aload 0 /* this */
            getstatic io.vertx.redis.client.Command.SCRIPT:Lio/vertx/redis/client/Command;
            iconst_2
            anewarray java.lang.Object
            dup
            iconst_0
            ldc "EXISTS"
            aastore
            dup
            iconst_1
            aload 1 /* script */
            aastore
            invokestatic io.vertx.redis.impl.RedisClientImpl.toPayload:([Ljava/lang/Object;)Ljava/util/List;
            aload 2 /* handler */
            invokevirtual io.vertx.redis.impl.RedisClientImpl.sendJsonArray:(Lio/vertx/redis/client/Command;Ljava/util/List;Lio/vertx/core/Handler;)V
         1: .line 1207
            aload 0 /* this */
            areturn
        end local 2 // io.vertx.core.Handler handler
        end local 1 // java.lang.String script
        end local 0 // io.vertx.redis.impl.RedisClientImpl this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lio/vertx/redis/impl/RedisClientImpl;
            0    2     1   script  Ljava/lang/String;
            0    2     2  handler  Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Lio/vertx/core/json/JsonArray;>;>;
    Signature: (Ljava/lang/String;Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Lio/vertx/core/json/JsonArray;>;>;)Lio/vertx/redis/RedisClient;
    MethodParameters:
         Name  Flags
      script   
      handler  

  public io.vertx.redis.RedisClient scriptExistsMany(java.util.List<java.lang.String>, io.vertx.core.Handler<io.vertx.core.AsyncResult<io.vertx.core.json.JsonArray>>);
    descriptor: (Ljava/util/List;Lio/vertx/core/Handler;)Lio/vertx/redis/RedisClient;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=3, args_size=3
        start local 0 // io.vertx.redis.impl.RedisClientImpl this
        start local 1 // java.util.List scripts
        start local 2 // io.vertx.core.Handler handler
         0: .line 1212
            aload 0 /* this */
            getstatic io.vertx.redis.client.Command.SCRIPT:Lio/vertx/redis/client/Command;
            iconst_2
            anewarray java.lang.Object
            dup
            iconst_0
            ldc "EXISTS"
            aastore
            dup
            iconst_1
            aload 1 /* scripts */
            aastore
            invokestatic io.vertx.redis.impl.RedisClientImpl.toPayload:([Ljava/lang/Object;)Ljava/util/List;
            aload 2 /* handler */
            invokevirtual io.vertx.redis.impl.RedisClientImpl.sendJsonArray:(Lio/vertx/redis/client/Command;Ljava/util/List;Lio/vertx/core/Handler;)V
         1: .line 1213
            aload 0 /* this */
            areturn
        end local 2 // io.vertx.core.Handler handler
        end local 1 // java.util.List scripts
        end local 0 // io.vertx.redis.impl.RedisClientImpl this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lio/vertx/redis/impl/RedisClientImpl;
            0    2     1  scripts  Ljava/util/List<Ljava/lang/String;>;
            0    2     2  handler  Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Lio/vertx/core/json/JsonArray;>;>;
    Signature: (Ljava/util/List<Ljava/lang/String;>;Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Lio/vertx/core/json/JsonArray;>;>;)Lio/vertx/redis/RedisClient;
    MethodParameters:
         Name  Flags
      scripts  
      handler  

  public io.vertx.redis.RedisClient scriptFlush(io.vertx.core.Handler<io.vertx.core.AsyncResult<java.lang.String>>);
    descriptor: (Lio/vertx/core/Handler;)Lio/vertx/redis/RedisClient;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=2, args_size=2
        start local 0 // io.vertx.redis.impl.RedisClientImpl this
        start local 1 // io.vertx.core.Handler handler
         0: .line 1218
            aload 0 /* this */
            getstatic io.vertx.redis.client.Command.SCRIPT:Lio/vertx/redis/client/Command;
            iconst_1
            anewarray java.lang.Object
            dup
            iconst_0
            ldc "FLUSH"
            aastore
            invokestatic io.vertx.redis.impl.RedisClientImpl.toPayload:([Ljava/lang/Object;)Ljava/util/List;
            aload 1 /* handler */
            invokevirtual io.vertx.redis.impl.RedisClientImpl.sendString:(Lio/vertx/redis/client/Command;Ljava/util/List;Lio/vertx/core/Handler;)V
         1: .line 1219
            aload 0 /* this */
            areturn
        end local 1 // io.vertx.core.Handler handler
        end local 0 // io.vertx.redis.impl.RedisClientImpl this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lio/vertx/redis/impl/RedisClientImpl;
            0    2     1  handler  Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/lang/String;>;>;
    Signature: (Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/lang/String;>;>;)Lio/vertx/redis/RedisClient;
    MethodParameters:
         Name  Flags
      handler  

  public io.vertx.redis.RedisClient scriptKill(io.vertx.core.Handler<io.vertx.core.AsyncResult<java.lang.String>>);
    descriptor: (Lio/vertx/core/Handler;)Lio/vertx/redis/RedisClient;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=2, args_size=2
        start local 0 // io.vertx.redis.impl.RedisClientImpl this
        start local 1 // io.vertx.core.Handler handler
         0: .line 1224
            aload 0 /* this */
            getstatic io.vertx.redis.client.Command.SCRIPT:Lio/vertx/redis/client/Command;
            iconst_1
            anewarray java.lang.Object
            dup
            iconst_0
            ldc "KILL"
            aastore
            invokestatic io.vertx.redis.impl.RedisClientImpl.toPayload:([Ljava/lang/Object;)Ljava/util/List;
            aload 1 /* handler */
            invokevirtual io.vertx.redis.impl.RedisClientImpl.sendString:(Lio/vertx/redis/client/Command;Ljava/util/List;Lio/vertx/core/Handler;)V
         1: .line 1225
            aload 0 /* this */
            areturn
        end local 1 // io.vertx.core.Handler handler
        end local 0 // io.vertx.redis.impl.RedisClientImpl this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lio/vertx/redis/impl/RedisClientImpl;
            0    2     1  handler  Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/lang/String;>;>;
    Signature: (Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/lang/String;>;>;)Lio/vertx/redis/RedisClient;
    MethodParameters:
         Name  Flags
      handler  

  public io.vertx.redis.RedisClient scriptLoad(java.lang.String, io.vertx.core.Handler<io.vertx.core.AsyncResult<java.lang.String>>);
    descriptor: (Ljava/lang/String;Lio/vertx/core/Handler;)Lio/vertx/redis/RedisClient;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=3, args_size=3
        start local 0 // io.vertx.redis.impl.RedisClientImpl this
        start local 1 // java.lang.String script
        start local 2 // io.vertx.core.Handler handler
         0: .line 1230
            aload 0 /* this */
            getstatic io.vertx.redis.client.Command.SCRIPT:Lio/vertx/redis/client/Command;
            iconst_2
            anewarray java.lang.Object
            dup
            iconst_0
            ldc "LOAD"
            aastore
            dup
            iconst_1
            aload 1 /* script */
            aastore
            invokestatic io.vertx.redis.impl.RedisClientImpl.toPayload:([Ljava/lang/Object;)Ljava/util/List;
            aload 2 /* handler */
            invokevirtual io.vertx.redis.impl.RedisClientImpl.sendString:(Lio/vertx/redis/client/Command;Ljava/util/List;Lio/vertx/core/Handler;)V
         1: .line 1231
            aload 0 /* this */
            areturn
        end local 2 // io.vertx.core.Handler handler
        end local 1 // java.lang.String script
        end local 0 // io.vertx.redis.impl.RedisClientImpl this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lio/vertx/redis/impl/RedisClientImpl;
            0    2     1   script  Ljava/lang/String;
            0    2     2  handler  Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/lang/String;>;>;
    Signature: (Ljava/lang/String;Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/lang/String;>;>;)Lio/vertx/redis/RedisClient;
    MethodParameters:
         Name  Flags
      script   
      handler  

  public io.vertx.redis.RedisClient sdiff(java.lang.String, java.util.List<java.lang.String>, io.vertx.core.Handler<io.vertx.core.AsyncResult<io.vertx.core.json.JsonArray>>);
    descriptor: (Ljava/lang/String;Ljava/util/List;Lio/vertx/core/Handler;)Lio/vertx/redis/RedisClient;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=4, args_size=4
        start local 0 // io.vertx.redis.impl.RedisClientImpl this
        start local 1 // java.lang.String key
        start local 2 // java.util.List cmpkeys
        start local 3 // io.vertx.core.Handler handler
         0: .line 1236
            aload 0 /* this */
            getstatic io.vertx.redis.client.Command.SDIFF:Lio/vertx/redis/client/Command;
            iconst_2
            anewarray java.lang.Object
            dup
            iconst_0
            aload 1 /* key */
            aastore
            dup
            iconst_1
            aload 2 /* cmpkeys */
            aastore
            invokestatic io.vertx.redis.impl.RedisClientImpl.toPayload:([Ljava/lang/Object;)Ljava/util/List;
            aload 3 /* handler */
            invokevirtual io.vertx.redis.impl.RedisClientImpl.sendJsonArray:(Lio/vertx/redis/client/Command;Ljava/util/List;Lio/vertx/core/Handler;)V
         1: .line 1237
            aload 0 /* this */
            areturn
        end local 3 // io.vertx.core.Handler handler
        end local 2 // java.util.List cmpkeys
        end local 1 // java.lang.String key
        end local 0 // io.vertx.redis.impl.RedisClientImpl this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lio/vertx/redis/impl/RedisClientImpl;
            0    2     1      key  Ljava/lang/String;
            0    2     2  cmpkeys  Ljava/util/List<Ljava/lang/String;>;
            0    2     3  handler  Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Lio/vertx/core/json/JsonArray;>;>;
    Signature: (Ljava/lang/String;Ljava/util/List<Ljava/lang/String;>;Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Lio/vertx/core/json/JsonArray;>;>;)Lio/vertx/redis/RedisClient;
    MethodParameters:
         Name  Flags
      key      
      cmpkeys  
      handler  

  public io.vertx.redis.RedisClient sdiffstore(java.lang.String, java.lang.String, java.util.List<java.lang.String>, io.vertx.core.Handler<io.vertx.core.AsyncResult<java.lang.Long>>);
    descriptor: (Ljava/lang/String;Ljava/lang/String;Ljava/util/List;Lio/vertx/core/Handler;)Lio/vertx/redis/RedisClient;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=5, args_size=5
        start local 0 // io.vertx.redis.impl.RedisClientImpl this
        start local 1 // java.lang.String destkey
        start local 2 // java.lang.String key
        start local 3 // java.util.List cmpkeys
        start local 4 // io.vertx.core.Handler handler
         0: .line 1242
            aload 0 /* this */
            getstatic io.vertx.redis.client.Command.SDIFFSTORE:Lio/vertx/redis/client/Command;
            iconst_3
            anewarray java.lang.Object
            dup
            iconst_0
            aload 1 /* destkey */
            aastore
            dup
            iconst_1
            aload 2 /* key */
            aastore
            dup
            iconst_2
            aload 3 /* cmpkeys */
            aastore
            invokestatic io.vertx.redis.impl.RedisClientImpl.toPayload:([Ljava/lang/Object;)Ljava/util/List;
            aload 4 /* handler */
            invokevirtual io.vertx.redis.impl.RedisClientImpl.sendLong:(Lio/vertx/redis/client/Command;Ljava/util/List;Lio/vertx/core/Handler;)V
         1: .line 1243
            aload 0 /* this */
            areturn
        end local 4 // io.vertx.core.Handler handler
        end local 3 // java.util.List cmpkeys
        end local 2 // java.lang.String key
        end local 1 // java.lang.String destkey
        end local 0 // io.vertx.redis.impl.RedisClientImpl this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lio/vertx/redis/impl/RedisClientImpl;
            0    2     1  destkey  Ljava/lang/String;
            0    2     2      key  Ljava/lang/String;
            0    2     3  cmpkeys  Ljava/util/List<Ljava/lang/String;>;
            0    2     4  handler  Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/lang/Long;>;>;
    Signature: (Ljava/lang/String;Ljava/lang/String;Ljava/util/List<Ljava/lang/String;>;Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/lang/Long;>;>;)Lio/vertx/redis/RedisClient;
    MethodParameters:
         Name  Flags
      destkey  
      key      
      cmpkeys  
      handler  

  public io.vertx.redis.RedisClient select(int, io.vertx.core.Handler<io.vertx.core.AsyncResult<java.lang.String>>);
    descriptor: (ILio/vertx/core/Handler;)Lio/vertx/redis/RedisClient;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=3, args_size=3
        start local 0 // io.vertx.redis.impl.RedisClientImpl this
        start local 1 // int dbindex
        start local 2 // io.vertx.core.Handler handler
         0: .line 1248
            aload 0 /* this */
            getstatic io.vertx.redis.client.Command.SELECT:Lio/vertx/redis/client/Command;
            iconst_1
            anewarray java.lang.Object
            dup
            iconst_0
            iload 1 /* dbindex */
            invokestatic java.lang.Integer.valueOf:(I)Ljava/lang/Integer;
            aastore
            invokestatic io.vertx.redis.impl.RedisClientImpl.toPayload:([Ljava/lang/Object;)Ljava/util/List;
            aload 2 /* handler */
            invokevirtual io.vertx.redis.impl.RedisClientImpl.sendString:(Lio/vertx/redis/client/Command;Ljava/util/List;Lio/vertx/core/Handler;)V
         1: .line 1249
            aload 0 /* this */
            areturn
        end local 2 // io.vertx.core.Handler handler
        end local 1 // int dbindex
        end local 0 // io.vertx.redis.impl.RedisClientImpl this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lio/vertx/redis/impl/RedisClientImpl;
            0    2     1  dbindex  I
            0    2     2  handler  Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/lang/String;>;>;
    Signature: (ILio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/lang/String;>;>;)Lio/vertx/redis/RedisClient;
    MethodParameters:
         Name  Flags
      dbindex  
      handler  

  public io.vertx.redis.RedisClient set(java.lang.String, java.lang.String, io.vertx.core.Handler<io.vertx.core.AsyncResult<java.lang.Void>>);
    descriptor: (Ljava/lang/String;Ljava/lang/String;Lio/vertx/core/Handler;)Lio/vertx/redis/RedisClient;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=4, args_size=4
        start local 0 // io.vertx.redis.impl.RedisClientImpl this
        start local 1 // java.lang.String key
        start local 2 // java.lang.String value
        start local 3 // io.vertx.core.Handler handler
         0: .line 1254
            aload 0 /* this */
            getstatic io.vertx.redis.client.Command.SET:Lio/vertx/redis/client/Command;
            iconst_2
            anewarray java.lang.Object
            dup
            iconst_0
            aload 1 /* key */
            aastore
            dup
            iconst_1
            aload 2 /* value */
            aastore
            invokestatic io.vertx.redis.impl.RedisClientImpl.toPayload:([Ljava/lang/Object;)Ljava/util/List;
            aload 3 /* handler */
            invokevirtual io.vertx.redis.impl.RedisClientImpl.sendVoid:(Lio/vertx/redis/client/Command;Ljava/util/List;Lio/vertx/core/Handler;)V
         1: .line 1255
            aload 0 /* this */
            areturn
        end local 3 // io.vertx.core.Handler handler
        end local 2 // java.lang.String value
        end local 1 // java.lang.String key
        end local 0 // io.vertx.redis.impl.RedisClientImpl this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lio/vertx/redis/impl/RedisClientImpl;
            0    2     1      key  Ljava/lang/String;
            0    2     2    value  Ljava/lang/String;
            0    2     3  handler  Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/lang/Void;>;>;
    Signature: (Ljava/lang/String;Ljava/lang/String;Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/lang/Void;>;>;)Lio/vertx/redis/RedisClient;
    MethodParameters:
         Name  Flags
      key      
      value    
      handler  

  public io.vertx.redis.RedisClient setWithOptions(java.lang.String, java.lang.String, io.vertx.redis.op.SetOptions, io.vertx.core.Handler<io.vertx.core.AsyncResult<java.lang.String>>);
    descriptor: (Ljava/lang/String;Ljava/lang/String;Lio/vertx/redis/op/SetOptions;Lio/vertx/core/Handler;)Lio/vertx/redis/RedisClient;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=5, args_size=5
        start local 0 // io.vertx.redis.impl.RedisClientImpl this
        start local 1 // java.lang.String key
        start local 2 // java.lang.String value
        start local 3 // io.vertx.redis.op.SetOptions options
        start local 4 // io.vertx.core.Handler handler
         0: .line 1260
            aload 0 /* this */
            getstatic io.vertx.redis.client.Command.SET:Lio/vertx/redis/client/Command;
            iconst_3
            anewarray java.lang.Object
            dup
            iconst_0
            aload 1 /* key */
            aastore
            dup
            iconst_1
            aload 2 /* value */
            aastore
            dup
            iconst_2
            aload 3 /* options */
            ifnull 1
            aload 3 /* options */
            invokevirtual io.vertx.redis.op.SetOptions.toJsonArray:()Lio/vertx/core/json/JsonArray;
            goto 2
      StackMap locals: io.vertx.redis.impl.RedisClientImpl java.lang.String java.lang.String io.vertx.redis.op.SetOptions io.vertx.core.Handler
      StackMap stack: io.vertx.redis.impl.RedisClientImpl io.vertx.redis.client.Command java.lang.Object[] java.lang.Object[] int
         1: aconst_null
      StackMap locals: io.vertx.redis.impl.RedisClientImpl java.lang.String java.lang.String io.vertx.redis.op.SetOptions io.vertx.core.Handler
      StackMap stack: io.vertx.redis.impl.RedisClientImpl io.vertx.redis.client.Command java.lang.Object[] java.lang.Object[] int io.vertx.core.json.JsonArray
         2: aastore
            invokestatic io.vertx.redis.impl.RedisClientImpl.toPayload:([Ljava/lang/Object;)Ljava/util/List;
            aload 4 /* handler */
            invokevirtual io.vertx.redis.impl.RedisClientImpl.sendString:(Lio/vertx/redis/client/Command;Ljava/util/List;Lio/vertx/core/Handler;)V
         3: .line 1261
            aload 0 /* this */
            areturn
        end local 4 // io.vertx.core.Handler handler
        end local 3 // io.vertx.redis.op.SetOptions options
        end local 2 // java.lang.String value
        end local 1 // java.lang.String key
        end local 0 // io.vertx.redis.impl.RedisClientImpl this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    4     0     this  Lio/vertx/redis/impl/RedisClientImpl;
            0    4     1      key  Ljava/lang/String;
            0    4     2    value  Ljava/lang/String;
            0    4     3  options  Lio/vertx/redis/op/SetOptions;
            0    4     4  handler  Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/lang/String;>;>;
    Signature: (Ljava/lang/String;Ljava/lang/String;Lio/vertx/redis/op/SetOptions;Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/lang/String;>;>;)Lio/vertx/redis/RedisClient;
    MethodParameters:
         Name  Flags
      key      
      value    
      options  
      handler  

  public io.vertx.redis.RedisClient setBinary(java.lang.String, io.vertx.core.buffer.Buffer, io.vertx.core.Handler<io.vertx.core.AsyncResult<java.lang.Void>>);
    descriptor: (Ljava/lang/String;Lio/vertx/core/buffer/Buffer;Lio/vertx/core/Handler;)Lio/vertx/redis/RedisClient;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=4, args_size=4
        start local 0 // io.vertx.redis.impl.RedisClientImpl this
        start local 1 // java.lang.String key
        start local 2 // io.vertx.core.buffer.Buffer value
        start local 3 // io.vertx.core.Handler handler
         0: .line 1266
            aload 0 /* this */
            getstatic io.vertx.redis.client.Command.SET:Lio/vertx/redis/client/Command;
            iconst_2
            anewarray java.lang.Object
            dup
            iconst_0
            aload 1 /* key */
            aastore
            dup
            iconst_1
            aload 2 /* value */
            aastore
            invokestatic io.vertx.redis.impl.RedisClientImpl.toPayload:([Ljava/lang/Object;)Ljava/util/List;
            aload 3 /* handler */
            invokevirtual io.vertx.redis.impl.RedisClientImpl.sendVoid:(Lio/vertx/redis/client/Command;Ljava/util/List;Lio/vertx/core/Handler;)V
         1: .line 1267
            aload 0 /* this */
            areturn
        end local 3 // io.vertx.core.Handler handler
        end local 2 // io.vertx.core.buffer.Buffer value
        end local 1 // java.lang.String key
        end local 0 // io.vertx.redis.impl.RedisClientImpl this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lio/vertx/redis/impl/RedisClientImpl;
            0    2     1      key  Ljava/lang/String;
            0    2     2    value  Lio/vertx/core/buffer/Buffer;
            0    2     3  handler  Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/lang/Void;>;>;
    Signature: (Ljava/lang/String;Lio/vertx/core/buffer/Buffer;Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/lang/Void;>;>;)Lio/vertx/redis/RedisClient;
    MethodParameters:
         Name  Flags
      key      
      value    
      handler  

  public io.vertx.redis.RedisClient setBinaryWithOptions(java.lang.String, io.vertx.core.buffer.Buffer, io.vertx.redis.op.SetOptions, io.vertx.core.Handler<io.vertx.core.AsyncResult<java.lang.Void>>);
    descriptor: (Ljava/lang/String;Lio/vertx/core/buffer/Buffer;Lio/vertx/redis/op/SetOptions;Lio/vertx/core/Handler;)Lio/vertx/redis/RedisClient;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=5, args_size=5
        start local 0 // io.vertx.redis.impl.RedisClientImpl this
        start local 1 // java.lang.String key
        start local 2 // io.vertx.core.buffer.Buffer value
        start local 3 // io.vertx.redis.op.SetOptions options
        start local 4 // io.vertx.core.Handler handler
         0: .line 1272
            aload 0 /* this */
            getstatic io.vertx.redis.client.Command.SET:Lio/vertx/redis/client/Command;
            iconst_3
            anewarray java.lang.Object
            dup
            iconst_0
            aload 1 /* key */
            aastore
            dup
            iconst_1
            aload 2 /* value */
            aastore
            dup
            iconst_2
            aload 3 /* options */
            ifnull 1
            aload 3 /* options */
            invokevirtual io.vertx.redis.op.SetOptions.toJsonArray:()Lio/vertx/core/json/JsonArray;
            goto 2
      StackMap locals: io.vertx.redis.impl.RedisClientImpl java.lang.String io.vertx.core.buffer.Buffer io.vertx.redis.op.SetOptions io.vertx.core.Handler
      StackMap stack: io.vertx.redis.impl.RedisClientImpl io.vertx.redis.client.Command java.lang.Object[] java.lang.Object[] int
         1: aconst_null
      StackMap locals: io.vertx.redis.impl.RedisClientImpl java.lang.String io.vertx.core.buffer.Buffer io.vertx.redis.op.SetOptions io.vertx.core.Handler
      StackMap stack: io.vertx.redis.impl.RedisClientImpl io.vertx.redis.client.Command java.lang.Object[] java.lang.Object[] int io.vertx.core.json.JsonArray
         2: aastore
            invokestatic io.vertx.redis.impl.RedisClientImpl.toPayload:([Ljava/lang/Object;)Ljava/util/List;
            aload 4 /* handler */
            invokevirtual io.vertx.redis.impl.RedisClientImpl.sendVoid:(Lio/vertx/redis/client/Command;Ljava/util/List;Lio/vertx/core/Handler;)V
         3: .line 1273
            aload 0 /* this */
            areturn
        end local 4 // io.vertx.core.Handler handler
        end local 3 // io.vertx.redis.op.SetOptions options
        end local 2 // io.vertx.core.buffer.Buffer value
        end local 1 // java.lang.String key
        end local 0 // io.vertx.redis.impl.RedisClientImpl this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    4     0     this  Lio/vertx/redis/impl/RedisClientImpl;
            0    4     1      key  Ljava/lang/String;
            0    4     2    value  Lio/vertx/core/buffer/Buffer;
            0    4     3  options  Lio/vertx/redis/op/SetOptions;
            0    4     4  handler  Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/lang/Void;>;>;
    Signature: (Ljava/lang/String;Lio/vertx/core/buffer/Buffer;Lio/vertx/redis/op/SetOptions;Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/lang/Void;>;>;)Lio/vertx/redis/RedisClient;
    MethodParameters:
         Name  Flags
      key      
      value    
      options  
      handler  

  public io.vertx.redis.RedisClient setbit(java.lang.String, long, int, io.vertx.core.Handler<io.vertx.core.AsyncResult<java.lang.Long>>);
    descriptor: (Ljava/lang/String;JILio/vertx/core/Handler;)Lio/vertx/redis/RedisClient;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=7, locals=6, args_size=5
        start local 0 // io.vertx.redis.impl.RedisClientImpl this
        start local 1 // java.lang.String key
        start local 2 // long offset
        start local 4 // int bit
        start local 5 // io.vertx.core.Handler handler
         0: .line 1278
            aload 0 /* this */
            getstatic io.vertx.redis.client.Command.SETBIT:Lio/vertx/redis/client/Command;
            iconst_3
            anewarray java.lang.Object
            dup
            iconst_0
            aload 1 /* key */
            aastore
            dup
            iconst_1
            lload 2 /* offset */
            invokestatic java.lang.Long.valueOf:(J)Ljava/lang/Long;
            aastore
            dup
            iconst_2
            iload 4 /* bit */
            invokestatic java.lang.Integer.valueOf:(I)Ljava/lang/Integer;
            aastore
            invokestatic io.vertx.redis.impl.RedisClientImpl.toPayload:([Ljava/lang/Object;)Ljava/util/List;
            aload 5 /* handler */
            invokevirtual io.vertx.redis.impl.RedisClientImpl.sendLong:(Lio/vertx/redis/client/Command;Ljava/util/List;Lio/vertx/core/Handler;)V
         1: .line 1279
            aload 0 /* this */
            areturn
        end local 5 // io.vertx.core.Handler handler
        end local 4 // int bit
        end local 2 // long offset
        end local 1 // java.lang.String key
        end local 0 // io.vertx.redis.impl.RedisClientImpl this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lio/vertx/redis/impl/RedisClientImpl;
            0    2     1      key  Ljava/lang/String;
            0    2     2   offset  J
            0    2     4      bit  I
            0    2     5  handler  Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/lang/Long;>;>;
    Signature: (Ljava/lang/String;JILio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/lang/Long;>;>;)Lio/vertx/redis/RedisClient;
    MethodParameters:
         Name  Flags
      key      
      offset   
      bit      
      handler  

  public io.vertx.redis.RedisClient setex(java.lang.String, long, java.lang.String, io.vertx.core.Handler<io.vertx.core.AsyncResult<java.lang.String>>);
    descriptor: (Ljava/lang/String;JLjava/lang/String;Lio/vertx/core/Handler;)Lio/vertx/redis/RedisClient;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=7, locals=6, args_size=5
        start local 0 // io.vertx.redis.impl.RedisClientImpl this
        start local 1 // java.lang.String key
        start local 2 // long seconds
        start local 4 // java.lang.String value
        start local 5 // io.vertx.core.Handler handler
         0: .line 1284
            aload 0 /* this */
            getstatic io.vertx.redis.client.Command.SETEX:Lio/vertx/redis/client/Command;
            iconst_3
            anewarray java.lang.Object
            dup
            iconst_0
            aload 1 /* key */
            aastore
            dup
            iconst_1
            lload 2 /* seconds */
            invokestatic java.lang.Long.valueOf:(J)Ljava/lang/Long;
            aastore
            dup
            iconst_2
            aload 4 /* value */
            aastore
            invokestatic io.vertx.redis.impl.RedisClientImpl.toPayload:([Ljava/lang/Object;)Ljava/util/List;
            aload 5 /* handler */
            invokevirtual io.vertx.redis.impl.RedisClientImpl.sendString:(Lio/vertx/redis/client/Command;Ljava/util/List;Lio/vertx/core/Handler;)V
         1: .line 1285
            aload 0 /* this */
            areturn
        end local 5 // io.vertx.core.Handler handler
        end local 4 // java.lang.String value
        end local 2 // long seconds
        end local 1 // java.lang.String key
        end local 0 // io.vertx.redis.impl.RedisClientImpl this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lio/vertx/redis/impl/RedisClientImpl;
            0    2     1      key  Ljava/lang/String;
            0    2     2  seconds  J
            0    2     4    value  Ljava/lang/String;
            0    2     5  handler  Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/lang/String;>;>;
    Signature: (Ljava/lang/String;JLjava/lang/String;Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/lang/String;>;>;)Lio/vertx/redis/RedisClient;
    MethodParameters:
         Name  Flags
      key      
      seconds  
      value    
      handler  

  public io.vertx.redis.RedisClient setnx(java.lang.String, java.lang.String, io.vertx.core.Handler<io.vertx.core.AsyncResult<java.lang.Long>>);
    descriptor: (Ljava/lang/String;Ljava/lang/String;Lio/vertx/core/Handler;)Lio/vertx/redis/RedisClient;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=4, args_size=4
        start local 0 // io.vertx.redis.impl.RedisClientImpl this
        start local 1 // java.lang.String key
        start local 2 // java.lang.String value
        start local 3 // io.vertx.core.Handler handler
         0: .line 1290
            aload 0 /* this */
            getstatic io.vertx.redis.client.Command.SETNX:Lio/vertx/redis/client/Command;
            iconst_2
            anewarray java.lang.Object
            dup
            iconst_0
            aload 1 /* key */
            aastore
            dup
            iconst_1
            aload 2 /* value */
            aastore
            invokestatic io.vertx.redis.impl.RedisClientImpl.toPayload:([Ljava/lang/Object;)Ljava/util/List;
            aload 3 /* handler */
            invokevirtual io.vertx.redis.impl.RedisClientImpl.sendLong:(Lio/vertx/redis/client/Command;Ljava/util/List;Lio/vertx/core/Handler;)V
         1: .line 1291
            aload 0 /* this */
            areturn
        end local 3 // io.vertx.core.Handler handler
        end local 2 // java.lang.String value
        end local 1 // java.lang.String key
        end local 0 // io.vertx.redis.impl.RedisClientImpl this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lio/vertx/redis/impl/RedisClientImpl;
            0    2     1      key  Ljava/lang/String;
            0    2     2    value  Ljava/lang/String;
            0    2     3  handler  Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/lang/Long;>;>;
    Signature: (Ljava/lang/String;Ljava/lang/String;Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/lang/Long;>;>;)Lio/vertx/redis/RedisClient;
    MethodParameters:
         Name  Flags
      key      
      value    
      handler  

  public io.vertx.redis.RedisClient setrange(java.lang.String, int, java.lang.String, io.vertx.core.Handler<io.vertx.core.AsyncResult<java.lang.Long>>);
    descriptor: (Ljava/lang/String;ILjava/lang/String;Lio/vertx/core/Handler;)Lio/vertx/redis/RedisClient;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=5, args_size=5
        start local 0 // io.vertx.redis.impl.RedisClientImpl this
        start local 1 // java.lang.String key
        start local 2 // int offset
        start local 3 // java.lang.String value
        start local 4 // io.vertx.core.Handler handler
         0: .line 1296
            aload 0 /* this */
            getstatic io.vertx.redis.client.Command.SETRANGE:Lio/vertx/redis/client/Command;
            iconst_3
            anewarray java.lang.Object
            dup
            iconst_0
            aload 1 /* key */
            aastore
            dup
            iconst_1
            iload 2 /* offset */
            invokestatic java.lang.Integer.valueOf:(I)Ljava/lang/Integer;
            aastore
            dup
            iconst_2
            aload 3 /* value */
            aastore
            invokestatic io.vertx.redis.impl.RedisClientImpl.toPayload:([Ljava/lang/Object;)Ljava/util/List;
            aload 4 /* handler */
            invokevirtual io.vertx.redis.impl.RedisClientImpl.sendLong:(Lio/vertx/redis/client/Command;Ljava/util/List;Lio/vertx/core/Handler;)V
         1: .line 1297
            aload 0 /* this */
            areturn
        end local 4 // io.vertx.core.Handler handler
        end local 3 // java.lang.String value
        end local 2 // int offset
        end local 1 // java.lang.String key
        end local 0 // io.vertx.redis.impl.RedisClientImpl this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lio/vertx/redis/impl/RedisClientImpl;
            0    2     1      key  Ljava/lang/String;
            0    2     2   offset  I
            0    2     3    value  Ljava/lang/String;
            0    2     4  handler  Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/lang/Long;>;>;
    Signature: (Ljava/lang/String;ILjava/lang/String;Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/lang/Long;>;>;)Lio/vertx/redis/RedisClient;
    MethodParameters:
         Name  Flags
      key      
      offset   
      value    
      handler  

  public io.vertx.redis.RedisClient sinter(java.util.List<java.lang.String>, io.vertx.core.Handler<io.vertx.core.AsyncResult<io.vertx.core.json.JsonArray>>);
    descriptor: (Ljava/util/List;Lio/vertx/core/Handler;)Lio/vertx/redis/RedisClient;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=3, args_size=3
        start local 0 // io.vertx.redis.impl.RedisClientImpl this
        start local 1 // java.util.List keys
        start local 2 // io.vertx.core.Handler handler
         0: .line 1302
            aload 0 /* this */
            getstatic io.vertx.redis.client.Command.SINTER:Lio/vertx/redis/client/Command;
            iconst_1
            anewarray java.lang.Object
            dup
            iconst_0
            aload 1 /* keys */
            aastore
            invokestatic io.vertx.redis.impl.RedisClientImpl.toPayload:([Ljava/lang/Object;)Ljava/util/List;
            aload 2 /* handler */
            invokevirtual io.vertx.redis.impl.RedisClientImpl.sendJsonArray:(Lio/vertx/redis/client/Command;Ljava/util/List;Lio/vertx/core/Handler;)V
         1: .line 1303
            aload 0 /* this */
            areturn
        end local 2 // io.vertx.core.Handler handler
        end local 1 // java.util.List keys
        end local 0 // io.vertx.redis.impl.RedisClientImpl this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lio/vertx/redis/impl/RedisClientImpl;
            0    2     1     keys  Ljava/util/List<Ljava/lang/String;>;
            0    2     2  handler  Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Lio/vertx/core/json/JsonArray;>;>;
    Signature: (Ljava/util/List<Ljava/lang/String;>;Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Lio/vertx/core/json/JsonArray;>;>;)Lio/vertx/redis/RedisClient;
    MethodParameters:
         Name  Flags
      keys     
      handler  

  public io.vertx.redis.RedisClient sinterstore(java.lang.String, java.util.List<java.lang.String>, io.vertx.core.Handler<io.vertx.core.AsyncResult<java.lang.Long>>);
    descriptor: (Ljava/lang/String;Ljava/util/List;Lio/vertx/core/Handler;)Lio/vertx/redis/RedisClient;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=4, args_size=4
        start local 0 // io.vertx.redis.impl.RedisClientImpl this
        start local 1 // java.lang.String destkey
        start local 2 // java.util.List keys
        start local 3 // io.vertx.core.Handler handler
         0: .line 1308
            aload 0 /* this */
            getstatic io.vertx.redis.client.Command.SINTERSTORE:Lio/vertx/redis/client/Command;
            iconst_2
            anewarray java.lang.Object
            dup
            iconst_0
            aload 1 /* destkey */
            aastore
            dup
            iconst_1
            aload 2 /* keys */
            aastore
            invokestatic io.vertx.redis.impl.RedisClientImpl.toPayload:([Ljava/lang/Object;)Ljava/util/List;
            aload 3 /* handler */
            invokevirtual io.vertx.redis.impl.RedisClientImpl.sendLong:(Lio/vertx/redis/client/Command;Ljava/util/List;Lio/vertx/core/Handler;)V
         1: .line 1309
            aload 0 /* this */
            areturn
        end local 3 // io.vertx.core.Handler handler
        end local 2 // java.util.List keys
        end local 1 // java.lang.String destkey
        end local 0 // io.vertx.redis.impl.RedisClientImpl this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lio/vertx/redis/impl/RedisClientImpl;
            0    2     1  destkey  Ljava/lang/String;
            0    2     2     keys  Ljava/util/List<Ljava/lang/String;>;
            0    2     3  handler  Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/lang/Long;>;>;
    Signature: (Ljava/lang/String;Ljava/util/List<Ljava/lang/String;>;Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/lang/Long;>;>;)Lio/vertx/redis/RedisClient;
    MethodParameters:
         Name  Flags
      destkey  
      keys     
      handler  

  public io.vertx.redis.RedisClient sismember(java.lang.String, java.lang.String, io.vertx.core.Handler<io.vertx.core.AsyncResult<java.lang.Long>>);
    descriptor: (Ljava/lang/String;Ljava/lang/String;Lio/vertx/core/Handler;)Lio/vertx/redis/RedisClient;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=4, args_size=4
        start local 0 // io.vertx.redis.impl.RedisClientImpl this
        start local 1 // java.lang.String key
        start local 2 // java.lang.String member
        start local 3 // io.vertx.core.Handler handler
         0: .line 1314
            aload 0 /* this */
            getstatic io.vertx.redis.client.Command.SISMEMBER:Lio/vertx/redis/client/Command;
            iconst_2
            anewarray java.lang.Object
            dup
            iconst_0
            aload 1 /* key */
            aastore
            dup
            iconst_1
            aload 2 /* member */
            aastore
            invokestatic io.vertx.redis.impl.RedisClientImpl.toPayload:([Ljava/lang/Object;)Ljava/util/List;
            aload 3 /* handler */
            invokevirtual io.vertx.redis.impl.RedisClientImpl.sendLong:(Lio/vertx/redis/client/Command;Ljava/util/List;Lio/vertx/core/Handler;)V
         1: .line 1315
            aload 0 /* this */
            areturn
        end local 3 // io.vertx.core.Handler handler
        end local 2 // java.lang.String member
        end local 1 // java.lang.String key
        end local 0 // io.vertx.redis.impl.RedisClientImpl this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lio/vertx/redis/impl/RedisClientImpl;
            0    2     1      key  Ljava/lang/String;
            0    2     2   member  Ljava/lang/String;
            0    2     3  handler  Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/lang/Long;>;>;
    Signature: (Ljava/lang/String;Ljava/lang/String;Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/lang/Long;>;>;)Lio/vertx/redis/RedisClient;
    MethodParameters:
         Name  Flags
      key      
      member   
      handler  

  public io.vertx.redis.RedisClient slaveof(java.lang.String, int, io.vertx.core.Handler<io.vertx.core.AsyncResult<java.lang.String>>);
    descriptor: (Ljava/lang/String;ILio/vertx/core/Handler;)Lio/vertx/redis/RedisClient;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=4, args_size=4
        start local 0 // io.vertx.redis.impl.RedisClientImpl this
        start local 1 // java.lang.String host
        start local 2 // int port
        start local 3 // io.vertx.core.Handler handler
         0: .line 1320
            aload 0 /* this */
            getstatic io.vertx.redis.client.Command.SLAVEOF:Lio/vertx/redis/client/Command;
            iconst_2
            anewarray java.lang.Object
            dup
            iconst_0
            aload 1 /* host */
            aastore
            dup
            iconst_1
            iload 2 /* port */
            invokestatic java.lang.Integer.valueOf:(I)Ljava/lang/Integer;
            aastore
            invokestatic io.vertx.redis.impl.RedisClientImpl.toPayload:([Ljava/lang/Object;)Ljava/util/List;
            aload 3 /* handler */
            invokevirtual io.vertx.redis.impl.RedisClientImpl.sendString:(Lio/vertx/redis/client/Command;Ljava/util/List;Lio/vertx/core/Handler;)V
         1: .line 1321
            aload 0 /* this */
            areturn
        end local 3 // io.vertx.core.Handler handler
        end local 2 // int port
        end local 1 // java.lang.String host
        end local 0 // io.vertx.redis.impl.RedisClientImpl this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lio/vertx/redis/impl/RedisClientImpl;
            0    2     1     host  Ljava/lang/String;
            0    2     2     port  I
            0    2     3  handler  Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/lang/String;>;>;
    Signature: (Ljava/lang/String;ILio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/lang/String;>;>;)Lio/vertx/redis/RedisClient;
    MethodParameters:
         Name  Flags
      host     
      port     
      handler  

  public io.vertx.redis.RedisClient slaveofNoone(io.vertx.core.Handler<io.vertx.core.AsyncResult<java.lang.String>>);
    descriptor: (Lio/vertx/core/Handler;)Lio/vertx/redis/RedisClient;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=2, args_size=2
        start local 0 // io.vertx.redis.impl.RedisClientImpl this
        start local 1 // io.vertx.core.Handler handler
         0: .line 1326
            aload 0 /* this */
            getstatic io.vertx.redis.client.Command.SLAVEOF:Lio/vertx/redis/client/Command;
            iconst_2
            anewarray java.lang.Object
            dup
            iconst_0
            ldc "NO"
            aastore
            dup
            iconst_1
            ldc "ONE"
            aastore
            invokestatic io.vertx.redis.impl.RedisClientImpl.toPayload:([Ljava/lang/Object;)Ljava/util/List;
            aload 1 /* handler */
            invokevirtual io.vertx.redis.impl.RedisClientImpl.sendString:(Lio/vertx/redis/client/Command;Ljava/util/List;Lio/vertx/core/Handler;)V
         1: .line 1327
            aload 0 /* this */
            areturn
        end local 1 // io.vertx.core.Handler handler
        end local 0 // io.vertx.redis.impl.RedisClientImpl this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lio/vertx/redis/impl/RedisClientImpl;
            0    2     1  handler  Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/lang/String;>;>;
    Signature: (Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/lang/String;>;>;)Lio/vertx/redis/RedisClient;
    MethodParameters:
         Name  Flags
      handler  

  public io.vertx.redis.RedisClient slowlogGet(int, io.vertx.core.Handler<io.vertx.core.AsyncResult<io.vertx.core.json.JsonArray>>);
    descriptor: (ILio/vertx/core/Handler;)Lio/vertx/redis/RedisClient;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=3, args_size=3
        start local 0 // io.vertx.redis.impl.RedisClientImpl this
        start local 1 // int limit
        start local 2 // io.vertx.core.Handler handler
         0: .line 1332
            aload 0 /* this */
            getstatic io.vertx.redis.client.Command.SLOWLOG:Lio/vertx/redis/client/Command;
            iconst_2
            anewarray java.lang.Object
            dup
            iconst_0
            ldc "GET"
            aastore
            dup
            iconst_1
            iload 1 /* limit */
            ifge 1
            aconst_null
            goto 2
      StackMap locals: io.vertx.redis.impl.RedisClientImpl int io.vertx.core.Handler
      StackMap stack: io.vertx.redis.impl.RedisClientImpl io.vertx.redis.client.Command java.lang.Object[] java.lang.Object[] int
         1: iload 1 /* limit */
            invokestatic java.lang.Integer.valueOf:(I)Ljava/lang/Integer;
      StackMap locals: io.vertx.redis.impl.RedisClientImpl int io.vertx.core.Handler
      StackMap stack: io.vertx.redis.impl.RedisClientImpl io.vertx.redis.client.Command java.lang.Object[] java.lang.Object[] int java.lang.Integer
         2: aastore
            invokestatic io.vertx.redis.impl.RedisClientImpl.toPayload:([Ljava/lang/Object;)Ljava/util/List;
            aload 2 /* handler */
            invokevirtual io.vertx.redis.impl.RedisClientImpl.sendJsonArray:(Lio/vertx/redis/client/Command;Ljava/util/List;Lio/vertx/core/Handler;)V
         3: .line 1333
            aload 0 /* this */
            areturn
        end local 2 // io.vertx.core.Handler handler
        end local 1 // int limit
        end local 0 // io.vertx.redis.impl.RedisClientImpl this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    4     0     this  Lio/vertx/redis/impl/RedisClientImpl;
            0    4     1    limit  I
            0    4     2  handler  Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Lio/vertx/core/json/JsonArray;>;>;
    Signature: (ILio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Lio/vertx/core/json/JsonArray;>;>;)Lio/vertx/redis/RedisClient;
    MethodParameters:
         Name  Flags
      limit    
      handler  

  public io.vertx.redis.RedisClient slowlogLen(io.vertx.core.Handler<io.vertx.core.AsyncResult<java.lang.Long>>);
    descriptor: (Lio/vertx/core/Handler;)Lio/vertx/redis/RedisClient;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=2, args_size=2
        start local 0 // io.vertx.redis.impl.RedisClientImpl this
        start local 1 // io.vertx.core.Handler handler
         0: .line 1338
            aload 0 /* this */
            getstatic io.vertx.redis.client.Command.SLOWLOG:Lio/vertx/redis/client/Command;
            iconst_1
            anewarray java.lang.Object
            dup
            iconst_0
            ldc "LEN"
            aastore
            invokestatic io.vertx.redis.impl.RedisClientImpl.toPayload:([Ljava/lang/Object;)Ljava/util/List;
            aload 1 /* handler */
            invokevirtual io.vertx.redis.impl.RedisClientImpl.sendLong:(Lio/vertx/redis/client/Command;Ljava/util/List;Lio/vertx/core/Handler;)V
         1: .line 1339
            aload 0 /* this */
            areturn
        end local 1 // io.vertx.core.Handler handler
        end local 0 // io.vertx.redis.impl.RedisClientImpl this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lio/vertx/redis/impl/RedisClientImpl;
            0    2     1  handler  Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/lang/Long;>;>;
    Signature: (Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/lang/Long;>;>;)Lio/vertx/redis/RedisClient;
    MethodParameters:
         Name  Flags
      handler  

  public io.vertx.redis.RedisClient slowlogReset(io.vertx.core.Handler<io.vertx.core.AsyncResult<java.lang.Void>>);
    descriptor: (Lio/vertx/core/Handler;)Lio/vertx/redis/RedisClient;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=2, args_size=2
        start local 0 // io.vertx.redis.impl.RedisClientImpl this
        start local 1 // io.vertx.core.Handler handler
         0: .line 1344
            aload 0 /* this */
            getstatic io.vertx.redis.client.Command.SLOWLOG:Lio/vertx/redis/client/Command;
            iconst_1
            anewarray java.lang.Object
            dup
            iconst_0
            ldc "RESET"
            aastore
            invokestatic io.vertx.redis.impl.RedisClientImpl.toPayload:([Ljava/lang/Object;)Ljava/util/List;
            aload 1 /* handler */
            invokevirtual io.vertx.redis.impl.RedisClientImpl.sendVoid:(Lio/vertx/redis/client/Command;Ljava/util/List;Lio/vertx/core/Handler;)V
         1: .line 1345
            aload 0 /* this */
            areturn
        end local 1 // io.vertx.core.Handler handler
        end local 0 // io.vertx.redis.impl.RedisClientImpl this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lio/vertx/redis/impl/RedisClientImpl;
            0    2     1  handler  Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/lang/Void;>;>;
    Signature: (Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/lang/Void;>;>;)Lio/vertx/redis/RedisClient;
    MethodParameters:
         Name  Flags
      handler  

  public io.vertx.redis.RedisClient smembers(java.lang.String, io.vertx.core.Handler<io.vertx.core.AsyncResult<io.vertx.core.json.JsonArray>>);
    descriptor: (Ljava/lang/String;Lio/vertx/core/Handler;)Lio/vertx/redis/RedisClient;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=3, args_size=3
        start local 0 // io.vertx.redis.impl.RedisClientImpl this
        start local 1 // java.lang.String key
        start local 2 // io.vertx.core.Handler handler
         0: .line 1350
            aload 0 /* this */
            getstatic io.vertx.redis.client.Command.SMEMBERS:Lio/vertx/redis/client/Command;
            iconst_1
            anewarray java.lang.Object
            dup
            iconst_0
            aload 1 /* key */
            aastore
            invokestatic io.vertx.redis.impl.RedisClientImpl.toPayload:([Ljava/lang/Object;)Ljava/util/List;
            aload 2 /* handler */
            invokevirtual io.vertx.redis.impl.RedisClientImpl.sendJsonArray:(Lio/vertx/redis/client/Command;Ljava/util/List;Lio/vertx/core/Handler;)V
         1: .line 1351
            aload 0 /* this */
            areturn
        end local 2 // io.vertx.core.Handler handler
        end local 1 // java.lang.String key
        end local 0 // io.vertx.redis.impl.RedisClientImpl this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lio/vertx/redis/impl/RedisClientImpl;
            0    2     1      key  Ljava/lang/String;
            0    2     2  handler  Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Lio/vertx/core/json/JsonArray;>;>;
    Signature: (Ljava/lang/String;Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Lio/vertx/core/json/JsonArray;>;>;)Lio/vertx/redis/RedisClient;
    MethodParameters:
         Name  Flags
      key      
      handler  

  public io.vertx.redis.RedisClient smove(java.lang.String, java.lang.String, java.lang.String, io.vertx.core.Handler<io.vertx.core.AsyncResult<java.lang.Long>>);
    descriptor: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Lio/vertx/core/Handler;)Lio/vertx/redis/RedisClient;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=5, args_size=5
        start local 0 // io.vertx.redis.impl.RedisClientImpl this
        start local 1 // java.lang.String key
        start local 2 // java.lang.String destkey
        start local 3 // java.lang.String member
        start local 4 // io.vertx.core.Handler handler
         0: .line 1356
            aload 0 /* this */
            getstatic io.vertx.redis.client.Command.SMOVE:Lio/vertx/redis/client/Command;
            iconst_3
            anewarray java.lang.Object
            dup
            iconst_0
            aload 1 /* key */
            aastore
            dup
            iconst_1
            aload 2 /* destkey */
            aastore
            dup
            iconst_2
            aload 3 /* member */
            aastore
            invokestatic io.vertx.redis.impl.RedisClientImpl.toPayload:([Ljava/lang/Object;)Ljava/util/List;
            aload 4 /* handler */
            invokevirtual io.vertx.redis.impl.RedisClientImpl.sendLong:(Lio/vertx/redis/client/Command;Ljava/util/List;Lio/vertx/core/Handler;)V
         1: .line 1357
            aload 0 /* this */
            areturn
        end local 4 // io.vertx.core.Handler handler
        end local 3 // java.lang.String member
        end local 2 // java.lang.String destkey
        end local 1 // java.lang.String key
        end local 0 // io.vertx.redis.impl.RedisClientImpl this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lio/vertx/redis/impl/RedisClientImpl;
            0    2     1      key  Ljava/lang/String;
            0    2     2  destkey  Ljava/lang/String;
            0    2     3   member  Ljava/lang/String;
            0    2     4  handler  Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/lang/Long;>;>;
    Signature: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/lang/Long;>;>;)Lio/vertx/redis/RedisClient;
    MethodParameters:
         Name  Flags
      key      
      destkey  
      member   
      handler  

  public io.vertx.redis.RedisClient sort(java.lang.String, io.vertx.redis.op.SortOptions, io.vertx.core.Handler<io.vertx.core.AsyncResult<io.vertx.core.json.JsonArray>>);
    descriptor: (Ljava/lang/String;Lio/vertx/redis/op/SortOptions;Lio/vertx/core/Handler;)Lio/vertx/redis/RedisClient;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=4, args_size=4
        start local 0 // io.vertx.redis.impl.RedisClientImpl this
        start local 1 // java.lang.String key
        start local 2 // io.vertx.redis.op.SortOptions options
        start local 3 // io.vertx.core.Handler handler
         0: .line 1362
            aload 0 /* this */
            getstatic io.vertx.redis.client.Command.SORT:Lio/vertx/redis/client/Command;
            iconst_2
            anewarray java.lang.Object
            dup
            iconst_0
            aload 1 /* key */
            aastore
            dup
            iconst_1
            aload 2 /* options */
            ifnull 1
            aload 2 /* options */
            invokevirtual io.vertx.redis.op.SortOptions.toJsonArray:()Lio/vertx/core/json/JsonArray;
            goto 2
      StackMap locals: io.vertx.redis.impl.RedisClientImpl java.lang.String io.vertx.redis.op.SortOptions io.vertx.core.Handler
      StackMap stack: io.vertx.redis.impl.RedisClientImpl io.vertx.redis.client.Command java.lang.Object[] java.lang.Object[] int
         1: aconst_null
      StackMap locals: io.vertx.redis.impl.RedisClientImpl java.lang.String io.vertx.redis.op.SortOptions io.vertx.core.Handler
      StackMap stack: io.vertx.redis.impl.RedisClientImpl io.vertx.redis.client.Command java.lang.Object[] java.lang.Object[] int io.vertx.core.json.JsonArray
         2: aastore
            invokestatic io.vertx.redis.impl.RedisClientImpl.toPayload:([Ljava/lang/Object;)Ljava/util/List;
            aload 3 /* handler */
            invokevirtual io.vertx.redis.impl.RedisClientImpl.sendJsonArray:(Lio/vertx/redis/client/Command;Ljava/util/List;Lio/vertx/core/Handler;)V
         3: .line 1363
            aload 0 /* this */
            areturn
        end local 3 // io.vertx.core.Handler handler
        end local 2 // io.vertx.redis.op.SortOptions options
        end local 1 // java.lang.String key
        end local 0 // io.vertx.redis.impl.RedisClientImpl this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    4     0     this  Lio/vertx/redis/impl/RedisClientImpl;
            0    4     1      key  Ljava/lang/String;
            0    4     2  options  Lio/vertx/redis/op/SortOptions;
            0    4     3  handler  Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Lio/vertx/core/json/JsonArray;>;>;
    Signature: (Ljava/lang/String;Lio/vertx/redis/op/SortOptions;Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Lio/vertx/core/json/JsonArray;>;>;)Lio/vertx/redis/RedisClient;
    MethodParameters:
         Name  Flags
      key      
      options  
      handler  

  public io.vertx.redis.RedisClient spop(java.lang.String, io.vertx.core.Handler<io.vertx.core.AsyncResult<java.lang.String>>);
    descriptor: (Ljava/lang/String;Lio/vertx/core/Handler;)Lio/vertx/redis/RedisClient;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=3, args_size=3
        start local 0 // io.vertx.redis.impl.RedisClientImpl this
        start local 1 // java.lang.String key
        start local 2 // io.vertx.core.Handler handler
         0: .line 1368
            aload 0 /* this */
            getstatic io.vertx.redis.client.Command.SPOP:Lio/vertx/redis/client/Command;
            iconst_1
            anewarray java.lang.Object
            dup
            iconst_0
            aload 1 /* key */
            aastore
            invokestatic io.vertx.redis.impl.RedisClientImpl.toPayload:([Ljava/lang/Object;)Ljava/util/List;
            aload 2 /* handler */
            invokevirtual io.vertx.redis.impl.RedisClientImpl.sendString:(Lio/vertx/redis/client/Command;Ljava/util/List;Lio/vertx/core/Handler;)V
         1: .line 1369
            aload 0 /* this */
            areturn
        end local 2 // io.vertx.core.Handler handler
        end local 1 // java.lang.String key
        end local 0 // io.vertx.redis.impl.RedisClientImpl this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lio/vertx/redis/impl/RedisClientImpl;
            0    2     1      key  Ljava/lang/String;
            0    2     2  handler  Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/lang/String;>;>;
    Signature: (Ljava/lang/String;Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/lang/String;>;>;)Lio/vertx/redis/RedisClient;
    MethodParameters:
         Name  Flags
      key      
      handler  

  public io.vertx.redis.RedisClient spopMany(java.lang.String, int, io.vertx.core.Handler<io.vertx.core.AsyncResult<io.vertx.core.json.JsonArray>>);
    descriptor: (Ljava/lang/String;ILio/vertx/core/Handler;)Lio/vertx/redis/RedisClient;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=4, args_size=4
        start local 0 // io.vertx.redis.impl.RedisClientImpl this
        start local 1 // java.lang.String key
        start local 2 // int count
        start local 3 // io.vertx.core.Handler handler
         0: .line 1374
            aload 0 /* this */
            getstatic io.vertx.redis.client.Command.SPOP:Lio/vertx/redis/client/Command;
            iconst_2
            anewarray java.lang.Object
            dup
            iconst_0
            aload 1 /* key */
            aastore
            dup
            iconst_1
            iload 2 /* count */
            invokestatic java.lang.Integer.valueOf:(I)Ljava/lang/Integer;
            aastore
            invokestatic io.vertx.redis.impl.RedisClientImpl.toPayload:([Ljava/lang/Object;)Ljava/util/List;
            aload 3 /* handler */
            invokevirtual io.vertx.redis.impl.RedisClientImpl.sendJsonArray:(Lio/vertx/redis/client/Command;Ljava/util/List;Lio/vertx/core/Handler;)V
         1: .line 1375
            aload 0 /* this */
            areturn
        end local 3 // io.vertx.core.Handler handler
        end local 2 // int count
        end local 1 // java.lang.String key
        end local 0 // io.vertx.redis.impl.RedisClientImpl this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lio/vertx/redis/impl/RedisClientImpl;
            0    2     1      key  Ljava/lang/String;
            0    2     2    count  I
            0    2     3  handler  Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Lio/vertx/core/json/JsonArray;>;>;
    Signature: (Ljava/lang/String;ILio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Lio/vertx/core/json/JsonArray;>;>;)Lio/vertx/redis/RedisClient;
    MethodParameters:
         Name  Flags
      key      
      count    
      handler  

  public io.vertx.redis.RedisClient srandmember(java.lang.String, io.vertx.core.Handler<io.vertx.core.AsyncResult<java.lang.String>>);
    descriptor: (Ljava/lang/String;Lio/vertx/core/Handler;)Lio/vertx/redis/RedisClient;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=3, args_size=3
        start local 0 // io.vertx.redis.impl.RedisClientImpl this
        start local 1 // java.lang.String key
        start local 2 // io.vertx.core.Handler handler
         0: .line 1380
            aload 0 /* this */
            getstatic io.vertx.redis.client.Command.SRANDMEMBER:Lio/vertx/redis/client/Command;
            iconst_1
            anewarray java.lang.Object
            dup
            iconst_0
            aload 1 /* key */
            aastore
            invokestatic io.vertx.redis.impl.RedisClientImpl.toPayload:([Ljava/lang/Object;)Ljava/util/List;
            aload 2 /* handler */
            invokevirtual io.vertx.redis.impl.RedisClientImpl.sendString:(Lio/vertx/redis/client/Command;Ljava/util/List;Lio/vertx/core/Handler;)V
         1: .line 1381
            aload 0 /* this */
            areturn
        end local 2 // io.vertx.core.Handler handler
        end local 1 // java.lang.String key
        end local 0 // io.vertx.redis.impl.RedisClientImpl this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lio/vertx/redis/impl/RedisClientImpl;
            0    2     1      key  Ljava/lang/String;
            0    2     2  handler  Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/lang/String;>;>;
    Signature: (Ljava/lang/String;Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/lang/String;>;>;)Lio/vertx/redis/RedisClient;
    MethodParameters:
         Name  Flags
      key      
      handler  

  public io.vertx.redis.RedisClient srandmemberCount(java.lang.String, int, io.vertx.core.Handler<io.vertx.core.AsyncResult<io.vertx.core.json.JsonArray>>);
    descriptor: (Ljava/lang/String;ILio/vertx/core/Handler;)Lio/vertx/redis/RedisClient;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=4, args_size=4
        start local 0 // io.vertx.redis.impl.RedisClientImpl this
        start local 1 // java.lang.String key
        start local 2 // int count
        start local 3 // io.vertx.core.Handler handler
         0: .line 1386
            aload 0 /* this */
            getstatic io.vertx.redis.client.Command.SRANDMEMBER:Lio/vertx/redis/client/Command;
            iconst_2
            anewarray java.lang.Object
            dup
            iconst_0
            aload 1 /* key */
            aastore
            dup
            iconst_1
            iload 2 /* count */
            invokestatic java.lang.Integer.valueOf:(I)Ljava/lang/Integer;
            aastore
            invokestatic io.vertx.redis.impl.RedisClientImpl.toPayload:([Ljava/lang/Object;)Ljava/util/List;
            aload 3 /* handler */
            invokevirtual io.vertx.redis.impl.RedisClientImpl.sendJsonArray:(Lio/vertx/redis/client/Command;Ljava/util/List;Lio/vertx/core/Handler;)V
         1: .line 1387
            aload 0 /* this */
            areturn
        end local 3 // io.vertx.core.Handler handler
        end local 2 // int count
        end local 1 // java.lang.String key
        end local 0 // io.vertx.redis.impl.RedisClientImpl this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lio/vertx/redis/impl/RedisClientImpl;
            0    2     1      key  Ljava/lang/String;
            0    2     2    count  I
            0    2     3  handler  Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Lio/vertx/core/json/JsonArray;>;>;
    Signature: (Ljava/lang/String;ILio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Lio/vertx/core/json/JsonArray;>;>;)Lio/vertx/redis/RedisClient;
    MethodParameters:
         Name  Flags
      key      
      count    
      handler  

  public io.vertx.redis.RedisClient srem(java.lang.String, java.lang.String, io.vertx.core.Handler<io.vertx.core.AsyncResult<java.lang.Long>>);
    descriptor: (Ljava/lang/String;Ljava/lang/String;Lio/vertx/core/Handler;)Lio/vertx/redis/RedisClient;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=4, args_size=4
        start local 0 // io.vertx.redis.impl.RedisClientImpl this
        start local 1 // java.lang.String key
        start local 2 // java.lang.String member
        start local 3 // io.vertx.core.Handler handler
         0: .line 1392
            aload 0 /* this */
            getstatic io.vertx.redis.client.Command.SREM:Lio/vertx/redis/client/Command;
            iconst_2
            anewarray java.lang.Object
            dup
            iconst_0
            aload 1 /* key */
            aastore
            dup
            iconst_1
            aload 2 /* member */
            aastore
            invokestatic io.vertx.redis.impl.RedisClientImpl.toPayload:([Ljava/lang/Object;)Ljava/util/List;
            aload 3 /* handler */
            invokevirtual io.vertx.redis.impl.RedisClientImpl.sendLong:(Lio/vertx/redis/client/Command;Ljava/util/List;Lio/vertx/core/Handler;)V
         1: .line 1393
            aload 0 /* this */
            areturn
        end local 3 // io.vertx.core.Handler handler
        end local 2 // java.lang.String member
        end local 1 // java.lang.String key
        end local 0 // io.vertx.redis.impl.RedisClientImpl this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lio/vertx/redis/impl/RedisClientImpl;
            0    2     1      key  Ljava/lang/String;
            0    2     2   member  Ljava/lang/String;
            0    2     3  handler  Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/lang/Long;>;>;
    Signature: (Ljava/lang/String;Ljava/lang/String;Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/lang/Long;>;>;)Lio/vertx/redis/RedisClient;
    MethodParameters:
         Name  Flags
      key      
      member   
      handler  

  public io.vertx.redis.RedisClient sremMany(java.lang.String, java.util.List<java.lang.String>, io.vertx.core.Handler<io.vertx.core.AsyncResult<java.lang.Long>>);
    descriptor: (Ljava/lang/String;Ljava/util/List;Lio/vertx/core/Handler;)Lio/vertx/redis/RedisClient;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=4, args_size=4
        start local 0 // io.vertx.redis.impl.RedisClientImpl this
        start local 1 // java.lang.String key
        start local 2 // java.util.List members
        start local 3 // io.vertx.core.Handler handler
         0: .line 1398
            aload 0 /* this */
            getstatic io.vertx.redis.client.Command.SREM:Lio/vertx/redis/client/Command;
            iconst_2
            anewarray java.lang.Object
            dup
            iconst_0
            aload 1 /* key */
            aastore
            dup
            iconst_1
            aload 2 /* members */
            aastore
            invokestatic io.vertx.redis.impl.RedisClientImpl.toPayload:([Ljava/lang/Object;)Ljava/util/List;
            aload 3 /* handler */
            invokevirtual io.vertx.redis.impl.RedisClientImpl.sendLong:(Lio/vertx/redis/client/Command;Ljava/util/List;Lio/vertx/core/Handler;)V
         1: .line 1399
            aload 0 /* this */
            areturn
        end local 3 // io.vertx.core.Handler handler
        end local 2 // java.util.List members
        end local 1 // java.lang.String key
        end local 0 // io.vertx.redis.impl.RedisClientImpl this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lio/vertx/redis/impl/RedisClientImpl;
            0    2     1      key  Ljava/lang/String;
            0    2     2  members  Ljava/util/List<Ljava/lang/String;>;
            0    2     3  handler  Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/lang/Long;>;>;
    Signature: (Ljava/lang/String;Ljava/util/List<Ljava/lang/String;>;Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/lang/Long;>;>;)Lio/vertx/redis/RedisClient;
    MethodParameters:
         Name  Flags
      key      
      members  
      handler  

  public io.vertx.redis.RedisClient strlen(java.lang.String, io.vertx.core.Handler<io.vertx.core.AsyncResult<java.lang.Long>>);
    descriptor: (Ljava/lang/String;Lio/vertx/core/Handler;)Lio/vertx/redis/RedisClient;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=3, args_size=3
        start local 0 // io.vertx.redis.impl.RedisClientImpl this
        start local 1 // java.lang.String key
        start local 2 // io.vertx.core.Handler handler
         0: .line 1404
            aload 0 /* this */
            getstatic io.vertx.redis.client.Command.STRLEN:Lio/vertx/redis/client/Command;
            iconst_1
            anewarray java.lang.Object
            dup
            iconst_0
            aload 1 /* key */
            aastore
            invokestatic io.vertx.redis.impl.RedisClientImpl.toPayload:([Ljava/lang/Object;)Ljava/util/List;
            aload 2 /* handler */
            invokevirtual io.vertx.redis.impl.RedisClientImpl.sendLong:(Lio/vertx/redis/client/Command;Ljava/util/List;Lio/vertx/core/Handler;)V
         1: .line 1405
            aload 0 /* this */
            areturn
        end local 2 // io.vertx.core.Handler handler
        end local 1 // java.lang.String key
        end local 0 // io.vertx.redis.impl.RedisClientImpl this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lio/vertx/redis/impl/RedisClientImpl;
            0    2     1      key  Ljava/lang/String;
            0    2     2  handler  Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/lang/Long;>;>;
    Signature: (Ljava/lang/String;Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/lang/Long;>;>;)Lio/vertx/redis/RedisClient;
    MethodParameters:
         Name  Flags
      key      
      handler  

  public io.vertx.redis.RedisClient subscribe(java.lang.String, io.vertx.core.Handler<io.vertx.core.AsyncResult<io.vertx.core.json.JsonArray>>);
    descriptor: (Ljava/lang/String;Lio/vertx/core/Handler;)Lio/vertx/redis/RedisClient;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=3, args_size=3
        start local 0 // io.vertx.redis.impl.RedisClientImpl this
        start local 1 // java.lang.String channel
        start local 2 // io.vertx.core.Handler handler
         0: .line 1410
            aload 0 /* this */
            getstatic io.vertx.redis.client.Command.SUBSCRIBE:Lio/vertx/redis/client/Command;
            iconst_1
            anewarray java.lang.Object
            dup
            iconst_0
            aload 1 /* channel */
            aastore
            invokestatic io.vertx.redis.impl.RedisClientImpl.toPayload:([Ljava/lang/Object;)Ljava/util/List;
            aload 2 /* handler */
            invokevirtual io.vertx.redis.impl.RedisClientImpl.sendJsonArray:(Lio/vertx/redis/client/Command;Ljava/util/List;Lio/vertx/core/Handler;)V
         1: .line 1411
            aload 0 /* this */
            areturn
        end local 2 // io.vertx.core.Handler handler
        end local 1 // java.lang.String channel
        end local 0 // io.vertx.redis.impl.RedisClientImpl this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lio/vertx/redis/impl/RedisClientImpl;
            0    2     1  channel  Ljava/lang/String;
            0    2     2  handler  Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Lio/vertx/core/json/JsonArray;>;>;
    Signature: (Ljava/lang/String;Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Lio/vertx/core/json/JsonArray;>;>;)Lio/vertx/redis/RedisClient;
    MethodParameters:
         Name  Flags
      channel  
      handler  

  public io.vertx.redis.RedisClient subscribeMany(java.util.List<java.lang.String>, io.vertx.core.Handler<io.vertx.core.AsyncResult<io.vertx.core.json.JsonArray>>);
    descriptor: (Ljava/util/List;Lio/vertx/core/Handler;)Lio/vertx/redis/RedisClient;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=3, args_size=3
        start local 0 // io.vertx.redis.impl.RedisClientImpl this
        start local 1 // java.util.List channels
        start local 2 // io.vertx.core.Handler handler
         0: .line 1416
            aload 0 /* this */
            getstatic io.vertx.redis.client.Command.SUBSCRIBE:Lio/vertx/redis/client/Command;
            iconst_1
            anewarray java.lang.Object
            dup
            iconst_0
            aload 1 /* channels */
            aastore
            invokestatic io.vertx.redis.impl.RedisClientImpl.toPayload:([Ljava/lang/Object;)Ljava/util/List;
            aload 2 /* handler */
            invokevirtual io.vertx.redis.impl.RedisClientImpl.sendJsonArray:(Lio/vertx/redis/client/Command;Ljava/util/List;Lio/vertx/core/Handler;)V
         1: .line 1417
            aload 0 /* this */
            areturn
        end local 2 // io.vertx.core.Handler handler
        end local 1 // java.util.List channels
        end local 0 // io.vertx.redis.impl.RedisClientImpl this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    2     0      this  Lio/vertx/redis/impl/RedisClientImpl;
            0    2     1  channels  Ljava/util/List<Ljava/lang/String;>;
            0    2     2   handler  Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Lio/vertx/core/json/JsonArray;>;>;
    Signature: (Ljava/util/List<Ljava/lang/String;>;Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Lio/vertx/core/json/JsonArray;>;>;)Lio/vertx/redis/RedisClient;
    MethodParameters:
          Name  Flags
      channels  
      handler   

  public io.vertx.redis.RedisClient sunion(java.util.List<java.lang.String>, io.vertx.core.Handler<io.vertx.core.AsyncResult<io.vertx.core.json.JsonArray>>);
    descriptor: (Ljava/util/List;Lio/vertx/core/Handler;)Lio/vertx/redis/RedisClient;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=3, args_size=3
        start local 0 // io.vertx.redis.impl.RedisClientImpl this
        start local 1 // java.util.List keys
        start local 2 // io.vertx.core.Handler handler
         0: .line 1422
            aload 0 /* this */
            getstatic io.vertx.redis.client.Command.SUNION:Lio/vertx/redis/client/Command;
            iconst_1
            anewarray java.lang.Object
            dup
            iconst_0
            aload 1 /* keys */
            aastore
            invokestatic io.vertx.redis.impl.RedisClientImpl.toPayload:([Ljava/lang/Object;)Ljava/util/List;
            aload 2 /* handler */
            invokevirtual io.vertx.redis.impl.RedisClientImpl.sendJsonArray:(Lio/vertx/redis/client/Command;Ljava/util/List;Lio/vertx/core/Handler;)V
         1: .line 1423
            aload 0 /* this */
            areturn
        end local 2 // io.vertx.core.Handler handler
        end local 1 // java.util.List keys
        end local 0 // io.vertx.redis.impl.RedisClientImpl this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lio/vertx/redis/impl/RedisClientImpl;
            0    2     1     keys  Ljava/util/List<Ljava/lang/String;>;
            0    2     2  handler  Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Lio/vertx/core/json/JsonArray;>;>;
    Signature: (Ljava/util/List<Ljava/lang/String;>;Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Lio/vertx/core/json/JsonArray;>;>;)Lio/vertx/redis/RedisClient;
    MethodParameters:
         Name  Flags
      keys     
      handler  

  public io.vertx.redis.RedisClient sunionstore(java.lang.String, java.util.List<java.lang.String>, io.vertx.core.Handler<io.vertx.core.AsyncResult<java.lang.Long>>);
    descriptor: (Ljava/lang/String;Ljava/util/List;Lio/vertx/core/Handler;)Lio/vertx/redis/RedisClient;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=4, args_size=4
        start local 0 // io.vertx.redis.impl.RedisClientImpl this
        start local 1 // java.lang.String destkey
        start local 2 // java.util.List keys
        start local 3 // io.vertx.core.Handler handler
         0: .line 1428
            aload 0 /* this */
            getstatic io.vertx.redis.client.Command.SUNIONSTORE:Lio/vertx/redis/client/Command;
            iconst_2
            anewarray java.lang.Object
            dup
            iconst_0
            aload 1 /* destkey */
            aastore
            dup
            iconst_1
            aload 2 /* keys */
            aastore
            invokestatic io.vertx.redis.impl.RedisClientImpl.toPayload:([Ljava/lang/Object;)Ljava/util/List;
            aload 3 /* handler */
            invokevirtual io.vertx.redis.impl.RedisClientImpl.sendLong:(Lio/vertx/redis/client/Command;Ljava/util/List;Lio/vertx/core/Handler;)V
         1: .line 1429
            aload 0 /* this */
            areturn
        end local 3 // io.vertx.core.Handler handler
        end local 2 // java.util.List keys
        end local 1 // java.lang.String destkey
        end local 0 // io.vertx.redis.impl.RedisClientImpl this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lio/vertx/redis/impl/RedisClientImpl;
            0    2     1  destkey  Ljava/lang/String;
            0    2     2     keys  Ljava/util/List<Ljava/lang/String;>;
            0    2     3  handler  Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/lang/Long;>;>;
    Signature: (Ljava/lang/String;Ljava/util/List<Ljava/lang/String;>;Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/lang/Long;>;>;)Lio/vertx/redis/RedisClient;
    MethodParameters:
         Name  Flags
      destkey  
      keys     
      handler  

  public io.vertx.redis.RedisClient sync(io.vertx.core.Handler<io.vertx.core.AsyncResult<java.lang.Void>>);
    descriptor: (Lio/vertx/core/Handler;)Lio/vertx/redis/RedisClient;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=2, args_size=2
        start local 0 // io.vertx.redis.impl.RedisClientImpl this
        start local 1 // io.vertx.core.Handler handler
         0: .line 1434
            aload 0 /* this */
            getstatic io.vertx.redis.client.Command.SYNC:Lio/vertx/redis/client/Command;
            aconst_null
            aload 1 /* handler */
            invokevirtual io.vertx.redis.impl.RedisClientImpl.sendVoid:(Lio/vertx/redis/client/Command;Ljava/util/List;Lio/vertx/core/Handler;)V
         1: .line 1435
            aload 0 /* this */
            areturn
        end local 1 // io.vertx.core.Handler handler
        end local 0 // io.vertx.redis.impl.RedisClientImpl this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lio/vertx/redis/impl/RedisClientImpl;
            0    2     1  handler  Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/lang/Void;>;>;
    Signature: (Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/lang/Void;>;>;)Lio/vertx/redis/RedisClient;
    MethodParameters:
         Name  Flags
      handler  

  public io.vertx.redis.RedisClient time(io.vertx.core.Handler<io.vertx.core.AsyncResult<io.vertx.core.json.JsonArray>>);
    descriptor: (Lio/vertx/core/Handler;)Lio/vertx/redis/RedisClient;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=2, args_size=2
        start local 0 // io.vertx.redis.impl.RedisClientImpl this
        start local 1 // io.vertx.core.Handler handler
         0: .line 1440
            aload 0 /* this */
            getstatic io.vertx.redis.client.Command.TIME:Lio/vertx/redis/client/Command;
            aconst_null
            aload 1 /* handler */
            invokevirtual io.vertx.redis.impl.RedisClientImpl.sendJsonArray:(Lio/vertx/redis/client/Command;Ljava/util/List;Lio/vertx/core/Handler;)V
         1: .line 1441
            aload 0 /* this */
            areturn
        end local 1 // io.vertx.core.Handler handler
        end local 0 // io.vertx.redis.impl.RedisClientImpl this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lio/vertx/redis/impl/RedisClientImpl;
            0    2     1  handler  Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Lio/vertx/core/json/JsonArray;>;>;
    Signature: (Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Lio/vertx/core/json/JsonArray;>;>;)Lio/vertx/redis/RedisClient;
    MethodParameters:
         Name  Flags
      handler  

  public io.vertx.redis.RedisTransaction transaction();
    descriptor: ()Lio/vertx/redis/RedisTransaction;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // io.vertx.redis.impl.RedisClientImpl this
         0: .line 1446
            new io.vertx.redis.impl.RedisClientImpl$RedisTransactionImpl
            dup
            aload 0 /* this */
            invokespecial io.vertx.redis.impl.RedisClientImpl$RedisTransactionImpl.<init>:(Lio/vertx/redis/impl/RedisClientImpl;)V
            areturn
        end local 0 // io.vertx.redis.impl.RedisClientImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/redis/impl/RedisClientImpl;

  public io.vertx.redis.RedisClient ttl(java.lang.String, io.vertx.core.Handler<io.vertx.core.AsyncResult<java.lang.Long>>);
    descriptor: (Ljava/lang/String;Lio/vertx/core/Handler;)Lio/vertx/redis/RedisClient;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=3, args_size=3
        start local 0 // io.vertx.redis.impl.RedisClientImpl this
        start local 1 // java.lang.String key
        start local 2 // io.vertx.core.Handler handler
         0: .line 1452
            aload 0 /* this */
            getstatic io.vertx.redis.client.Command.TTL:Lio/vertx/redis/client/Command;
            iconst_1
            anewarray java.lang.Object
            dup
            iconst_0
            aload 1 /* key */
            aastore
            invokestatic io.vertx.redis.impl.RedisClientImpl.toPayload:([Ljava/lang/Object;)Ljava/util/List;
            aload 2 /* handler */
            invokevirtual io.vertx.redis.impl.RedisClientImpl.sendLong:(Lio/vertx/redis/client/Command;Ljava/util/List;Lio/vertx/core/Handler;)V
         1: .line 1453
            aload 0 /* this */
            areturn
        end local 2 // io.vertx.core.Handler handler
        end local 1 // java.lang.String key
        end local 0 // io.vertx.redis.impl.RedisClientImpl this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lio/vertx/redis/impl/RedisClientImpl;
            0    2     1      key  Ljava/lang/String;
            0    2     2  handler  Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/lang/Long;>;>;
    Signature: (Ljava/lang/String;Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/lang/Long;>;>;)Lio/vertx/redis/RedisClient;
    MethodParameters:
         Name  Flags
      key      
      handler  

  public io.vertx.redis.RedisClient type(java.lang.String, io.vertx.core.Handler<io.vertx.core.AsyncResult<java.lang.String>>);
    descriptor: (Ljava/lang/String;Lio/vertx/core/Handler;)Lio/vertx/redis/RedisClient;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=3, args_size=3
        start local 0 // io.vertx.redis.impl.RedisClientImpl this
        start local 1 // java.lang.String key
        start local 2 // io.vertx.core.Handler handler
         0: .line 1458
            aload 0 /* this */
            getstatic io.vertx.redis.client.Command.TYPE:Lio/vertx/redis/client/Command;
            iconst_1
            anewarray java.lang.Object
            dup
            iconst_0
            aload 1 /* key */
            aastore
            invokestatic io.vertx.redis.impl.RedisClientImpl.toPayload:([Ljava/lang/Object;)Ljava/util/List;
            aload 2 /* handler */
            invokevirtual io.vertx.redis.impl.RedisClientImpl.sendString:(Lio/vertx/redis/client/Command;Ljava/util/List;Lio/vertx/core/Handler;)V
         1: .line 1459
            aload 0 /* this */
            areturn
        end local 2 // io.vertx.core.Handler handler
        end local 1 // java.lang.String key
        end local 0 // io.vertx.redis.impl.RedisClientImpl this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lio/vertx/redis/impl/RedisClientImpl;
            0    2     1      key  Ljava/lang/String;
            0    2     2  handler  Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/lang/String;>;>;
    Signature: (Ljava/lang/String;Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/lang/String;>;>;)Lio/vertx/redis/RedisClient;
    MethodParameters:
         Name  Flags
      key      
      handler  

  public io.vertx.redis.RedisClient unsubscribe(java.util.List<java.lang.String>, io.vertx.core.Handler<io.vertx.core.AsyncResult<java.lang.Void>>);
    descriptor: (Ljava/util/List;Lio/vertx/core/Handler;)Lio/vertx/redis/RedisClient;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=3, args_size=3
        start local 0 // io.vertx.redis.impl.RedisClientImpl this
        start local 1 // java.util.List channels
        start local 2 // io.vertx.core.Handler handler
         0: .line 1464
            aload 0 /* this */
            getstatic io.vertx.redis.client.Command.UNSUBSCRIBE:Lio/vertx/redis/client/Command;
            iconst_1
            anewarray java.lang.Object
            dup
            iconst_0
            aload 1 /* channels */
            aastore
            invokestatic io.vertx.redis.impl.RedisClientImpl.toPayload:([Ljava/lang/Object;)Ljava/util/List;
            aload 2 /* handler */
            invokevirtual io.vertx.redis.impl.RedisClientImpl.sendVoid:(Lio/vertx/redis/client/Command;Ljava/util/List;Lio/vertx/core/Handler;)V
         1: .line 1465
            aload 0 /* this */
            areturn
        end local 2 // io.vertx.core.Handler handler
        end local 1 // java.util.List channels
        end local 0 // io.vertx.redis.impl.RedisClientImpl this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    2     0      this  Lio/vertx/redis/impl/RedisClientImpl;
            0    2     1  channels  Ljava/util/List<Ljava/lang/String;>;
            0    2     2   handler  Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/lang/Void;>;>;
    Signature: (Ljava/util/List<Ljava/lang/String;>;Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/lang/Void;>;>;)Lio/vertx/redis/RedisClient;
    MethodParameters:
          Name  Flags
      channels  
      handler   

  public io.vertx.redis.RedisClient wait(long, long, io.vertx.core.Handler<io.vertx.core.AsyncResult<java.lang.String>>);
    descriptor: (JJLio/vertx/core/Handler;)Lio/vertx/redis/RedisClient;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=7, locals=6, args_size=4
        start local 0 // io.vertx.redis.impl.RedisClientImpl this
        start local 1 // long numSlaves
        start local 3 // long timeout
        start local 5 // io.vertx.core.Handler handler
         0: .line 1470
            aload 0 /* this */
            getstatic io.vertx.redis.client.Command.WAIT:Lio/vertx/redis/client/Command;
            iconst_2
            anewarray java.lang.Object
            dup
            iconst_0
            lload 1 /* numSlaves */
            invokestatic java.lang.Long.valueOf:(J)Ljava/lang/Long;
            aastore
            dup
            iconst_1
            lload 3 /* timeout */
            invokestatic java.lang.Long.valueOf:(J)Ljava/lang/Long;
            aastore
            invokestatic io.vertx.redis.impl.RedisClientImpl.toPayload:([Ljava/lang/Object;)Ljava/util/List;
            aload 5 /* handler */
            invokevirtual io.vertx.redis.impl.RedisClientImpl.sendString:(Lio/vertx/redis/client/Command;Ljava/util/List;Lio/vertx/core/Handler;)V
         1: .line 1471
            aload 0 /* this */
            areturn
        end local 5 // io.vertx.core.Handler handler
        end local 3 // long timeout
        end local 1 // long numSlaves
        end local 0 // io.vertx.redis.impl.RedisClientImpl this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    2     0       this  Lio/vertx/redis/impl/RedisClientImpl;
            0    2     1  numSlaves  J
            0    2     3    timeout  J
            0    2     5    handler  Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/lang/String;>;>;
    Signature: (JJLio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/lang/String;>;>;)Lio/vertx/redis/RedisClient;
    MethodParameters:
           Name  Flags
      numSlaves  
      timeout    
      handler    

  public io.vertx.redis.RedisClient zadd(java.lang.String, double, java.lang.String, io.vertx.core.Handler<io.vertx.core.AsyncResult<java.lang.Long>>);
    descriptor: (Ljava/lang/String;DLjava/lang/String;Lio/vertx/core/Handler;)Lio/vertx/redis/RedisClient;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=7, locals=6, args_size=5
        start local 0 // io.vertx.redis.impl.RedisClientImpl this
        start local 1 // java.lang.String key
        start local 2 // double score
        start local 4 // java.lang.String member
        start local 5 // io.vertx.core.Handler handler
         0: .line 1476
            aload 0 /* this */
            getstatic io.vertx.redis.client.Command.ZADD:Lio/vertx/redis/client/Command;
            iconst_3
            anewarray java.lang.Object
            dup
            iconst_0
            aload 1 /* key */
            aastore
            dup
            iconst_1
            dload 2 /* score */
            invokestatic java.lang.Double.valueOf:(D)Ljava/lang/Double;
            aastore
            dup
            iconst_2
            aload 4 /* member */
            aastore
            invokestatic io.vertx.redis.impl.RedisClientImpl.toPayload:([Ljava/lang/Object;)Ljava/util/List;
            aload 5 /* handler */
            invokevirtual io.vertx.redis.impl.RedisClientImpl.sendLong:(Lio/vertx/redis/client/Command;Ljava/util/List;Lio/vertx/core/Handler;)V
         1: .line 1477
            aload 0 /* this */
            areturn
        end local 5 // io.vertx.core.Handler handler
        end local 4 // java.lang.String member
        end local 2 // double score
        end local 1 // java.lang.String key
        end local 0 // io.vertx.redis.impl.RedisClientImpl this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lio/vertx/redis/impl/RedisClientImpl;
            0    2     1      key  Ljava/lang/String;
            0    2     2    score  D
            0    2     4   member  Ljava/lang/String;
            0    2     5  handler  Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/lang/Long;>;>;
    Signature: (Ljava/lang/String;DLjava/lang/String;Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/lang/Long;>;>;)Lio/vertx/redis/RedisClient;
    MethodParameters:
         Name  Flags
      key      
      score    
      member   
      handler  

  public io.vertx.redis.RedisClient zaddMany(java.lang.String, java.util.Map<java.lang.String, java.lang.Double>, io.vertx.core.Handler<io.vertx.core.AsyncResult<java.lang.Long>>);
    descriptor: (Ljava/lang/String;Ljava/util/Map;Lio/vertx/core/Handler;)Lio/vertx/redis/RedisClient;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=5, args_size=4
        start local 0 // io.vertx.redis.impl.RedisClientImpl this
        start local 1 // java.lang.String key
        start local 2 // java.util.Map members
        start local 3 // io.vertx.core.Handler handler
         0: .line 1483
            aload 2 /* members */
            invokeinterface java.util.Map.entrySet:()Ljava/util/Set;
            invokeinterface java.util.Set.stream:()Ljava/util/stream/Stream;
            invokedynamic apply()Ljava/util/function/Function;
              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;)Ljava/lang/Object;
                  io/vertx/redis/impl/RedisClientImpl.lambda$16(Ljava/util/Map$Entry;)[Ljava/lang/Object; (6)
                  (Ljava/util/Map$Entry;)[Ljava/lang/Object;
            invokeinterface java.util.stream.Stream.map:(Ljava/util/function/Function;)Ljava/util/stream/Stream;
            astore 4 /* flipped */
        start local 4 // java.util.stream.Stream flipped
         1: .line 1484
            aload 0 /* this */
            getstatic io.vertx.redis.client.Command.ZADD:Lio/vertx/redis/client/Command;
            iconst_2
            anewarray java.lang.Object
            dup
            iconst_0
            aload 1 /* key */
            aastore
            dup
            iconst_1
            aload 4 /* flipped */
            aastore
            invokestatic io.vertx.redis.impl.RedisClientImpl.toPayload:([Ljava/lang/Object;)Ljava/util/List;
            aload 3 /* handler */
            invokevirtual io.vertx.redis.impl.RedisClientImpl.sendLong:(Lio/vertx/redis/client/Command;Ljava/util/List;Lio/vertx/core/Handler;)V
         2: .line 1485
            aload 0 /* this */
            areturn
        end local 4 // java.util.stream.Stream flipped
        end local 3 // io.vertx.core.Handler handler
        end local 2 // java.util.Map members
        end local 1 // java.lang.String key
        end local 0 // io.vertx.redis.impl.RedisClientImpl this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    3     0     this  Lio/vertx/redis/impl/RedisClientImpl;
            0    3     1      key  Ljava/lang/String;
            0    3     2  members  Ljava/util/Map<Ljava/lang/String;Ljava/lang/Double;>;
            0    3     3  handler  Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/lang/Long;>;>;
            1    3     4  flipped  Ljava/util/stream/Stream;
    Signature: (Ljava/lang/String;Ljava/util/Map<Ljava/lang/String;Ljava/lang/Double;>;Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/lang/Long;>;>;)Lio/vertx/redis/RedisClient;
    MethodParameters:
         Name  Flags
      key      
      members  
      handler  

  public io.vertx.redis.RedisClient zcard(java.lang.String, io.vertx.core.Handler<io.vertx.core.AsyncResult<java.lang.Long>>);
    descriptor: (Ljava/lang/String;Lio/vertx/core/Handler;)Lio/vertx/redis/RedisClient;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=3, args_size=3
        start local 0 // io.vertx.redis.impl.RedisClientImpl this
        start local 1 // java.lang.String key
        start local 2 // io.vertx.core.Handler handler
         0: .line 1490
            aload 0 /* this */
            getstatic io.vertx.redis.client.Command.ZCARD:Lio/vertx/redis/client/Command;
            iconst_1
            anewarray java.lang.Object
            dup
            iconst_0
            aload 1 /* key */
            aastore
            invokestatic io.vertx.redis.impl.RedisClientImpl.toPayload:([Ljava/lang/Object;)Ljava/util/List;
            aload 2 /* handler */
            invokevirtual io.vertx.redis.impl.RedisClientImpl.sendLong:(Lio/vertx/redis/client/Command;Ljava/util/List;Lio/vertx/core/Handler;)V
         1: .line 1491
            aload 0 /* this */
            areturn
        end local 2 // io.vertx.core.Handler handler
        end local 1 // java.lang.String key
        end local 0 // io.vertx.redis.impl.RedisClientImpl this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lio/vertx/redis/impl/RedisClientImpl;
            0    2     1      key  Ljava/lang/String;
            0    2     2  handler  Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/lang/Long;>;>;
    Signature: (Ljava/lang/String;Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/lang/Long;>;>;)Lio/vertx/redis/RedisClient;
    MethodParameters:
         Name  Flags
      key      
      handler  

  public io.vertx.redis.RedisClient zcount(java.lang.String, double, double, io.vertx.core.Handler<io.vertx.core.AsyncResult<java.lang.Long>>);
    descriptor: (Ljava/lang/String;DDLio/vertx/core/Handler;)Lio/vertx/redis/RedisClient;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=9, args_size=5
        start local 0 // io.vertx.redis.impl.RedisClientImpl this
        start local 1 // java.lang.String key
        start local 2 // double min
        start local 4 // double max
        start local 6 // io.vertx.core.Handler handler
         0: .line 1496
            dload 2 /* min */
            ldc -Infinity
            dcmpl
            ifne 1
            ldc "-inf"
            goto 2
      StackMap locals:
      StackMap stack:
         1: dload 2 /* min */
            invokestatic java.lang.String.valueOf:(D)Ljava/lang/String;
      StackMap locals:
      StackMap stack: java.lang.String
         2: astore 7 /* minVal */
        start local 7 // java.lang.String minVal
         3: .line 1497
            dload 4 /* max */
            ldc Infinity
            dcmpl
            ifne 4
            ldc "+inf"
            goto 5
      StackMap locals: java.lang.String
      StackMap stack:
         4: dload 4 /* max */
            invokestatic java.lang.String.valueOf:(D)Ljava/lang/String;
      StackMap locals:
      StackMap stack: java.lang.String
         5: astore 8 /* maxVal */
        start local 8 // java.lang.String maxVal
         6: .line 1498
            aload 0 /* this */
            getstatic io.vertx.redis.client.Command.ZCOUNT:Lio/vertx/redis/client/Command;
            iconst_3
            anewarray java.lang.Object
            dup
            iconst_0
            aload 1 /* key */
            aastore
            dup
            iconst_1
            aload 7 /* minVal */
            aastore
            dup
            iconst_2
            aload 8 /* maxVal */
            aastore
            invokestatic io.vertx.redis.impl.RedisClientImpl.toPayload:([Ljava/lang/Object;)Ljava/util/List;
            aload 6 /* handler */
            invokevirtual io.vertx.redis.impl.RedisClientImpl.sendLong:(Lio/vertx/redis/client/Command;Ljava/util/List;Lio/vertx/core/Handler;)V
         7: .line 1499
            aload 0 /* this */
            areturn
        end local 8 // java.lang.String maxVal
        end local 7 // java.lang.String minVal
        end local 6 // io.vertx.core.Handler handler
        end local 4 // double max
        end local 2 // double min
        end local 1 // java.lang.String key
        end local 0 // io.vertx.redis.impl.RedisClientImpl this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    8     0     this  Lio/vertx/redis/impl/RedisClientImpl;
            0    8     1      key  Ljava/lang/String;
            0    8     2      min  D
            0    8     4      max  D
            0    8     6  handler  Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/lang/Long;>;>;
            3    8     7   minVal  Ljava/lang/String;
            6    8     8   maxVal  Ljava/lang/String;
    Signature: (Ljava/lang/String;DDLio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/lang/Long;>;>;)Lio/vertx/redis/RedisClient;
    MethodParameters:
         Name  Flags
      key      
      min      
      max      
      handler  

  public io.vertx.redis.RedisClient zincrby(java.lang.String, double, java.lang.String, io.vertx.core.Handler<io.vertx.core.AsyncResult<java.lang.String>>);
    descriptor: (Ljava/lang/String;DLjava/lang/String;Lio/vertx/core/Handler;)Lio/vertx/redis/RedisClient;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=7, locals=6, args_size=5
        start local 0 // io.vertx.redis.impl.RedisClientImpl this
        start local 1 // java.lang.String key
        start local 2 // double increment
        start local 4 // java.lang.String member
        start local 5 // io.vertx.core.Handler handler
         0: .line 1504
            aload 0 /* this */
            getstatic io.vertx.redis.client.Command.ZINCRBY:Lio/vertx/redis/client/Command;
            iconst_3
            anewarray java.lang.Object
            dup
            iconst_0
            aload 1 /* key */
            aastore
            dup
            iconst_1
            dload 2 /* increment */
            invokestatic java.lang.Double.valueOf:(D)Ljava/lang/Double;
            aastore
            dup
            iconst_2
            aload 4 /* member */
            aastore
            invokestatic io.vertx.redis.impl.RedisClientImpl.toPayload:([Ljava/lang/Object;)Ljava/util/List;
            aload 5 /* handler */
            invokevirtual io.vertx.redis.impl.RedisClientImpl.sendString:(Lio/vertx/redis/client/Command;Ljava/util/List;Lio/vertx/core/Handler;)V
         1: .line 1505
            aload 0 /* this */
            areturn
        end local 5 // io.vertx.core.Handler handler
        end local 4 // java.lang.String member
        end local 2 // double increment
        end local 1 // java.lang.String key
        end local 0 // io.vertx.redis.impl.RedisClientImpl this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    2     0       this  Lio/vertx/redis/impl/RedisClientImpl;
            0    2     1        key  Ljava/lang/String;
            0    2     2  increment  D
            0    2     4     member  Ljava/lang/String;
            0    2     5    handler  Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/lang/String;>;>;
    Signature: (Ljava/lang/String;DLjava/lang/String;Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/lang/String;>;>;)Lio/vertx/redis/RedisClient;
    MethodParameters:
           Name  Flags
      key        
      increment  
      member     
      handler    

  public io.vertx.redis.RedisClient zinterstore(java.lang.String, java.util.List<java.lang.String>, io.vertx.redis.op.AggregateOptions, io.vertx.core.Handler<io.vertx.core.AsyncResult<java.lang.Long>>);
    descriptor: (Ljava/lang/String;Ljava/util/List;Lio/vertx/redis/op/AggregateOptions;Lio/vertx/core/Handler;)Lio/vertx/redis/RedisClient;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=5, args_size=5
        start local 0 // io.vertx.redis.impl.RedisClientImpl this
        start local 1 // java.lang.String destkey
        start local 2 // java.util.List sets
        start local 3 // io.vertx.redis.op.AggregateOptions options
        start local 4 // io.vertx.core.Handler handler
         0: .line 1510
            aload 0 /* this */
            getstatic io.vertx.redis.client.Command.ZINTERSTORE:Lio/vertx/redis/client/Command;
            iconst_4
            anewarray java.lang.Object
            dup
            iconst_0
            aload 1 /* destkey */
            aastore
            dup
            iconst_1
            aload 2 /* sets */
            invokeinterface java.util.List.size:()I
            invokestatic java.lang.Integer.valueOf:(I)Ljava/lang/Integer;
            aastore
            dup
            iconst_2
            aload 2 /* sets */
            aastore
            dup
            iconst_3
            aload 3 /* options */
            ifnull 1
            aload 3 /* options */
            invokevirtual io.vertx.redis.op.AggregateOptions.name:()Ljava/lang/String;
            goto 2
      StackMap locals: io.vertx.redis.impl.RedisClientImpl java.lang.String java.util.List io.vertx.redis.op.AggregateOptions io.vertx.core.Handler
      StackMap stack: io.vertx.redis.impl.RedisClientImpl io.vertx.redis.client.Command java.lang.Object[] java.lang.Object[] int
         1: aconst_null
      StackMap locals: io.vertx.redis.impl.RedisClientImpl java.lang.String java.util.List io.vertx.redis.op.AggregateOptions io.vertx.core.Handler
      StackMap stack: io.vertx.redis.impl.RedisClientImpl io.vertx.redis.client.Command java.lang.Object[] java.lang.Object[] int java.lang.String
         2: aastore
            invokestatic io.vertx.redis.impl.RedisClientImpl.toPayload:([Ljava/lang/Object;)Ljava/util/List;
            aload 4 /* handler */
            invokevirtual io.vertx.redis.impl.RedisClientImpl.sendLong:(Lio/vertx/redis/client/Command;Ljava/util/List;Lio/vertx/core/Handler;)V
         3: .line 1511
            aload 0 /* this */
            areturn
        end local 4 // io.vertx.core.Handler handler
        end local 3 // io.vertx.redis.op.AggregateOptions options
        end local 2 // java.util.List sets
        end local 1 // java.lang.String destkey
        end local 0 // io.vertx.redis.impl.RedisClientImpl this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    4     0     this  Lio/vertx/redis/impl/RedisClientImpl;
            0    4     1  destkey  Ljava/lang/String;
            0    4     2     sets  Ljava/util/List<Ljava/lang/String;>;
            0    4     3  options  Lio/vertx/redis/op/AggregateOptions;
            0    4     4  handler  Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/lang/Long;>;>;
    Signature: (Ljava/lang/String;Ljava/util/List<Ljava/lang/String;>;Lio/vertx/redis/op/AggregateOptions;Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/lang/Long;>;>;)Lio/vertx/redis/RedisClient;
    MethodParameters:
         Name  Flags
      destkey  
      sets     
      options  
      handler  

  public io.vertx.redis.RedisClient zinterstoreWeighed(java.lang.String, java.util.Map<java.lang.String, java.lang.Double>, io.vertx.redis.op.AggregateOptions, io.vertx.core.Handler<io.vertx.core.AsyncResult<java.lang.Long>>);
    descriptor: (Ljava/lang/String;Ljava/util/Map;Lio/vertx/redis/op/AggregateOptions;Lio/vertx/core/Handler;)Lio/vertx/redis/RedisClient;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=5, args_size=5
        start local 0 // io.vertx.redis.impl.RedisClientImpl this
        start local 1 // java.lang.String destkey
        start local 2 // java.util.Map sets
        start local 3 // io.vertx.redis.op.AggregateOptions options
        start local 4 // io.vertx.core.Handler handler
         0: .line 1516
            aload 0 /* this */
            getstatic io.vertx.redis.client.Command.ZINTERSTORE:Lio/vertx/redis/client/Command;
            bipush 6
            anewarray java.lang.Object
            dup
            iconst_0
            aload 1 /* destkey */
            aastore
            dup
            iconst_1
            aload 2 /* sets */
            invokeinterface java.util.Map.size:()I
            invokestatic java.lang.Integer.valueOf:(I)Ljava/lang/Integer;
            aastore
            dup
            iconst_2
            aload 2 /* sets */
            invokeinterface java.util.Map.keySet:()Ljava/util/Set;
            aastore
            dup
            iconst_3
            ldc "WEIGHTS"
            aastore
            dup
            iconst_4
            aload 2 /* sets */
            invokeinterface java.util.Map.values:()Ljava/util/Collection;
            aastore
            dup
            iconst_5
         1: .line 1517
            aload 3 /* options */
            ifnull 2
            aload 3 /* options */
            invokevirtual io.vertx.redis.op.AggregateOptions.toJsonArray:()Lio/vertx/core/json/JsonArray;
            goto 3
      StackMap locals: io.vertx.redis.impl.RedisClientImpl java.lang.String java.util.Map io.vertx.redis.op.AggregateOptions io.vertx.core.Handler
      StackMap stack: io.vertx.redis.impl.RedisClientImpl io.vertx.redis.client.Command java.lang.Object[] java.lang.Object[] int
         2: aconst_null
      StackMap locals: io.vertx.redis.impl.RedisClientImpl java.lang.String java.util.Map io.vertx.redis.op.AggregateOptions io.vertx.core.Handler
      StackMap stack: io.vertx.redis.impl.RedisClientImpl io.vertx.redis.client.Command java.lang.Object[] java.lang.Object[] int io.vertx.core.json.JsonArray
         3: aastore
         4: .line 1516
            invokestatic io.vertx.redis.impl.RedisClientImpl.toPayload:([Ljava/lang/Object;)Ljava/util/List;
         5: .line 1517
            aload 4 /* handler */
         6: .line 1516
            invokevirtual io.vertx.redis.impl.RedisClientImpl.sendLong:(Lio/vertx/redis/client/Command;Ljava/util/List;Lio/vertx/core/Handler;)V
         7: .line 1518
            aload 0 /* this */
            areturn
        end local 4 // io.vertx.core.Handler handler
        end local 3 // io.vertx.redis.op.AggregateOptions options
        end local 2 // java.util.Map sets
        end local 1 // java.lang.String destkey
        end local 0 // io.vertx.redis.impl.RedisClientImpl this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    8     0     this  Lio/vertx/redis/impl/RedisClientImpl;
            0    8     1  destkey  Ljava/lang/String;
            0    8     2     sets  Ljava/util/Map<Ljava/lang/String;Ljava/lang/Double;>;
            0    8     3  options  Lio/vertx/redis/op/AggregateOptions;
            0    8     4  handler  Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/lang/Long;>;>;
    Signature: (Ljava/lang/String;Ljava/util/Map<Ljava/lang/String;Ljava/lang/Double;>;Lio/vertx/redis/op/AggregateOptions;Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/lang/Long;>;>;)Lio/vertx/redis/RedisClient;
    MethodParameters:
         Name  Flags
      destkey  
      sets     
      options  
      handler  

  public io.vertx.redis.RedisClient zlexcount(java.lang.String, java.lang.String, java.lang.String, io.vertx.core.Handler<io.vertx.core.AsyncResult<java.lang.Long>>);
    descriptor: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Lio/vertx/core/Handler;)Lio/vertx/redis/RedisClient;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=5, args_size=5
        start local 0 // io.vertx.redis.impl.RedisClientImpl this
        start local 1 // java.lang.String key
        start local 2 // java.lang.String min
        start local 3 // java.lang.String max
        start local 4 // io.vertx.core.Handler handler
         0: .line 1523
            aload 0 /* this */
            getstatic io.vertx.redis.client.Command.ZLEXCOUNT:Lio/vertx/redis/client/Command;
            iconst_3
            anewarray java.lang.Object
            dup
            iconst_0
            aload 1 /* key */
            aastore
            dup
            iconst_1
            aload 2 /* min */
            aastore
            dup
            iconst_2
            aload 3 /* max */
            aastore
            invokestatic io.vertx.redis.impl.RedisClientImpl.toPayload:([Ljava/lang/Object;)Ljava/util/List;
            aload 4 /* handler */
            invokevirtual io.vertx.redis.impl.RedisClientImpl.sendLong:(Lio/vertx/redis/client/Command;Ljava/util/List;Lio/vertx/core/Handler;)V
         1: .line 1524
            aload 0 /* this */
            areturn
        end local 4 // io.vertx.core.Handler handler
        end local 3 // java.lang.String max
        end local 2 // java.lang.String min
        end local 1 // java.lang.String key
        end local 0 // io.vertx.redis.impl.RedisClientImpl this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lio/vertx/redis/impl/RedisClientImpl;
            0    2     1      key  Ljava/lang/String;
            0    2     2      min  Ljava/lang/String;
            0    2     3      max  Ljava/lang/String;
            0    2     4  handler  Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/lang/Long;>;>;
    Signature: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/lang/Long;>;>;)Lio/vertx/redis/RedisClient;
    MethodParameters:
         Name  Flags
      key      
      min      
      max      
      handler  

  public io.vertx.redis.RedisClient zrange(java.lang.String, long, long, io.vertx.core.Handler<io.vertx.core.AsyncResult<io.vertx.core.json.JsonArray>>);
    descriptor: (Ljava/lang/String;JJLio/vertx/core/Handler;)Lio/vertx/redis/RedisClient;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=7, locals=7, args_size=5
        start local 0 // io.vertx.redis.impl.RedisClientImpl this
        start local 1 // java.lang.String key
        start local 2 // long start
        start local 4 // long stop
        start local 6 // io.vertx.core.Handler handler
         0: .line 1529
            aload 0 /* this */
            getstatic io.vertx.redis.client.Command.ZRANGE:Lio/vertx/redis/client/Command;
            iconst_3
            anewarray java.lang.Object
            dup
            iconst_0
            aload 1 /* key */
            aastore
            dup
            iconst_1
            lload 2 /* start */
            invokestatic java.lang.Long.valueOf:(J)Ljava/lang/Long;
            aastore
            dup
            iconst_2
            lload 4 /* stop */
            invokestatic java.lang.Long.valueOf:(J)Ljava/lang/Long;
            aastore
            invokestatic io.vertx.redis.impl.RedisClientImpl.toPayload:([Ljava/lang/Object;)Ljava/util/List;
            aload 6 /* handler */
            invokevirtual io.vertx.redis.impl.RedisClientImpl.sendJsonArray:(Lio/vertx/redis/client/Command;Ljava/util/List;Lio/vertx/core/Handler;)V
         1: .line 1530
            aload 0 /* this */
            areturn
        end local 6 // io.vertx.core.Handler handler
        end local 4 // long stop
        end local 2 // long start
        end local 1 // java.lang.String key
        end local 0 // io.vertx.redis.impl.RedisClientImpl this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lio/vertx/redis/impl/RedisClientImpl;
            0    2     1      key  Ljava/lang/String;
            0    2     2    start  J
            0    2     4     stop  J
            0    2     6  handler  Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Lio/vertx/core/json/JsonArray;>;>;
    Signature: (Ljava/lang/String;JJLio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Lio/vertx/core/json/JsonArray;>;>;)Lio/vertx/redis/RedisClient;
    MethodParameters:
         Name  Flags
      key      
      start    
      stop     
      handler  

  public io.vertx.redis.RedisClient zrangeWithOptions(java.lang.String, long, long, io.vertx.redis.op.RangeOptions, io.vertx.core.Handler<io.vertx.core.AsyncResult<io.vertx.core.json.JsonArray>>);
    descriptor: (Ljava/lang/String;JJLio/vertx/redis/op/RangeOptions;Lio/vertx/core/Handler;)Lio/vertx/redis/RedisClient;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=7, locals=8, args_size=6
        start local 0 // io.vertx.redis.impl.RedisClientImpl this
        start local 1 // java.lang.String key
        start local 2 // long start
        start local 4 // long stop
        start local 6 // io.vertx.redis.op.RangeOptions options
        start local 7 // io.vertx.core.Handler handler
         0: .line 1535
            aload 0 /* this */
            getstatic io.vertx.redis.client.Command.ZRANGE:Lio/vertx/redis/client/Command;
            iconst_4
            anewarray java.lang.Object
            dup
            iconst_0
            aload 1 /* key */
            aastore
            dup
            iconst_1
            lload 2 /* start */
            invokestatic java.lang.Long.valueOf:(J)Ljava/lang/Long;
            aastore
            dup
            iconst_2
            lload 4 /* stop */
            invokestatic java.lang.Long.valueOf:(J)Ljava/lang/Long;
            aastore
            dup
            iconst_3
            aload 6 /* options */
            ifnull 1
            aload 6 /* options */
            invokevirtual io.vertx.redis.op.RangeOptions.toJsonArray:()Lio/vertx/core/json/JsonArray;
            goto 2
      StackMap locals: io.vertx.redis.impl.RedisClientImpl java.lang.String long long io.vertx.redis.op.RangeOptions io.vertx.core.Handler
      StackMap stack: io.vertx.redis.impl.RedisClientImpl io.vertx.redis.client.Command java.lang.Object[] java.lang.Object[] int
         1: aconst_null
      StackMap locals: io.vertx.redis.impl.RedisClientImpl java.lang.String long long io.vertx.redis.op.RangeOptions io.vertx.core.Handler
      StackMap stack: io.vertx.redis.impl.RedisClientImpl io.vertx.redis.client.Command java.lang.Object[] java.lang.Object[] int io.vertx.core.json.JsonArray
         2: aastore
            invokestatic io.vertx.redis.impl.RedisClientImpl.toPayload:([Ljava/lang/Object;)Ljava/util/List;
            aload 7 /* handler */
            invokevirtual io.vertx.redis.impl.RedisClientImpl.sendJsonArray:(Lio/vertx/redis/client/Command;Ljava/util/List;Lio/vertx/core/Handler;)V
         3: .line 1536
            aload 0 /* this */
            areturn
        end local 7 // io.vertx.core.Handler handler
        end local 6 // io.vertx.redis.op.RangeOptions options
        end local 4 // long stop
        end local 2 // long start
        end local 1 // java.lang.String key
        end local 0 // io.vertx.redis.impl.RedisClientImpl this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    4     0     this  Lio/vertx/redis/impl/RedisClientImpl;
            0    4     1      key  Ljava/lang/String;
            0    4     2    start  J
            0    4     4     stop  J
            0    4     6  options  Lio/vertx/redis/op/RangeOptions;
            0    4     7  handler  Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Lio/vertx/core/json/JsonArray;>;>;
    Signature: (Ljava/lang/String;JJLio/vertx/redis/op/RangeOptions;Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Lio/vertx/core/json/JsonArray;>;>;)Lio/vertx/redis/RedisClient;
    MethodParameters:
         Name  Flags
      key      
      start    
      stop     
      options  
      handler  

  public io.vertx.redis.RedisClient zrangebylex(java.lang.String, java.lang.String, java.lang.String, io.vertx.redis.op.LimitOptions, io.vertx.core.Handler<io.vertx.core.AsyncResult<io.vertx.core.json.JsonArray>>);
    descriptor: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Lio/vertx/redis/op/LimitOptions;Lio/vertx/core/Handler;)Lio/vertx/redis/RedisClient;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=6, args_size=6
        start local 0 // io.vertx.redis.impl.RedisClientImpl this
        start local 1 // java.lang.String key
        start local 2 // java.lang.String min
        start local 3 // java.lang.String max
        start local 4 // io.vertx.redis.op.LimitOptions options
        start local 5 // io.vertx.core.Handler handler
         0: .line 1541
            aload 0 /* this */
            getstatic io.vertx.redis.client.Command.ZRANGEBYLEX:Lio/vertx/redis/client/Command;
            iconst_4
            anewarray java.lang.Object
            dup
            iconst_0
            aload 1 /* key */
            aastore
            dup
            iconst_1
            aload 2 /* min */
            aastore
            dup
            iconst_2
            aload 3 /* max */
            aastore
            dup
            iconst_3
            aload 4 /* options */
            ifnull 1
            aload 4 /* options */
            invokevirtual io.vertx.redis.op.LimitOptions.toJsonArray:()Lio/vertx/core/json/JsonArray;
            goto 2
      StackMap locals: io.vertx.redis.impl.RedisClientImpl java.lang.String java.lang.String java.lang.String io.vertx.redis.op.LimitOptions io.vertx.core.Handler
      StackMap stack: io.vertx.redis.impl.RedisClientImpl io.vertx.redis.client.Command java.lang.Object[] java.lang.Object[] int
         1: aconst_null
      StackMap locals: io.vertx.redis.impl.RedisClientImpl java.lang.String java.lang.String java.lang.String io.vertx.redis.op.LimitOptions io.vertx.core.Handler
      StackMap stack: io.vertx.redis.impl.RedisClientImpl io.vertx.redis.client.Command java.lang.Object[] java.lang.Object[] int io.vertx.core.json.JsonArray
         2: aastore
            invokestatic io.vertx.redis.impl.RedisClientImpl.toPayload:([Ljava/lang/Object;)Ljava/util/List;
            aload 5 /* handler */
            invokevirtual io.vertx.redis.impl.RedisClientImpl.sendJsonArray:(Lio/vertx/redis/client/Command;Ljava/util/List;Lio/vertx/core/Handler;)V
         3: .line 1542
            aload 0 /* this */
            areturn
        end local 5 // io.vertx.core.Handler handler
        end local 4 // io.vertx.redis.op.LimitOptions options
        end local 3 // java.lang.String max
        end local 2 // java.lang.String min
        end local 1 // java.lang.String key
        end local 0 // io.vertx.redis.impl.RedisClientImpl this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    4     0     this  Lio/vertx/redis/impl/RedisClientImpl;
            0    4     1      key  Ljava/lang/String;
            0    4     2      min  Ljava/lang/String;
            0    4     3      max  Ljava/lang/String;
            0    4     4  options  Lio/vertx/redis/op/LimitOptions;
            0    4     5  handler  Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Lio/vertx/core/json/JsonArray;>;>;
    Signature: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Lio/vertx/redis/op/LimitOptions;Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Lio/vertx/core/json/JsonArray;>;>;)Lio/vertx/redis/RedisClient;
    MethodParameters:
         Name  Flags
      key      
      min      
      max      
      options  
      handler  

  public io.vertx.redis.RedisClient zrangebyscore(java.lang.String, java.lang.String, java.lang.String, io.vertx.redis.op.RangeLimitOptions, io.vertx.core.Handler<io.vertx.core.AsyncResult<io.vertx.core.json.JsonArray>>);
    descriptor: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Lio/vertx/redis/op/RangeLimitOptions;Lio/vertx/core/Handler;)Lio/vertx/redis/RedisClient;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=6, args_size=6
        start local 0 // io.vertx.redis.impl.RedisClientImpl this
        start local 1 // java.lang.String key
        start local 2 // java.lang.String min
        start local 3 // java.lang.String max
        start local 4 // io.vertx.redis.op.RangeLimitOptions options
        start local 5 // io.vertx.core.Handler handler
         0: .line 1547
            aload 0 /* this */
            getstatic io.vertx.redis.client.Command.ZRANGEBYSCORE:Lio/vertx/redis/client/Command;
            iconst_4
            anewarray java.lang.Object
            dup
            iconst_0
            aload 1 /* key */
            aastore
            dup
            iconst_1
            aload 2 /* min */
            aastore
            dup
            iconst_2
            aload 3 /* max */
            aastore
            dup
            iconst_3
            aload 4 /* options */
            ifnull 1
            aload 4 /* options */
            invokevirtual io.vertx.redis.op.RangeLimitOptions.toJsonArray:()Lio/vertx/core/json/JsonArray;
            goto 2
      StackMap locals: io.vertx.redis.impl.RedisClientImpl java.lang.String java.lang.String java.lang.String io.vertx.redis.op.RangeLimitOptions io.vertx.core.Handler
      StackMap stack: io.vertx.redis.impl.RedisClientImpl io.vertx.redis.client.Command java.lang.Object[] java.lang.Object[] int
         1: aconst_null
      StackMap locals: io.vertx.redis.impl.RedisClientImpl java.lang.String java.lang.String java.lang.String io.vertx.redis.op.RangeLimitOptions io.vertx.core.Handler
      StackMap stack: io.vertx.redis.impl.RedisClientImpl io.vertx.redis.client.Command java.lang.Object[] java.lang.Object[] int io.vertx.core.json.JsonArray
         2: aastore
            invokestatic io.vertx.redis.impl.RedisClientImpl.toPayload:([Ljava/lang/Object;)Ljava/util/List;
            aload 5 /* handler */
            invokevirtual io.vertx.redis.impl.RedisClientImpl.sendJsonArray:(Lio/vertx/redis/client/Command;Ljava/util/List;Lio/vertx/core/Handler;)V
         3: .line 1548
            aload 0 /* this */
            areturn
        end local 5 // io.vertx.core.Handler handler
        end local 4 // io.vertx.redis.op.RangeLimitOptions options
        end local 3 // java.lang.String max
        end local 2 // java.lang.String min
        end local 1 // java.lang.String key
        end local 0 // io.vertx.redis.impl.RedisClientImpl this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    4     0     this  Lio/vertx/redis/impl/RedisClientImpl;
            0    4     1      key  Ljava/lang/String;
            0    4     2      min  Ljava/lang/String;
            0    4     3      max  Ljava/lang/String;
            0    4     4  options  Lio/vertx/redis/op/RangeLimitOptions;
            0    4     5  handler  Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Lio/vertx/core/json/JsonArray;>;>;
    Signature: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Lio/vertx/redis/op/RangeLimitOptions;Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Lio/vertx/core/json/JsonArray;>;>;)Lio/vertx/redis/RedisClient;
    MethodParameters:
         Name  Flags
      key      
      min      
      max      
      options  
      handler  

  public io.vertx.redis.RedisClient zrank(java.lang.String, java.lang.String, io.vertx.core.Handler<io.vertx.core.AsyncResult<java.lang.Long>>);
    descriptor: (Ljava/lang/String;Ljava/lang/String;Lio/vertx/core/Handler;)Lio/vertx/redis/RedisClient;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=4, args_size=4
        start local 0 // io.vertx.redis.impl.RedisClientImpl this
        start local 1 // java.lang.String key
        start local 2 // java.lang.String member
        start local 3 // io.vertx.core.Handler handler
         0: .line 1553
            aload 0 /* this */
            getstatic io.vertx.redis.client.Command.ZRANK:Lio/vertx/redis/client/Command;
            iconst_2
            anewarray java.lang.Object
            dup
            iconst_0
            aload 1 /* key */
            aastore
            dup
            iconst_1
            aload 2 /* member */
            aastore
            invokestatic io.vertx.redis.impl.RedisClientImpl.toPayload:([Ljava/lang/Object;)Ljava/util/List;
            aload 3 /* handler */
            invokevirtual io.vertx.redis.impl.RedisClientImpl.sendLong:(Lio/vertx/redis/client/Command;Ljava/util/List;Lio/vertx/core/Handler;)V
         1: .line 1554
            aload 0 /* this */
            areturn
        end local 3 // io.vertx.core.Handler handler
        end local 2 // java.lang.String member
        end local 1 // java.lang.String key
        end local 0 // io.vertx.redis.impl.RedisClientImpl this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lio/vertx/redis/impl/RedisClientImpl;
            0    2     1      key  Ljava/lang/String;
            0    2     2   member  Ljava/lang/String;
            0    2     3  handler  Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/lang/Long;>;>;
    Signature: (Ljava/lang/String;Ljava/lang/String;Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/lang/Long;>;>;)Lio/vertx/redis/RedisClient;
    MethodParameters:
         Name  Flags
      key      
      member   
      handler  

  public io.vertx.redis.RedisClient zrem(java.lang.String, java.lang.String, io.vertx.core.Handler<io.vertx.core.AsyncResult<java.lang.Long>>);
    descriptor: (Ljava/lang/String;Ljava/lang/String;Lio/vertx/core/Handler;)Lio/vertx/redis/RedisClient;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=4, args_size=4
        start local 0 // io.vertx.redis.impl.RedisClientImpl this
        start local 1 // java.lang.String key
        start local 2 // java.lang.String member
        start local 3 // io.vertx.core.Handler handler
         0: .line 1559
            aload 0 /* this */
            getstatic io.vertx.redis.client.Command.ZREM:Lio/vertx/redis/client/Command;
            iconst_2
            anewarray java.lang.Object
            dup
            iconst_0
            aload 1 /* key */
            aastore
            dup
            iconst_1
            aload 2 /* member */
            aastore
            invokestatic io.vertx.redis.impl.RedisClientImpl.toPayload:([Ljava/lang/Object;)Ljava/util/List;
            aload 3 /* handler */
            invokevirtual io.vertx.redis.impl.RedisClientImpl.sendLong:(Lio/vertx/redis/client/Command;Ljava/util/List;Lio/vertx/core/Handler;)V
         1: .line 1560
            aload 0 /* this */
            areturn
        end local 3 // io.vertx.core.Handler handler
        end local 2 // java.lang.String member
        end local 1 // java.lang.String key
        end local 0 // io.vertx.redis.impl.RedisClientImpl this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lio/vertx/redis/impl/RedisClientImpl;
            0    2     1      key  Ljava/lang/String;
            0    2     2   member  Ljava/lang/String;
            0    2     3  handler  Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/lang/Long;>;>;
    Signature: (Ljava/lang/String;Ljava/lang/String;Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/lang/Long;>;>;)Lio/vertx/redis/RedisClient;
    MethodParameters:
         Name  Flags
      key      
      member   
      handler  

  public io.vertx.redis.RedisClient zremMany(java.lang.String, java.util.List<java.lang.String>, io.vertx.core.Handler<io.vertx.core.AsyncResult<java.lang.Long>>);
    descriptor: (Ljava/lang/String;Ljava/util/List;Lio/vertx/core/Handler;)Lio/vertx/redis/RedisClient;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=4, args_size=4
        start local 0 // io.vertx.redis.impl.RedisClientImpl this
        start local 1 // java.lang.String key
        start local 2 // java.util.List members
        start local 3 // io.vertx.core.Handler handler
         0: .line 1565
            aload 0 /* this */
            getstatic io.vertx.redis.client.Command.ZREM:Lio/vertx/redis/client/Command;
            iconst_2
            anewarray java.lang.Object
            dup
            iconst_0
            aload 1 /* key */
            aastore
            dup
            iconst_1
            aload 2 /* members */
            aastore
            invokestatic io.vertx.redis.impl.RedisClientImpl.toPayload:([Ljava/lang/Object;)Ljava/util/List;
            aload 3 /* handler */
            invokevirtual io.vertx.redis.impl.RedisClientImpl.sendLong:(Lio/vertx/redis/client/Command;Ljava/util/List;Lio/vertx/core/Handler;)V
         1: .line 1566
            aload 0 /* this */
            areturn
        end local 3 // io.vertx.core.Handler handler
        end local 2 // java.util.List members
        end local 1 // java.lang.String key
        end local 0 // io.vertx.redis.impl.RedisClientImpl this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lio/vertx/redis/impl/RedisClientImpl;
            0    2     1      key  Ljava/lang/String;
            0    2     2  members  Ljava/util/List<Ljava/lang/String;>;
            0    2     3  handler  Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/lang/Long;>;>;
    Signature: (Ljava/lang/String;Ljava/util/List<Ljava/lang/String;>;Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/lang/Long;>;>;)Lio/vertx/redis/RedisClient;
    MethodParameters:
         Name  Flags
      key      
      members  
      handler  

  public io.vertx.redis.RedisClient zremrangebylex(java.lang.String, java.lang.String, java.lang.String, io.vertx.core.Handler<io.vertx.core.AsyncResult<java.lang.Long>>);
    descriptor: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Lio/vertx/core/Handler;)Lio/vertx/redis/RedisClient;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=5, args_size=5
        start local 0 // io.vertx.redis.impl.RedisClientImpl this
        start local 1 // java.lang.String key
        start local 2 // java.lang.String min
        start local 3 // java.lang.String max
        start local 4 // io.vertx.core.Handler handler
         0: .line 1571
            aload 0 /* this */
            getstatic io.vertx.redis.client.Command.ZREMRANGEBYLEX:Lio/vertx/redis/client/Command;
            iconst_3
            anewarray java.lang.Object
            dup
            iconst_0
            aload 1 /* key */
            aastore
            dup
            iconst_1
            aload 2 /* min */
            aastore
            dup
            iconst_2
            aload 3 /* max */
            aastore
            invokestatic io.vertx.redis.impl.RedisClientImpl.toPayload:([Ljava/lang/Object;)Ljava/util/List;
            aload 4 /* handler */
            invokevirtual io.vertx.redis.impl.RedisClientImpl.sendLong:(Lio/vertx/redis/client/Command;Ljava/util/List;Lio/vertx/core/Handler;)V
         1: .line 1572
            aload 0 /* this */
            areturn
        end local 4 // io.vertx.core.Handler handler
        end local 3 // java.lang.String max
        end local 2 // java.lang.String min
        end local 1 // java.lang.String key
        end local 0 // io.vertx.redis.impl.RedisClientImpl this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lio/vertx/redis/impl/RedisClientImpl;
            0    2     1      key  Ljava/lang/String;
            0    2     2      min  Ljava/lang/String;
            0    2     3      max  Ljava/lang/String;
            0    2     4  handler  Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/lang/Long;>;>;
    Signature: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/lang/Long;>;>;)Lio/vertx/redis/RedisClient;
    MethodParameters:
         Name  Flags
      key      
      min      
      max      
      handler  

  public io.vertx.redis.RedisClient zremrangebyrank(java.lang.String, long, long, io.vertx.core.Handler<io.vertx.core.AsyncResult<java.lang.Long>>);
    descriptor: (Ljava/lang/String;JJLio/vertx/core/Handler;)Lio/vertx/redis/RedisClient;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=7, locals=7, args_size=5
        start local 0 // io.vertx.redis.impl.RedisClientImpl this
        start local 1 // java.lang.String key
        start local 2 // long start
        start local 4 // long stop
        start local 6 // io.vertx.core.Handler handler
         0: .line 1577
            aload 0 /* this */
            getstatic io.vertx.redis.client.Command.ZREMRANGEBYRANK:Lio/vertx/redis/client/Command;
            iconst_3
            anewarray java.lang.Object
            dup
            iconst_0
            aload 1 /* key */
            aastore
            dup
            iconst_1
            lload 2 /* start */
            invokestatic java.lang.Long.valueOf:(J)Ljava/lang/Long;
            aastore
            dup
            iconst_2
            lload 4 /* stop */
            invokestatic java.lang.Long.valueOf:(J)Ljava/lang/Long;
            aastore
            invokestatic io.vertx.redis.impl.RedisClientImpl.toPayload:([Ljava/lang/Object;)Ljava/util/List;
            aload 6 /* handler */
            invokevirtual io.vertx.redis.impl.RedisClientImpl.sendLong:(Lio/vertx/redis/client/Command;Ljava/util/List;Lio/vertx/core/Handler;)V
         1: .line 1578
            aload 0 /* this */
            areturn
        end local 6 // io.vertx.core.Handler handler
        end local 4 // long stop
        end local 2 // long start
        end local 1 // java.lang.String key
        end local 0 // io.vertx.redis.impl.RedisClientImpl this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lio/vertx/redis/impl/RedisClientImpl;
            0    2     1      key  Ljava/lang/String;
            0    2     2    start  J
            0    2     4     stop  J
            0    2     6  handler  Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/lang/Long;>;>;
    Signature: (Ljava/lang/String;JJLio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/lang/Long;>;>;)Lio/vertx/redis/RedisClient;
    MethodParameters:
         Name  Flags
      key      
      start    
      stop     
      handler  

  public io.vertx.redis.RedisClient zremrangebyscore(java.lang.String, java.lang.String, java.lang.String, io.vertx.core.Handler<io.vertx.core.AsyncResult<java.lang.Long>>);
    descriptor: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Lio/vertx/core/Handler;)Lio/vertx/redis/RedisClient;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=5, args_size=5
        start local 0 // io.vertx.redis.impl.RedisClientImpl this
        start local 1 // java.lang.String key
        start local 2 // java.lang.String min
        start local 3 // java.lang.String max
        start local 4 // io.vertx.core.Handler handler
         0: .line 1583
            aload 0 /* this */
            getstatic io.vertx.redis.client.Command.ZREMRANGEBYSCORE:Lio/vertx/redis/client/Command;
            iconst_3
            anewarray java.lang.Object
            dup
            iconst_0
            aload 1 /* key */
            aastore
            dup
            iconst_1
            aload 2 /* min */
            aastore
            dup
            iconst_2
            aload 3 /* max */
            aastore
            invokestatic io.vertx.redis.impl.RedisClientImpl.toPayload:([Ljava/lang/Object;)Ljava/util/List;
            aload 4 /* handler */
            invokevirtual io.vertx.redis.impl.RedisClientImpl.sendLong:(Lio/vertx/redis/client/Command;Ljava/util/List;Lio/vertx/core/Handler;)V
         1: .line 1584
            aload 0 /* this */
            areturn
        end local 4 // io.vertx.core.Handler handler
        end local 3 // java.lang.String max
        end local 2 // java.lang.String min
        end local 1 // java.lang.String key
        end local 0 // io.vertx.redis.impl.RedisClientImpl this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lio/vertx/redis/impl/RedisClientImpl;
            0    2     1      key  Ljava/lang/String;
            0    2     2      min  Ljava/lang/String;
            0    2     3      max  Ljava/lang/String;
            0    2     4  handler  Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/lang/Long;>;>;
    Signature: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/lang/Long;>;>;)Lio/vertx/redis/RedisClient;
    MethodParameters:
         Name  Flags
      key      
      min      
      max      
      handler  

  public io.vertx.redis.RedisClient zrevrange(java.lang.String, long, long, io.vertx.redis.op.RangeOptions, io.vertx.core.Handler<io.vertx.core.AsyncResult<io.vertx.core.json.JsonArray>>);
    descriptor: (Ljava/lang/String;JJLio/vertx/redis/op/RangeOptions;Lio/vertx/core/Handler;)Lio/vertx/redis/RedisClient;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=7, locals=8, args_size=6
        start local 0 // io.vertx.redis.impl.RedisClientImpl this
        start local 1 // java.lang.String key
        start local 2 // long start
        start local 4 // long stop
        start local 6 // io.vertx.redis.op.RangeOptions options
        start local 7 // io.vertx.core.Handler handler
         0: .line 1589
            aload 0 /* this */
            getstatic io.vertx.redis.client.Command.ZREVRANGE:Lio/vertx/redis/client/Command;
            iconst_4
            anewarray java.lang.Object
            dup
            iconst_0
            aload 1 /* key */
            aastore
            dup
            iconst_1
            lload 2 /* start */
            invokestatic java.lang.Long.valueOf:(J)Ljava/lang/Long;
            aastore
            dup
            iconst_2
            lload 4 /* stop */
            invokestatic java.lang.Long.valueOf:(J)Ljava/lang/Long;
            aastore
            dup
            iconst_3
            aload 6 /* options */
            ifnull 1
            aload 6 /* options */
            invokevirtual io.vertx.redis.op.RangeOptions.toJsonArray:()Lio/vertx/core/json/JsonArray;
            goto 2
      StackMap locals: io.vertx.redis.impl.RedisClientImpl java.lang.String long long io.vertx.redis.op.RangeOptions io.vertx.core.Handler
      StackMap stack: io.vertx.redis.impl.RedisClientImpl io.vertx.redis.client.Command java.lang.Object[] java.lang.Object[] int
         1: aconst_null
      StackMap locals: io.vertx.redis.impl.RedisClientImpl java.lang.String long long io.vertx.redis.op.RangeOptions io.vertx.core.Handler
      StackMap stack: io.vertx.redis.impl.RedisClientImpl io.vertx.redis.client.Command java.lang.Object[] java.lang.Object[] int io.vertx.core.json.JsonArray
         2: aastore
            invokestatic io.vertx.redis.impl.RedisClientImpl.toPayload:([Ljava/lang/Object;)Ljava/util/List;
            aload 7 /* handler */
            invokevirtual io.vertx.redis.impl.RedisClientImpl.sendJsonArray:(Lio/vertx/redis/client/Command;Ljava/util/List;Lio/vertx/core/Handler;)V
         3: .line 1590
            aload 0 /* this */
            areturn
        end local 7 // io.vertx.core.Handler handler
        end local 6 // io.vertx.redis.op.RangeOptions options
        end local 4 // long stop
        end local 2 // long start
        end local 1 // java.lang.String key
        end local 0 // io.vertx.redis.impl.RedisClientImpl this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    4     0     this  Lio/vertx/redis/impl/RedisClientImpl;
            0    4     1      key  Ljava/lang/String;
            0    4     2    start  J
            0    4     4     stop  J
            0    4     6  options  Lio/vertx/redis/op/RangeOptions;
            0    4     7  handler  Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Lio/vertx/core/json/JsonArray;>;>;
    Signature: (Ljava/lang/String;JJLio/vertx/redis/op/RangeOptions;Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Lio/vertx/core/json/JsonArray;>;>;)Lio/vertx/redis/RedisClient;
    MethodParameters:
         Name  Flags
      key      
      start    
      stop     
      options  
      handler  

  public io.vertx.redis.RedisClient zrevrangebylex(java.lang.String, java.lang.String, java.lang.String, io.vertx.redis.op.LimitOptions, io.vertx.core.Handler<io.vertx.core.AsyncResult<io.vertx.core.json.JsonArray>>);
    descriptor: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Lio/vertx/redis/op/LimitOptions;Lio/vertx/core/Handler;)Lio/vertx/redis/RedisClient;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=6, args_size=6
        start local 0 // io.vertx.redis.impl.RedisClientImpl this
        start local 1 // java.lang.String key
        start local 2 // java.lang.String max
        start local 3 // java.lang.String min
        start local 4 // io.vertx.redis.op.LimitOptions options
        start local 5 // io.vertx.core.Handler handler
         0: .line 1595
            aload 0 /* this */
            getstatic io.vertx.redis.client.Command.ZREVRANGEBYLEX:Lio/vertx/redis/client/Command;
            iconst_4
            anewarray java.lang.Object
            dup
            iconst_0
            aload 1 /* key */
            aastore
            dup
            iconst_1
            aload 2 /* max */
            aastore
            dup
            iconst_2
            aload 3 /* min */
            aastore
            dup
            iconst_3
            aload 4 /* options */
            ifnull 1
            aload 4 /* options */
            invokevirtual io.vertx.redis.op.LimitOptions.toJsonArray:()Lio/vertx/core/json/JsonArray;
            goto 2
      StackMap locals: io.vertx.redis.impl.RedisClientImpl java.lang.String java.lang.String java.lang.String io.vertx.redis.op.LimitOptions io.vertx.core.Handler
      StackMap stack: io.vertx.redis.impl.RedisClientImpl io.vertx.redis.client.Command java.lang.Object[] java.lang.Object[] int
         1: aconst_null
      StackMap locals: io.vertx.redis.impl.RedisClientImpl java.lang.String java.lang.String java.lang.String io.vertx.redis.op.LimitOptions io.vertx.core.Handler
      StackMap stack: io.vertx.redis.impl.RedisClientImpl io.vertx.redis.client.Command java.lang.Object[] java.lang.Object[] int io.vertx.core.json.JsonArray
         2: aastore
            invokestatic io.vertx.redis.impl.RedisClientImpl.toPayload:([Ljava/lang/Object;)Ljava/util/List;
            aload 5 /* handler */
            invokevirtual io.vertx.redis.impl.RedisClientImpl.sendJsonArray:(Lio/vertx/redis/client/Command;Ljava/util/List;Lio/vertx/core/Handler;)V
         3: .line 1596
            aload 0 /* this */
            areturn
        end local 5 // io.vertx.core.Handler handler
        end local 4 // io.vertx.redis.op.LimitOptions options
        end local 3 // java.lang.String min
        end local 2 // java.lang.String max
        end local 1 // java.lang.String key
        end local 0 // io.vertx.redis.impl.RedisClientImpl this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    4     0     this  Lio/vertx/redis/impl/RedisClientImpl;
            0    4     1      key  Ljava/lang/String;
            0    4     2      max  Ljava/lang/String;
            0    4     3      min  Ljava/lang/String;
            0    4     4  options  Lio/vertx/redis/op/LimitOptions;
            0    4     5  handler  Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Lio/vertx/core/json/JsonArray;>;>;
    Signature: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Lio/vertx/redis/op/LimitOptions;Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Lio/vertx/core/json/JsonArray;>;>;)Lio/vertx/redis/RedisClient;
    MethodParameters:
         Name  Flags
      key      
      max      
      min      
      options  
      handler  

  public io.vertx.redis.RedisClient zrevrangebyscore(java.lang.String, java.lang.String, java.lang.String, io.vertx.redis.op.RangeLimitOptions, io.vertx.core.Handler<io.vertx.core.AsyncResult<io.vertx.core.json.JsonArray>>);
    descriptor: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Lio/vertx/redis/op/RangeLimitOptions;Lio/vertx/core/Handler;)Lio/vertx/redis/RedisClient;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=6, args_size=6
        start local 0 // io.vertx.redis.impl.RedisClientImpl this
        start local 1 // java.lang.String key
        start local 2 // java.lang.String max
        start local 3 // java.lang.String min
        start local 4 // io.vertx.redis.op.RangeLimitOptions options
        start local 5 // io.vertx.core.Handler handler
         0: .line 1601
            aload 0 /* this */
            getstatic io.vertx.redis.client.Command.ZREVRANGEBYSCORE:Lio/vertx/redis/client/Command;
            iconst_4
            anewarray java.lang.Object
            dup
            iconst_0
            aload 1 /* key */
            aastore
            dup
            iconst_1
            aload 2 /* max */
            aastore
            dup
            iconst_2
            aload 3 /* min */
            aastore
            dup
            iconst_3
            aload 4 /* options */
            ifnull 1
            aload 4 /* options */
            invokevirtual io.vertx.redis.op.RangeLimitOptions.toJsonArray:()Lio/vertx/core/json/JsonArray;
            goto 2
      StackMap locals: io.vertx.redis.impl.RedisClientImpl java.lang.String java.lang.String java.lang.String io.vertx.redis.op.RangeLimitOptions io.vertx.core.Handler
      StackMap stack: io.vertx.redis.impl.RedisClientImpl io.vertx.redis.client.Command java.lang.Object[] java.lang.Object[] int
         1: aconst_null
      StackMap locals: io.vertx.redis.impl.RedisClientImpl java.lang.String java.lang.String java.lang.String io.vertx.redis.op.RangeLimitOptions io.vertx.core.Handler
      StackMap stack: io.vertx.redis.impl.RedisClientImpl io.vertx.redis.client.Command java.lang.Object[] java.lang.Object[] int io.vertx.core.json.JsonArray
         2: aastore
            invokestatic io.vertx.redis.impl.RedisClientImpl.toPayload:([Ljava/lang/Object;)Ljava/util/List;
            aload 5 /* handler */
            invokevirtual io.vertx.redis.impl.RedisClientImpl.sendJsonArray:(Lio/vertx/redis/client/Command;Ljava/util/List;Lio/vertx/core/Handler;)V
         3: .line 1602
            aload 0 /* this */
            areturn
        end local 5 // io.vertx.core.Handler handler
        end local 4 // io.vertx.redis.op.RangeLimitOptions options
        end local 3 // java.lang.String min
        end local 2 // java.lang.String max
        end local 1 // java.lang.String key
        end local 0 // io.vertx.redis.impl.RedisClientImpl this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    4     0     this  Lio/vertx/redis/impl/RedisClientImpl;
            0    4     1      key  Ljava/lang/String;
            0    4     2      max  Ljava/lang/String;
            0    4     3      min  Ljava/lang/String;
            0    4     4  options  Lio/vertx/redis/op/RangeLimitOptions;
            0    4     5  handler  Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Lio/vertx/core/json/JsonArray;>;>;
    Signature: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Lio/vertx/redis/op/RangeLimitOptions;Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Lio/vertx/core/json/JsonArray;>;>;)Lio/vertx/redis/RedisClient;
    MethodParameters:
         Name  Flags
      key      
      max      
      min      
      options  
      handler  

  public io.vertx.redis.RedisClient zrevrank(java.lang.String, java.lang.String, io.vertx.core.Handler<io.vertx.core.AsyncResult<java.lang.Long>>);
    descriptor: (Ljava/lang/String;Ljava/lang/String;Lio/vertx/core/Handler;)Lio/vertx/redis/RedisClient;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=4, args_size=4
        start local 0 // io.vertx.redis.impl.RedisClientImpl this
        start local 1 // java.lang.String key
        start local 2 // java.lang.String member
        start local 3 // io.vertx.core.Handler handler
         0: .line 1607
            aload 0 /* this */
            getstatic io.vertx.redis.client.Command.ZREVRANK:Lio/vertx/redis/client/Command;
            iconst_2
            anewarray java.lang.Object
            dup
            iconst_0
            aload 1 /* key */
            aastore
            dup
            iconst_1
            aload 2 /* member */
            aastore
            invokestatic io.vertx.redis.impl.RedisClientImpl.toPayload:([Ljava/lang/Object;)Ljava/util/List;
            aload 3 /* handler */
            invokevirtual io.vertx.redis.impl.RedisClientImpl.sendLong:(Lio/vertx/redis/client/Command;Ljava/util/List;Lio/vertx/core/Handler;)V
         1: .line 1608
            aload 0 /* this */
            areturn
        end local 3 // io.vertx.core.Handler handler
        end local 2 // java.lang.String member
        end local 1 // java.lang.String key
        end local 0 // io.vertx.redis.impl.RedisClientImpl this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lio/vertx/redis/impl/RedisClientImpl;
            0    2     1      key  Ljava/lang/String;
            0    2     2   member  Ljava/lang/String;
            0    2     3  handler  Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/lang/Long;>;>;
    Signature: (Ljava/lang/String;Ljava/lang/String;Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/lang/Long;>;>;)Lio/vertx/redis/RedisClient;
    MethodParameters:
         Name  Flags
      key      
      member   
      handler  

  public io.vertx.redis.RedisClient zscore(java.lang.String, java.lang.String, io.vertx.core.Handler<io.vertx.core.AsyncResult<java.lang.String>>);
    descriptor: (Ljava/lang/String;Ljava/lang/String;Lio/vertx/core/Handler;)Lio/vertx/redis/RedisClient;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=4, args_size=4
        start local 0 // io.vertx.redis.impl.RedisClientImpl this
        start local 1 // java.lang.String key
        start local 2 // java.lang.String member
        start local 3 // io.vertx.core.Handler handler
         0: .line 1613
            aload 0 /* this */
            getstatic io.vertx.redis.client.Command.ZSCORE:Lio/vertx/redis/client/Command;
            iconst_2
            anewarray java.lang.Object
            dup
            iconst_0
            aload 1 /* key */
            aastore
            dup
            iconst_1
            aload 2 /* member */
            aastore
            invokestatic io.vertx.redis.impl.RedisClientImpl.toPayload:([Ljava/lang/Object;)Ljava/util/List;
            aload 3 /* handler */
            invokevirtual io.vertx.redis.impl.RedisClientImpl.sendString:(Lio/vertx/redis/client/Command;Ljava/util/List;Lio/vertx/core/Handler;)V
         1: .line 1614
            aload 0 /* this */
            areturn
        end local 3 // io.vertx.core.Handler handler
        end local 2 // java.lang.String member
        end local 1 // java.lang.String key
        end local 0 // io.vertx.redis.impl.RedisClientImpl this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lio/vertx/redis/impl/RedisClientImpl;
            0    2     1      key  Ljava/lang/String;
            0    2     2   member  Ljava/lang/String;
            0    2     3  handler  Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/lang/String;>;>;
    Signature: (Ljava/lang/String;Ljava/lang/String;Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/lang/String;>;>;)Lio/vertx/redis/RedisClient;
    MethodParameters:
         Name  Flags
      key      
      member   
      handler  

  public io.vertx.redis.RedisClient zunionstore(java.lang.String, java.util.List<java.lang.String>, io.vertx.redis.op.AggregateOptions, io.vertx.core.Handler<io.vertx.core.AsyncResult<java.lang.Long>>);
    descriptor: (Ljava/lang/String;Ljava/util/List;Lio/vertx/redis/op/AggregateOptions;Lio/vertx/core/Handler;)Lio/vertx/redis/RedisClient;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=5, args_size=5
        start local 0 // io.vertx.redis.impl.RedisClientImpl this
        start local 1 // java.lang.String destkey
        start local 2 // java.util.List sets
        start local 3 // io.vertx.redis.op.AggregateOptions options
        start local 4 // io.vertx.core.Handler handler
         0: .line 1619
            aload 0 /* this */
            getstatic io.vertx.redis.client.Command.ZUNIONSTORE:Lio/vertx/redis/client/Command;
            iconst_4
            anewarray java.lang.Object
            dup
            iconst_0
            aload 1 /* destkey */
            aastore
            dup
            iconst_1
            aload 2 /* sets */
            invokeinterface java.util.List.size:()I
            invokestatic java.lang.Integer.valueOf:(I)Ljava/lang/Integer;
            aastore
            dup
            iconst_2
            aload 2 /* sets */
            aastore
            dup
            iconst_3
            aload 3 /* options */
            ifnull 1
            aload 3 /* options */
            invokevirtual io.vertx.redis.op.AggregateOptions.name:()Ljava/lang/String;
            goto 2
      StackMap locals: io.vertx.redis.impl.RedisClientImpl java.lang.String java.util.List io.vertx.redis.op.AggregateOptions io.vertx.core.Handler
      StackMap stack: io.vertx.redis.impl.RedisClientImpl io.vertx.redis.client.Command java.lang.Object[] java.lang.Object[] int
         1: aconst_null
      StackMap locals: io.vertx.redis.impl.RedisClientImpl java.lang.String java.util.List io.vertx.redis.op.AggregateOptions io.vertx.core.Handler
      StackMap stack: io.vertx.redis.impl.RedisClientImpl io.vertx.redis.client.Command java.lang.Object[] java.lang.Object[] int java.lang.String
         2: aastore
            invokestatic io.vertx.redis.impl.RedisClientImpl.toPayload:([Ljava/lang/Object;)Ljava/util/List;
            aload 4 /* handler */
            invokevirtual io.vertx.redis.impl.RedisClientImpl.sendLong:(Lio/vertx/redis/client/Command;Ljava/util/List;Lio/vertx/core/Handler;)V
         3: .line 1620
            aload 0 /* this */
            areturn
        end local 4 // io.vertx.core.Handler handler
        end local 3 // io.vertx.redis.op.AggregateOptions options
        end local 2 // java.util.List sets
        end local 1 // java.lang.String destkey
        end local 0 // io.vertx.redis.impl.RedisClientImpl this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    4     0     this  Lio/vertx/redis/impl/RedisClientImpl;
            0    4     1  destkey  Ljava/lang/String;
            0    4     2     sets  Ljava/util/List<Ljava/lang/String;>;
            0    4     3  options  Lio/vertx/redis/op/AggregateOptions;
            0    4     4  handler  Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/lang/Long;>;>;
    Signature: (Ljava/lang/String;Ljava/util/List<Ljava/lang/String;>;Lio/vertx/redis/op/AggregateOptions;Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/lang/Long;>;>;)Lio/vertx/redis/RedisClient;
    MethodParameters:
         Name  Flags
      destkey  
      sets     
      options  
      handler  

  public io.vertx.redis.RedisClient zunionstoreWeighed(java.lang.String, java.util.Map<java.lang.String, java.lang.Double>, io.vertx.redis.op.AggregateOptions, io.vertx.core.Handler<io.vertx.core.AsyncResult<java.lang.Long>>);
    descriptor: (Ljava/lang/String;Ljava/util/Map;Lio/vertx/redis/op/AggregateOptions;Lio/vertx/core/Handler;)Lio/vertx/redis/RedisClient;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=5, args_size=5
        start local 0 // io.vertx.redis.impl.RedisClientImpl this
        start local 1 // java.lang.String destkey
        start local 2 // java.util.Map sets
        start local 3 // io.vertx.redis.op.AggregateOptions options
        start local 4 // io.vertx.core.Handler handler
         0: .line 1625
            aload 0 /* this */
            getstatic io.vertx.redis.client.Command.ZUNIONSTORE:Lio/vertx/redis/client/Command;
            bipush 6
            anewarray java.lang.Object
            dup
            iconst_0
            aload 1 /* destkey */
            aastore
            dup
            iconst_1
            aload 2 /* sets */
            invokeinterface java.util.Map.size:()I
            invokestatic java.lang.Integer.valueOf:(I)Ljava/lang/Integer;
            aastore
            dup
            iconst_2
            aload 2 /* sets */
            invokeinterface java.util.Map.keySet:()Ljava/util/Set;
            aastore
            dup
            iconst_3
            ldc "WEIGHTS"
            aastore
            dup
            iconst_4
            aload 2 /* sets */
            invokeinterface java.util.Map.values:()Ljava/util/Collection;
            aastore
            dup
            iconst_5
         1: .line 1626
            aload 3 /* options */
            ifnull 2
            aload 3 /* options */
            invokevirtual io.vertx.redis.op.AggregateOptions.toJsonArray:()Lio/vertx/core/json/JsonArray;
            goto 3
      StackMap locals: io.vertx.redis.impl.RedisClientImpl java.lang.String java.util.Map io.vertx.redis.op.AggregateOptions io.vertx.core.Handler
      StackMap stack: io.vertx.redis.impl.RedisClientImpl io.vertx.redis.client.Command java.lang.Object[] java.lang.Object[] int
         2: aconst_null
      StackMap locals: io.vertx.redis.impl.RedisClientImpl java.lang.String java.util.Map io.vertx.redis.op.AggregateOptions io.vertx.core.Handler
      StackMap stack: io.vertx.redis.impl.RedisClientImpl io.vertx.redis.client.Command java.lang.Object[] java.lang.Object[] int io.vertx.core.json.JsonArray
         3: aastore
         4: .line 1625
            invokestatic io.vertx.redis.impl.RedisClientImpl.toPayload:([Ljava/lang/Object;)Ljava/util/List;
         5: .line 1626
            aload 4 /* handler */
         6: .line 1625
            invokevirtual io.vertx.redis.impl.RedisClientImpl.sendLong:(Lio/vertx/redis/client/Command;Ljava/util/List;Lio/vertx/core/Handler;)V
         7: .line 1627
            aload 0 /* this */
            areturn
        end local 4 // io.vertx.core.Handler handler
        end local 3 // io.vertx.redis.op.AggregateOptions options
        end local 2 // java.util.Map sets
        end local 1 // java.lang.String destkey
        end local 0 // io.vertx.redis.impl.RedisClientImpl this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    8     0     this  Lio/vertx/redis/impl/RedisClientImpl;
            0    8     1  destkey  Ljava/lang/String;
            0    8     2     sets  Ljava/util/Map<Ljava/lang/String;Ljava/lang/Double;>;
            0    8     3  options  Lio/vertx/redis/op/AggregateOptions;
            0    8     4  handler  Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/lang/Long;>;>;
    Signature: (Ljava/lang/String;Ljava/util/Map<Ljava/lang/String;Ljava/lang/Double;>;Lio/vertx/redis/op/AggregateOptions;Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/lang/Long;>;>;)Lio/vertx/redis/RedisClient;
    MethodParameters:
         Name  Flags
      destkey  
      sets     
      options  
      handler  

  public io.vertx.redis.RedisClient scan(java.lang.String, io.vertx.redis.op.ScanOptions, io.vertx.core.Handler<io.vertx.core.AsyncResult<io.vertx.core.json.JsonArray>>);
    descriptor: (Ljava/lang/String;Lio/vertx/redis/op/ScanOptions;Lio/vertx/core/Handler;)Lio/vertx/redis/RedisClient;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=4, args_size=4
        start local 0 // io.vertx.redis.impl.RedisClientImpl this
        start local 1 // java.lang.String cursor
        start local 2 // io.vertx.redis.op.ScanOptions options
        start local 3 // io.vertx.core.Handler handler
         0: .line 1632
            aload 0 /* this */
            getstatic io.vertx.redis.client.Command.SCAN:Lio/vertx/redis/client/Command;
            iconst_2
            anewarray java.lang.Object
            dup
            iconst_0
            aload 1 /* cursor */
            aastore
            dup
            iconst_1
            aload 2 /* options */
            ifnull 1
            aload 2 /* options */
            invokevirtual io.vertx.redis.op.ScanOptions.toJsonArray:()Lio/vertx/core/json/JsonArray;
            goto 2
      StackMap locals: io.vertx.redis.impl.RedisClientImpl java.lang.String io.vertx.redis.op.ScanOptions io.vertx.core.Handler
      StackMap stack: io.vertx.redis.impl.RedisClientImpl io.vertx.redis.client.Command java.lang.Object[] java.lang.Object[] int
         1: aconst_null
      StackMap locals: io.vertx.redis.impl.RedisClientImpl java.lang.String io.vertx.redis.op.ScanOptions io.vertx.core.Handler
      StackMap stack: io.vertx.redis.impl.RedisClientImpl io.vertx.redis.client.Command java.lang.Object[] java.lang.Object[] int io.vertx.core.json.JsonArray
         2: aastore
            invokestatic io.vertx.redis.impl.RedisClientImpl.toPayload:([Ljava/lang/Object;)Ljava/util/List;
            aload 3 /* handler */
            invokevirtual io.vertx.redis.impl.RedisClientImpl.sendJsonArray:(Lio/vertx/redis/client/Command;Ljava/util/List;Lio/vertx/core/Handler;)V
         3: .line 1633
            aload 0 /* this */
            areturn
        end local 3 // io.vertx.core.Handler handler
        end local 2 // io.vertx.redis.op.ScanOptions options
        end local 1 // java.lang.String cursor
        end local 0 // io.vertx.redis.impl.RedisClientImpl this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    4     0     this  Lio/vertx/redis/impl/RedisClientImpl;
            0    4     1   cursor  Ljava/lang/String;
            0    4     2  options  Lio/vertx/redis/op/ScanOptions;
            0    4     3  handler  Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Lio/vertx/core/json/JsonArray;>;>;
    Signature: (Ljava/lang/String;Lio/vertx/redis/op/ScanOptions;Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Lio/vertx/core/json/JsonArray;>;>;)Lio/vertx/redis/RedisClient;
    MethodParameters:
         Name  Flags
      cursor   
      options  
      handler  

  public io.vertx.redis.RedisClient sscan(java.lang.String, java.lang.String, io.vertx.redis.op.ScanOptions, io.vertx.core.Handler<io.vertx.core.AsyncResult<io.vertx.core.json.JsonArray>>);
    descriptor: (Ljava/lang/String;Ljava/lang/String;Lio/vertx/redis/op/ScanOptions;Lio/vertx/core/Handler;)Lio/vertx/redis/RedisClient;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=5, args_size=5
        start local 0 // io.vertx.redis.impl.RedisClientImpl this
        start local 1 // java.lang.String key
        start local 2 // java.lang.String cursor
        start local 3 // io.vertx.redis.op.ScanOptions options
        start local 4 // io.vertx.core.Handler handler
         0: .line 1638
            aload 0 /* this */
            getstatic io.vertx.redis.client.Command.SSCAN:Lio/vertx/redis/client/Command;
            iconst_3
            anewarray java.lang.Object
            dup
            iconst_0
            aload 1 /* key */
            aastore
            dup
            iconst_1
            aload 2 /* cursor */
            aastore
            dup
            iconst_2
            aload 3 /* options */
            ifnull 1
            aload 3 /* options */
            invokevirtual io.vertx.redis.op.ScanOptions.toJsonArray:()Lio/vertx/core/json/JsonArray;
            goto 2
      StackMap locals: io.vertx.redis.impl.RedisClientImpl java.lang.String java.lang.String io.vertx.redis.op.ScanOptions io.vertx.core.Handler
      StackMap stack: io.vertx.redis.impl.RedisClientImpl io.vertx.redis.client.Command java.lang.Object[] java.lang.Object[] int
         1: aconst_null
      StackMap locals: io.vertx.redis.impl.RedisClientImpl java.lang.String java.lang.String io.vertx.redis.op.ScanOptions io.vertx.core.Handler
      StackMap stack: io.vertx.redis.impl.RedisClientImpl io.vertx.redis.client.Command java.lang.Object[] java.lang.Object[] int io.vertx.core.json.JsonArray
         2: aastore
            invokestatic io.vertx.redis.impl.RedisClientImpl.toPayload:([Ljava/lang/Object;)Ljava/util/List;
            aload 4 /* handler */
            invokevirtual io.vertx.redis.impl.RedisClientImpl.sendJsonArray:(Lio/vertx/redis/client/Command;Ljava/util/List;Lio/vertx/core/Handler;)V
         3: .line 1639
            aload 0 /* this */
            areturn
        end local 4 // io.vertx.core.Handler handler
        end local 3 // io.vertx.redis.op.ScanOptions options
        end local 2 // java.lang.String cursor
        end local 1 // java.lang.String key
        end local 0 // io.vertx.redis.impl.RedisClientImpl this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    4     0     this  Lio/vertx/redis/impl/RedisClientImpl;
            0    4     1      key  Ljava/lang/String;
            0    4     2   cursor  Ljava/lang/String;
            0    4     3  options  Lio/vertx/redis/op/ScanOptions;
            0    4     4  handler  Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Lio/vertx/core/json/JsonArray;>;>;
    Signature: (Ljava/lang/String;Ljava/lang/String;Lio/vertx/redis/op/ScanOptions;Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Lio/vertx/core/json/JsonArray;>;>;)Lio/vertx/redis/RedisClient;
    MethodParameters:
         Name  Flags
      key      
      cursor   
      options  
      handler  

  public io.vertx.redis.RedisClient hscan(java.lang.String, java.lang.String, io.vertx.redis.op.ScanOptions, io.vertx.core.Handler<io.vertx.core.AsyncResult<io.vertx.core.json.JsonArray>>);
    descriptor: (Ljava/lang/String;Ljava/lang/String;Lio/vertx/redis/op/ScanOptions;Lio/vertx/core/Handler;)Lio/vertx/redis/RedisClient;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=5, args_size=5
        start local 0 // io.vertx.redis.impl.RedisClientImpl this
        start local 1 // java.lang.String key
        start local 2 // java.lang.String cursor
        start local 3 // io.vertx.redis.op.ScanOptions options
        start local 4 // io.vertx.core.Handler handler
         0: .line 1644
            aload 0 /* this */
            getstatic io.vertx.redis.client.Command.HSCAN:Lio/vertx/redis/client/Command;
            iconst_3
            anewarray java.lang.Object
            dup
            iconst_0
            aload 1 /* key */
            aastore
            dup
            iconst_1
            aload 2 /* cursor */
            aastore
            dup
            iconst_2
            aload 3 /* options */
            ifnull 1
            aload 3 /* options */
            invokevirtual io.vertx.redis.op.ScanOptions.toJsonArray:()Lio/vertx/core/json/JsonArray;
            goto 2
      StackMap locals: io.vertx.redis.impl.RedisClientImpl java.lang.String java.lang.String io.vertx.redis.op.ScanOptions io.vertx.core.Handler
      StackMap stack: io.vertx.redis.impl.RedisClientImpl io.vertx.redis.client.Command java.lang.Object[] java.lang.Object[] int
         1: aconst_null
      StackMap locals: io.vertx.redis.impl.RedisClientImpl java.lang.String java.lang.String io.vertx.redis.op.ScanOptions io.vertx.core.Handler
      StackMap stack: io.vertx.redis.impl.RedisClientImpl io.vertx.redis.client.Command java.lang.Object[] java.lang.Object[] int io.vertx.core.json.JsonArray
         2: aastore
            invokestatic io.vertx.redis.impl.RedisClientImpl.toPayload:([Ljava/lang/Object;)Ljava/util/List;
            aload 4 /* handler */
            invokevirtual io.vertx.redis.impl.RedisClientImpl.sendJsonArray:(Lio/vertx/redis/client/Command;Ljava/util/List;Lio/vertx/core/Handler;)V
         3: .line 1645
            aload 0 /* this */
            areturn
        end local 4 // io.vertx.core.Handler handler
        end local 3 // io.vertx.redis.op.ScanOptions options
        end local 2 // java.lang.String cursor
        end local 1 // java.lang.String key
        end local 0 // io.vertx.redis.impl.RedisClientImpl this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    4     0     this  Lio/vertx/redis/impl/RedisClientImpl;
            0    4     1      key  Ljava/lang/String;
            0    4     2   cursor  Ljava/lang/String;
            0    4     3  options  Lio/vertx/redis/op/ScanOptions;
            0    4     4  handler  Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Lio/vertx/core/json/JsonArray;>;>;
    Signature: (Ljava/lang/String;Ljava/lang/String;Lio/vertx/redis/op/ScanOptions;Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Lio/vertx/core/json/JsonArray;>;>;)Lio/vertx/redis/RedisClient;
    MethodParameters:
         Name  Flags
      key      
      cursor   
      options  
      handler  

  public io.vertx.redis.RedisClient zscan(java.lang.String, java.lang.String, io.vertx.redis.op.ScanOptions, io.vertx.core.Handler<io.vertx.core.AsyncResult<io.vertx.core.json.JsonArray>>);
    descriptor: (Ljava/lang/String;Ljava/lang/String;Lio/vertx/redis/op/ScanOptions;Lio/vertx/core/Handler;)Lio/vertx/redis/RedisClient;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=5, args_size=5
        start local 0 // io.vertx.redis.impl.RedisClientImpl this
        start local 1 // java.lang.String key
        start local 2 // java.lang.String cursor
        start local 3 // io.vertx.redis.op.ScanOptions options
        start local 4 // io.vertx.core.Handler handler
         0: .line 1650
            aload 0 /* this */
            getstatic io.vertx.redis.client.Command.ZSCAN:Lio/vertx/redis/client/Command;
            iconst_3
            anewarray java.lang.Object
            dup
            iconst_0
            aload 1 /* key */
            aastore
            dup
            iconst_1
            aload 2 /* cursor */
            aastore
            dup
            iconst_2
            aload 3 /* options */
            ifnull 1
            aload 3 /* options */
            invokevirtual io.vertx.redis.op.ScanOptions.toJsonArray:()Lio/vertx/core/json/JsonArray;
            goto 2
      StackMap locals: io.vertx.redis.impl.RedisClientImpl java.lang.String java.lang.String io.vertx.redis.op.ScanOptions io.vertx.core.Handler
      StackMap stack: io.vertx.redis.impl.RedisClientImpl io.vertx.redis.client.Command java.lang.Object[] java.lang.Object[] int
         1: aconst_null
      StackMap locals: io.vertx.redis.impl.RedisClientImpl java.lang.String java.lang.String io.vertx.redis.op.ScanOptions io.vertx.core.Handler
      StackMap stack: io.vertx.redis.impl.RedisClientImpl io.vertx.redis.client.Command java.lang.Object[] java.lang.Object[] int io.vertx.core.json.JsonArray
         2: aastore
            invokestatic io.vertx.redis.impl.RedisClientImpl.toPayload:([Ljava/lang/Object;)Ljava/util/List;
            aload 4 /* handler */
            invokevirtual io.vertx.redis.impl.RedisClientImpl.sendJsonArray:(Lio/vertx/redis/client/Command;Ljava/util/List;Lio/vertx/core/Handler;)V
         3: .line 1651
            aload 0 /* this */
            areturn
        end local 4 // io.vertx.core.Handler handler
        end local 3 // io.vertx.redis.op.ScanOptions options
        end local 2 // java.lang.String cursor
        end local 1 // java.lang.String key
        end local 0 // io.vertx.redis.impl.RedisClientImpl this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    4     0     this  Lio/vertx/redis/impl/RedisClientImpl;
            0    4     1      key  Ljava/lang/String;
            0    4     2   cursor  Ljava/lang/String;
            0    4     3  options  Lio/vertx/redis/op/ScanOptions;
            0    4     4  handler  Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Lio/vertx/core/json/JsonArray;>;>;
    Signature: (Ljava/lang/String;Ljava/lang/String;Lio/vertx/redis/op/ScanOptions;Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Lio/vertx/core/json/JsonArray;>;>;)Lio/vertx/redis/RedisClient;
    MethodParameters:
         Name  Flags
      key      
      cursor   
      options  
      handler  

  public io.vertx.redis.RedisClient geoadd(java.lang.String, double, double, java.lang.String, io.vertx.core.Handler<io.vertx.core.AsyncResult<java.lang.Long>>);
    descriptor: (Ljava/lang/String;DDLjava/lang/String;Lio/vertx/core/Handler;)Lio/vertx/redis/RedisClient;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=7, locals=8, args_size=6
        start local 0 // io.vertx.redis.impl.RedisClientImpl this
        start local 1 // java.lang.String key
        start local 2 // double longitude
        start local 4 // double latitude
        start local 6 // java.lang.String member
        start local 7 // io.vertx.core.Handler handler
         0: .line 1656
            aload 0 /* this */
            getstatic io.vertx.redis.client.Command.GEOADD:Lio/vertx/redis/client/Command;
            iconst_4
            anewarray java.lang.Object
            dup
            iconst_0
            aload 1 /* key */
            aastore
            dup
            iconst_1
            dload 2 /* longitude */
            invokestatic java.lang.Double.valueOf:(D)Ljava/lang/Double;
            aastore
            dup
            iconst_2
            dload 4 /* latitude */
            invokestatic java.lang.Double.valueOf:(D)Ljava/lang/Double;
            aastore
            dup
            iconst_3
            aload 6 /* member */
            aastore
            invokestatic io.vertx.redis.impl.RedisClientImpl.toPayload:([Ljava/lang/Object;)Ljava/util/List;
            aload 7 /* handler */
            invokevirtual io.vertx.redis.impl.RedisClientImpl.sendLong:(Lio/vertx/redis/client/Command;Ljava/util/List;Lio/vertx/core/Handler;)V
         1: .line 1657
            aload 0 /* this */
            areturn
        end local 7 // io.vertx.core.Handler handler
        end local 6 // java.lang.String member
        end local 4 // double latitude
        end local 2 // double longitude
        end local 1 // java.lang.String key
        end local 0 // io.vertx.redis.impl.RedisClientImpl this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    2     0       this  Lio/vertx/redis/impl/RedisClientImpl;
            0    2     1        key  Ljava/lang/String;
            0    2     2  longitude  D
            0    2     4   latitude  D
            0    2     6     member  Ljava/lang/String;
            0    2     7    handler  Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/lang/Long;>;>;
    Signature: (Ljava/lang/String;DDLjava/lang/String;Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/lang/Long;>;>;)Lio/vertx/redis/RedisClient;
    MethodParameters:
           Name  Flags
      key        
      longitude  
      latitude   
      member     
      handler    

  public io.vertx.redis.RedisClient geoaddMany(java.lang.String, java.util.List<io.vertx.redis.op.GeoMember>, io.vertx.core.Handler<io.vertx.core.AsyncResult<java.lang.Long>>);
    descriptor: (Ljava/lang/String;Ljava/util/List;Lio/vertx/core/Handler;)Lio/vertx/redis/RedisClient;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=4, args_size=4
        start local 0 // io.vertx.redis.impl.RedisClientImpl this
        start local 1 // java.lang.String key
        start local 2 // java.util.List members
        start local 3 // io.vertx.core.Handler handler
         0: .line 1662
            aload 0 /* this */
            getstatic io.vertx.redis.client.Command.GEOADD:Lio/vertx/redis/client/Command;
            iconst_2
            anewarray java.lang.Object
            dup
            iconst_0
            aload 1 /* key */
            aastore
            dup
            iconst_1
            aload 2 /* members */
            aastore
            invokestatic io.vertx.redis.impl.RedisClientImpl.toPayload:([Ljava/lang/Object;)Ljava/util/List;
            aload 3 /* handler */
            invokevirtual io.vertx.redis.impl.RedisClientImpl.sendLong:(Lio/vertx/redis/client/Command;Ljava/util/List;Lio/vertx/core/Handler;)V
         1: .line 1663
            aload 0 /* this */
            areturn
        end local 3 // io.vertx.core.Handler handler
        end local 2 // java.util.List members
        end local 1 // java.lang.String key
        end local 0 // io.vertx.redis.impl.RedisClientImpl this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lio/vertx/redis/impl/RedisClientImpl;
            0    2     1      key  Ljava/lang/String;
            0    2     2  members  Ljava/util/List<Lio/vertx/redis/op/GeoMember;>;
            0    2     3  handler  Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/lang/Long;>;>;
    Signature: (Ljava/lang/String;Ljava/util/List<Lio/vertx/redis/op/GeoMember;>;Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/lang/Long;>;>;)Lio/vertx/redis/RedisClient;
    MethodParameters:
         Name  Flags
      key      
      members  
      handler  

  public io.vertx.redis.RedisClient geohash(java.lang.String, java.lang.String, io.vertx.core.Handler<io.vertx.core.AsyncResult<io.vertx.core.json.JsonArray>>);
    descriptor: (Ljava/lang/String;Ljava/lang/String;Lio/vertx/core/Handler;)Lio/vertx/redis/RedisClient;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=4, args_size=4
        start local 0 // io.vertx.redis.impl.RedisClientImpl this
        start local 1 // java.lang.String key
        start local 2 // java.lang.String member
        start local 3 // io.vertx.core.Handler handler
         0: .line 1668
            aload 0 /* this */
            getstatic io.vertx.redis.client.Command.GEOHASH:Lio/vertx/redis/client/Command;
            iconst_2
            anewarray java.lang.Object
            dup
            iconst_0
            aload 1 /* key */
            aastore
            dup
            iconst_1
            aload 2 /* member */
            aastore
            invokestatic io.vertx.redis.impl.RedisClientImpl.toPayload:([Ljava/lang/Object;)Ljava/util/List;
            aload 3 /* handler */
            invokevirtual io.vertx.redis.impl.RedisClientImpl.sendJsonArray:(Lio/vertx/redis/client/Command;Ljava/util/List;Lio/vertx/core/Handler;)V
         1: .line 1669
            aload 0 /* this */
            areturn
        end local 3 // io.vertx.core.Handler handler
        end local 2 // java.lang.String member
        end local 1 // java.lang.String key
        end local 0 // io.vertx.redis.impl.RedisClientImpl this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lio/vertx/redis/impl/RedisClientImpl;
            0    2     1      key  Ljava/lang/String;
            0    2     2   member  Ljava/lang/String;
            0    2     3  handler  Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Lio/vertx/core/json/JsonArray;>;>;
    Signature: (Ljava/lang/String;Ljava/lang/String;Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Lio/vertx/core/json/JsonArray;>;>;)Lio/vertx/redis/RedisClient;
    MethodParameters:
         Name  Flags
      key      
      member   
      handler  

  public io.vertx.redis.RedisClient geohashMany(java.lang.String, java.util.List<java.lang.String>, io.vertx.core.Handler<io.vertx.core.AsyncResult<io.vertx.core.json.JsonArray>>);
    descriptor: (Ljava/lang/String;Ljava/util/List;Lio/vertx/core/Handler;)Lio/vertx/redis/RedisClient;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=4, args_size=4
        start local 0 // io.vertx.redis.impl.RedisClientImpl this
        start local 1 // java.lang.String key
        start local 2 // java.util.List members
        start local 3 // io.vertx.core.Handler handler
         0: .line 1674
            aload 0 /* this */
            getstatic io.vertx.redis.client.Command.GEOHASH:Lio/vertx/redis/client/Command;
            iconst_2
            anewarray java.lang.Object
            dup
            iconst_0
            aload 1 /* key */
            aastore
            dup
            iconst_1
            aload 2 /* members */
            aastore
            invokestatic io.vertx.redis.impl.RedisClientImpl.toPayload:([Ljava/lang/Object;)Ljava/util/List;
            aload 3 /* handler */
            invokevirtual io.vertx.redis.impl.RedisClientImpl.sendJsonArray:(Lio/vertx/redis/client/Command;Ljava/util/List;Lio/vertx/core/Handler;)V
         1: .line 1675
            aload 0 /* this */
            areturn
        end local 3 // io.vertx.core.Handler handler
        end local 2 // java.util.List members
        end local 1 // java.lang.String key
        end local 0 // io.vertx.redis.impl.RedisClientImpl this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lio/vertx/redis/impl/RedisClientImpl;
            0    2     1      key  Ljava/lang/String;
            0    2     2  members  Ljava/util/List<Ljava/lang/String;>;
            0    2     3  handler  Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Lio/vertx/core/json/JsonArray;>;>;
    Signature: (Ljava/lang/String;Ljava/util/List<Ljava/lang/String;>;Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Lio/vertx/core/json/JsonArray;>;>;)Lio/vertx/redis/RedisClient;
    MethodParameters:
         Name  Flags
      key      
      members  
      handler  

  public io.vertx.redis.RedisClient geopos(java.lang.String, java.lang.String, io.vertx.core.Handler<io.vertx.core.AsyncResult<io.vertx.core.json.JsonArray>>);
    descriptor: (Ljava/lang/String;Ljava/lang/String;Lio/vertx/core/Handler;)Lio/vertx/redis/RedisClient;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=4, args_size=4
        start local 0 // io.vertx.redis.impl.RedisClientImpl this
        start local 1 // java.lang.String key
        start local 2 // java.lang.String member
        start local 3 // io.vertx.core.Handler handler
         0: .line 1680
            aload 0 /* this */
            getstatic io.vertx.redis.client.Command.GEOPOS:Lio/vertx/redis/client/Command;
            iconst_2
            anewarray java.lang.Object
            dup
            iconst_0
            aload 1 /* key */
            aastore
            dup
            iconst_1
            aload 2 /* member */
            aastore
            invokestatic io.vertx.redis.impl.RedisClientImpl.toPayload:([Ljava/lang/Object;)Ljava/util/List;
            aload 3 /* handler */
            invokevirtual io.vertx.redis.impl.RedisClientImpl.sendJsonArray:(Lio/vertx/redis/client/Command;Ljava/util/List;Lio/vertx/core/Handler;)V
         1: .line 1681
            aload 0 /* this */
            areturn
        end local 3 // io.vertx.core.Handler handler
        end local 2 // java.lang.String member
        end local 1 // java.lang.String key
        end local 0 // io.vertx.redis.impl.RedisClientImpl this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lio/vertx/redis/impl/RedisClientImpl;
            0    2     1      key  Ljava/lang/String;
            0    2     2   member  Ljava/lang/String;
            0    2     3  handler  Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Lio/vertx/core/json/JsonArray;>;>;
    Signature: (Ljava/lang/String;Ljava/lang/String;Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Lio/vertx/core/json/JsonArray;>;>;)Lio/vertx/redis/RedisClient;
    MethodParameters:
         Name  Flags
      key      
      member   
      handler  

  public io.vertx.redis.RedisClient geoposMany(java.lang.String, java.util.List<java.lang.String>, io.vertx.core.Handler<io.vertx.core.AsyncResult<io.vertx.core.json.JsonArray>>);
    descriptor: (Ljava/lang/String;Ljava/util/List;Lio/vertx/core/Handler;)Lio/vertx/redis/RedisClient;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=4, args_size=4
        start local 0 // io.vertx.redis.impl.RedisClientImpl this
        start local 1 // java.lang.String key
        start local 2 // java.util.List members
        start local 3 // io.vertx.core.Handler handler
         0: .line 1686
            aload 0 /* this */
            getstatic io.vertx.redis.client.Command.GEOPOS:Lio/vertx/redis/client/Command;
            iconst_2
            anewarray java.lang.Object
            dup
            iconst_0
            aload 1 /* key */
            aastore
            dup
            iconst_1
            aload 2 /* members */
            aastore
            invokestatic io.vertx.redis.impl.RedisClientImpl.toPayload:([Ljava/lang/Object;)Ljava/util/List;
            aload 3 /* handler */
            invokevirtual io.vertx.redis.impl.RedisClientImpl.sendJsonArray:(Lio/vertx/redis/client/Command;Ljava/util/List;Lio/vertx/core/Handler;)V
         1: .line 1687
            aload 0 /* this */
            areturn
        end local 3 // io.vertx.core.Handler handler
        end local 2 // java.util.List members
        end local 1 // java.lang.String key
        end local 0 // io.vertx.redis.impl.RedisClientImpl this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lio/vertx/redis/impl/RedisClientImpl;
            0    2     1      key  Ljava/lang/String;
            0    2     2  members  Ljava/util/List<Ljava/lang/String;>;
            0    2     3  handler  Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Lio/vertx/core/json/JsonArray;>;>;
    Signature: (Ljava/lang/String;Ljava/util/List<Ljava/lang/String;>;Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Lio/vertx/core/json/JsonArray;>;>;)Lio/vertx/redis/RedisClient;
    MethodParameters:
         Name  Flags
      key      
      members  
      handler  

  public io.vertx.redis.RedisClient geodist(java.lang.String, java.lang.String, java.lang.String, io.vertx.core.Handler<io.vertx.core.AsyncResult<java.lang.String>>);
    descriptor: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Lio/vertx/core/Handler;)Lio/vertx/redis/RedisClient;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=5, args_size=5
        start local 0 // io.vertx.redis.impl.RedisClientImpl this
        start local 1 // java.lang.String key
        start local 2 // java.lang.String member1
        start local 3 // java.lang.String member2
        start local 4 // io.vertx.core.Handler handler
         0: .line 1692
            aload 0 /* this */
            getstatic io.vertx.redis.client.Command.GEODIST:Lio/vertx/redis/client/Command;
            iconst_3
            anewarray java.lang.Object
            dup
            iconst_0
            aload 1 /* key */
            aastore
            dup
            iconst_1
            aload 2 /* member1 */
            aastore
            dup
            iconst_2
            aload 3 /* member2 */
            aastore
            invokestatic io.vertx.redis.impl.RedisClientImpl.toPayload:([Ljava/lang/Object;)Ljava/util/List;
            aload 4 /* handler */
            invokevirtual io.vertx.redis.impl.RedisClientImpl.sendString:(Lio/vertx/redis/client/Command;Ljava/util/List;Lio/vertx/core/Handler;)V
         1: .line 1693
            aload 0 /* this */
            areturn
        end local 4 // io.vertx.core.Handler handler
        end local 3 // java.lang.String member2
        end local 2 // java.lang.String member1
        end local 1 // java.lang.String key
        end local 0 // io.vertx.redis.impl.RedisClientImpl this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lio/vertx/redis/impl/RedisClientImpl;
            0    2     1      key  Ljava/lang/String;
            0    2     2  member1  Ljava/lang/String;
            0    2     3  member2  Ljava/lang/String;
            0    2     4  handler  Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/lang/String;>;>;
    Signature: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/lang/String;>;>;)Lio/vertx/redis/RedisClient;
    MethodParameters:
         Name  Flags
      key      
      member1  
      member2  
      handler  

  public io.vertx.redis.RedisClient geodistWithUnit(java.lang.String, java.lang.String, java.lang.String, io.vertx.redis.op.GeoUnit, io.vertx.core.Handler<io.vertx.core.AsyncResult<java.lang.String>>);
    descriptor: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Lio/vertx/redis/op/GeoUnit;Lio/vertx/core/Handler;)Lio/vertx/redis/RedisClient;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=6, args_size=6
        start local 0 // io.vertx.redis.impl.RedisClientImpl this
        start local 1 // java.lang.String key
        start local 2 // java.lang.String member1
        start local 3 // java.lang.String member2
        start local 4 // io.vertx.redis.op.GeoUnit unit
        start local 5 // io.vertx.core.Handler handler
         0: .line 1698
            aload 0 /* this */
            getstatic io.vertx.redis.client.Command.GEODIST:Lio/vertx/redis/client/Command;
            iconst_4
            anewarray java.lang.Object
            dup
            iconst_0
            aload 1 /* key */
            aastore
            dup
            iconst_1
            aload 2 /* member1 */
            aastore
            dup
            iconst_2
            aload 3 /* member2 */
            aastore
            dup
            iconst_3
            aload 4 /* unit */
            aastore
            invokestatic io.vertx.redis.impl.RedisClientImpl.toPayload:([Ljava/lang/Object;)Ljava/util/List;
            aload 5 /* handler */
            invokevirtual io.vertx.redis.impl.RedisClientImpl.sendString:(Lio/vertx/redis/client/Command;Ljava/util/List;Lio/vertx/core/Handler;)V
         1: .line 1699
            aload 0 /* this */
            areturn
        end local 5 // io.vertx.core.Handler handler
        end local 4 // io.vertx.redis.op.GeoUnit unit
        end local 3 // java.lang.String member2
        end local 2 // java.lang.String member1
        end local 1 // java.lang.String key
        end local 0 // io.vertx.redis.impl.RedisClientImpl this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lio/vertx/redis/impl/RedisClientImpl;
            0    2     1      key  Ljava/lang/String;
            0    2     2  member1  Ljava/lang/String;
            0    2     3  member2  Ljava/lang/String;
            0    2     4     unit  Lio/vertx/redis/op/GeoUnit;
            0    2     5  handler  Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/lang/String;>;>;
    Signature: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Lio/vertx/redis/op/GeoUnit;Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/lang/String;>;>;)Lio/vertx/redis/RedisClient;
    MethodParameters:
         Name  Flags
      key      
      member1  
      member2  
      unit     
      handler  

  public io.vertx.redis.RedisClient georadius(java.lang.String, double, double, double, io.vertx.redis.op.GeoUnit, io.vertx.core.Handler<io.vertx.core.AsyncResult<io.vertx.core.json.JsonArray>>);
    descriptor: (Ljava/lang/String;DDDLio/vertx/redis/op/GeoUnit;Lio/vertx/core/Handler;)Lio/vertx/redis/RedisClient;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=7, locals=10, args_size=7
        start local 0 // io.vertx.redis.impl.RedisClientImpl this
        start local 1 // java.lang.String key
        start local 2 // double longitude
        start local 4 // double latitude
        start local 6 // double radius
        start local 8 // io.vertx.redis.op.GeoUnit unit
        start local 9 // io.vertx.core.Handler handler
         0: .line 1704
            aload 0 /* this */
            getstatic io.vertx.redis.client.Command.GEORADIUS:Lio/vertx/redis/client/Command;
            iconst_5
            anewarray java.lang.Object
            dup
            iconst_0
            aload 1 /* key */
            aastore
            dup
            iconst_1
            dload 2 /* longitude */
            invokestatic java.lang.Double.valueOf:(D)Ljava/lang/Double;
            aastore
            dup
            iconst_2
            dload 4 /* latitude */
            invokestatic java.lang.Double.valueOf:(D)Ljava/lang/Double;
            aastore
            dup
            iconst_3
            dload 6 /* radius */
            invokestatic java.lang.Double.valueOf:(D)Ljava/lang/Double;
            aastore
            dup
            iconst_4
            aload 8 /* unit */
            aastore
            invokestatic io.vertx.redis.impl.RedisClientImpl.toPayload:([Ljava/lang/Object;)Ljava/util/List;
            aload 9 /* handler */
            invokevirtual io.vertx.redis.impl.RedisClientImpl.sendJsonArray:(Lio/vertx/redis/client/Command;Ljava/util/List;Lio/vertx/core/Handler;)V
         1: .line 1705
            aload 0 /* this */
            areturn
        end local 9 // io.vertx.core.Handler handler
        end local 8 // io.vertx.redis.op.GeoUnit unit
        end local 6 // double radius
        end local 4 // double latitude
        end local 2 // double longitude
        end local 1 // java.lang.String key
        end local 0 // io.vertx.redis.impl.RedisClientImpl this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    2     0       this  Lio/vertx/redis/impl/RedisClientImpl;
            0    2     1        key  Ljava/lang/String;
            0    2     2  longitude  D
            0    2     4   latitude  D
            0    2     6     radius  D
            0    2     8       unit  Lio/vertx/redis/op/GeoUnit;
            0    2     9    handler  Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Lio/vertx/core/json/JsonArray;>;>;
    Signature: (Ljava/lang/String;DDDLio/vertx/redis/op/GeoUnit;Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Lio/vertx/core/json/JsonArray;>;>;)Lio/vertx/redis/RedisClient;
    MethodParameters:
           Name  Flags
      key        
      longitude  
      latitude   
      radius     
      unit       
      handler    

  public io.vertx.redis.RedisClient georadiusWithOptions(java.lang.String, double, double, double, io.vertx.redis.op.GeoUnit, io.vertx.redis.op.GeoRadiusOptions, io.vertx.core.Handler<io.vertx.core.AsyncResult<io.vertx.core.json.JsonArray>>);
    descriptor: (Ljava/lang/String;DDDLio/vertx/redis/op/GeoUnit;Lio/vertx/redis/op/GeoRadiusOptions;Lio/vertx/core/Handler;)Lio/vertx/redis/RedisClient;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=7, locals=11, args_size=8
        start local 0 // io.vertx.redis.impl.RedisClientImpl this
        start local 1 // java.lang.String key
        start local 2 // double longitude
        start local 4 // double latitude
        start local 6 // double radius
        start local 8 // io.vertx.redis.op.GeoUnit unit
        start local 9 // io.vertx.redis.op.GeoRadiusOptions options
        start local 10 // io.vertx.core.Handler handler
         0: .line 1710
            aload 0 /* this */
            getstatic io.vertx.redis.client.Command.GEORADIUS:Lio/vertx/redis/client/Command;
            bipush 6
            anewarray java.lang.Object
            dup
            iconst_0
            aload 1 /* key */
            aastore
            dup
            iconst_1
            dload 2 /* longitude */
            invokestatic java.lang.Double.valueOf:(D)Ljava/lang/Double;
            aastore
            dup
            iconst_2
            dload 4 /* latitude */
            invokestatic java.lang.Double.valueOf:(D)Ljava/lang/Double;
            aastore
            dup
            iconst_3
            dload 6 /* radius */
            invokestatic java.lang.Double.valueOf:(D)Ljava/lang/Double;
            aastore
            dup
            iconst_4
            aload 8 /* unit */
            aastore
            dup
            iconst_5
            aload 9 /* options */
            ifnull 1
            aload 9 /* options */
            invokevirtual io.vertx.redis.op.GeoRadiusOptions.toJsonArray:()Lio/vertx/core/json/JsonArray;
            goto 2
      StackMap locals: io.vertx.redis.impl.RedisClientImpl java.lang.String double double double io.vertx.redis.op.GeoUnit io.vertx.redis.op.GeoRadiusOptions io.vertx.core.Handler
      StackMap stack: io.vertx.redis.impl.RedisClientImpl io.vertx.redis.client.Command java.lang.Object[] java.lang.Object[] int
         1: aconst_null
      StackMap locals: io.vertx.redis.impl.RedisClientImpl java.lang.String double double double io.vertx.redis.op.GeoUnit io.vertx.redis.op.GeoRadiusOptions io.vertx.core.Handler
      StackMap stack: io.vertx.redis.impl.RedisClientImpl io.vertx.redis.client.Command java.lang.Object[] java.lang.Object[] int io.vertx.core.json.JsonArray
         2: aastore
            invokestatic io.vertx.redis.impl.RedisClientImpl.toPayload:([Ljava/lang/Object;)Ljava/util/List;
            aload 10 /* handler */
            invokevirtual io.vertx.redis.impl.RedisClientImpl.sendJsonArray:(Lio/vertx/redis/client/Command;Ljava/util/List;Lio/vertx/core/Handler;)V
         3: .line 1711
            aload 0 /* this */
            areturn
        end local 10 // io.vertx.core.Handler handler
        end local 9 // io.vertx.redis.op.GeoRadiusOptions options
        end local 8 // io.vertx.redis.op.GeoUnit unit
        end local 6 // double radius
        end local 4 // double latitude
        end local 2 // double longitude
        end local 1 // java.lang.String key
        end local 0 // io.vertx.redis.impl.RedisClientImpl this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    4     0       this  Lio/vertx/redis/impl/RedisClientImpl;
            0    4     1        key  Ljava/lang/String;
            0    4     2  longitude  D
            0    4     4   latitude  D
            0    4     6     radius  D
            0    4     8       unit  Lio/vertx/redis/op/GeoUnit;
            0    4     9    options  Lio/vertx/redis/op/GeoRadiusOptions;
            0    4    10    handler  Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Lio/vertx/core/json/JsonArray;>;>;
    Signature: (Ljava/lang/String;DDDLio/vertx/redis/op/GeoUnit;Lio/vertx/redis/op/GeoRadiusOptions;Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Lio/vertx/core/json/JsonArray;>;>;)Lio/vertx/redis/RedisClient;
    MethodParameters:
           Name  Flags
      key        
      longitude  
      latitude   
      radius     
      unit       
      options    
      handler    

  public io.vertx.redis.RedisClient georadiusbymember(java.lang.String, java.lang.String, double, io.vertx.redis.op.GeoUnit, io.vertx.core.Handler<io.vertx.core.AsyncResult<io.vertx.core.json.JsonArray>>);
    descriptor: (Ljava/lang/String;Ljava/lang/String;DLio/vertx/redis/op/GeoUnit;Lio/vertx/core/Handler;)Lio/vertx/redis/RedisClient;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=7, locals=7, args_size=6
        start local 0 // io.vertx.redis.impl.RedisClientImpl this
        start local 1 // java.lang.String key
        start local 2 // java.lang.String member
        start local 3 // double radius
        start local 5 // io.vertx.redis.op.GeoUnit unit
        start local 6 // io.vertx.core.Handler handler
         0: .line 1716
            aload 0 /* this */
            getstatic io.vertx.redis.client.Command.GEORADIUSBYMEMBER:Lio/vertx/redis/client/Command;
            iconst_4
            anewarray java.lang.Object
            dup
            iconst_0
            aload 1 /* key */
            aastore
            dup
            iconst_1
            aload 2 /* member */
            aastore
            dup
            iconst_2
            dload 3 /* radius */
            invokestatic java.lang.Double.valueOf:(D)Ljava/lang/Double;
            aastore
            dup
            iconst_3
            aload 5 /* unit */
            aastore
            invokestatic io.vertx.redis.impl.RedisClientImpl.toPayload:([Ljava/lang/Object;)Ljava/util/List;
            aload 6 /* handler */
            invokevirtual io.vertx.redis.impl.RedisClientImpl.sendJsonArray:(Lio/vertx/redis/client/Command;Ljava/util/List;Lio/vertx/core/Handler;)V
         1: .line 1717
            aload 0 /* this */
            areturn
        end local 6 // io.vertx.core.Handler handler
        end local 5 // io.vertx.redis.op.GeoUnit unit
        end local 3 // double radius
        end local 2 // java.lang.String member
        end local 1 // java.lang.String key
        end local 0 // io.vertx.redis.impl.RedisClientImpl this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lio/vertx/redis/impl/RedisClientImpl;
            0    2     1      key  Ljava/lang/String;
            0    2     2   member  Ljava/lang/String;
            0    2     3   radius  D
            0    2     5     unit  Lio/vertx/redis/op/GeoUnit;
            0    2     6  handler  Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Lio/vertx/core/json/JsonArray;>;>;
    Signature: (Ljava/lang/String;Ljava/lang/String;DLio/vertx/redis/op/GeoUnit;Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Lio/vertx/core/json/JsonArray;>;>;)Lio/vertx/redis/RedisClient;
    MethodParameters:
         Name  Flags
      key      
      member   
      radius   
      unit     
      handler  

  public io.vertx.redis.RedisClient georadiusbymemberWithOptions(java.lang.String, java.lang.String, double, io.vertx.redis.op.GeoUnit, io.vertx.redis.op.GeoRadiusOptions, io.vertx.core.Handler<io.vertx.core.AsyncResult<io.vertx.core.json.JsonArray>>);
    descriptor: (Ljava/lang/String;Ljava/lang/String;DLio/vertx/redis/op/GeoUnit;Lio/vertx/redis/op/GeoRadiusOptions;Lio/vertx/core/Handler;)Lio/vertx/redis/RedisClient;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=7, locals=8, args_size=7
        start local 0 // io.vertx.redis.impl.RedisClientImpl this
        start local 1 // java.lang.String key
        start local 2 // java.lang.String member
        start local 3 // double radius
        start local 5 // io.vertx.redis.op.GeoUnit unit
        start local 6 // io.vertx.redis.op.GeoRadiusOptions options
        start local 7 // io.vertx.core.Handler handler
         0: .line 1722
            aload 0 /* this */
            getstatic io.vertx.redis.client.Command.GEORADIUSBYMEMBER:Lio/vertx/redis/client/Command;
            iconst_5
            anewarray java.lang.Object
            dup
            iconst_0
            aload 1 /* key */
            aastore
            dup
            iconst_1
            aload 2 /* member */
            aastore
            dup
            iconst_2
            dload 3 /* radius */
            invokestatic java.lang.Double.valueOf:(D)Ljava/lang/Double;
            aastore
            dup
            iconst_3
            aload 5 /* unit */
            aastore
            dup
            iconst_4
            aload 6 /* options */
            ifnull 1
            aload 6 /* options */
            invokevirtual io.vertx.redis.op.GeoRadiusOptions.toJsonArray:()Lio/vertx/core/json/JsonArray;
            goto 2
      StackMap locals: io.vertx.redis.impl.RedisClientImpl java.lang.String java.lang.String double io.vertx.redis.op.GeoUnit io.vertx.redis.op.GeoRadiusOptions io.vertx.core.Handler
      StackMap stack: io.vertx.redis.impl.RedisClientImpl io.vertx.redis.client.Command java.lang.Object[] java.lang.Object[] int
         1: aconst_null
      StackMap locals: io.vertx.redis.impl.RedisClientImpl java.lang.String java.lang.String double io.vertx.redis.op.GeoUnit io.vertx.redis.op.GeoRadiusOptions io.vertx.core.Handler
      StackMap stack: io.vertx.redis.impl.RedisClientImpl io.vertx.redis.client.Command java.lang.Object[] java.lang.Object[] int io.vertx.core.json.JsonArray
         2: aastore
            invokestatic io.vertx.redis.impl.RedisClientImpl.toPayload:([Ljava/lang/Object;)Ljava/util/List;
            aload 7 /* handler */
            invokevirtual io.vertx.redis.impl.RedisClientImpl.sendJsonArray:(Lio/vertx/redis/client/Command;Ljava/util/List;Lio/vertx/core/Handler;)V
         3: .line 1723
            aload 0 /* this */
            areturn
        end local 7 // io.vertx.core.Handler handler
        end local 6 // io.vertx.redis.op.GeoRadiusOptions options
        end local 5 // io.vertx.redis.op.GeoUnit unit
        end local 3 // double radius
        end local 2 // java.lang.String member
        end local 1 // java.lang.String key
        end local 0 // io.vertx.redis.impl.RedisClientImpl this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    4     0     this  Lio/vertx/redis/impl/RedisClientImpl;
            0    4     1      key  Ljava/lang/String;
            0    4     2   member  Ljava/lang/String;
            0    4     3   radius  D
            0    4     5     unit  Lio/vertx/redis/op/GeoUnit;
            0    4     6  options  Lio/vertx/redis/op/GeoRadiusOptions;
            0    4     7  handler  Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Lio/vertx/core/json/JsonArray;>;>;
    Signature: (Ljava/lang/String;Ljava/lang/String;DLio/vertx/redis/op/GeoUnit;Lio/vertx/redis/op/GeoRadiusOptions;Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Lio/vertx/core/json/JsonArray;>;>;)Lio/vertx/redis/RedisClient;
    MethodParameters:
         Name  Flags
      key      
      member   
      radius   
      unit     
      options  
      handler  

  public io.vertx.redis.RedisClient clientReply(io.vertx.redis.op.ClientReplyOptions, io.vertx.core.Handler<io.vertx.core.AsyncResult<java.lang.String>>);
    descriptor: (Lio/vertx/redis/op/ClientReplyOptions;Lio/vertx/core/Handler;)Lio/vertx/redis/RedisClient;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=3, args_size=3
        start local 0 // io.vertx.redis.impl.RedisClientImpl this
        start local 1 // io.vertx.redis.op.ClientReplyOptions options
        start local 2 // io.vertx.core.Handler handler
         0: .line 1728
            aload 0 /* this */
            getstatic io.vertx.redis.client.Command.CLIENT:Lio/vertx/redis/client/Command;
            iconst_2
            anewarray java.lang.Object
            dup
            iconst_0
            ldc "REPLY"
            aastore
            dup
            iconst_1
            aload 1 /* options */
            aastore
            invokestatic io.vertx.redis.impl.RedisClientImpl.toPayload:([Ljava/lang/Object;)Ljava/util/List;
            aload 2 /* handler */
            invokevirtual io.vertx.redis.impl.RedisClientImpl.sendString:(Lio/vertx/redis/client/Command;Ljava/util/List;Lio/vertx/core/Handler;)V
         1: .line 1729
            aload 0 /* this */
            areturn
        end local 2 // io.vertx.core.Handler handler
        end local 1 // io.vertx.redis.op.ClientReplyOptions options
        end local 0 // io.vertx.redis.impl.RedisClientImpl this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lio/vertx/redis/impl/RedisClientImpl;
            0    2     1  options  Lio/vertx/redis/op/ClientReplyOptions;
            0    2     2  handler  Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/lang/String;>;>;
    Signature: (Lio/vertx/redis/op/ClientReplyOptions;Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/lang/String;>;>;)Lio/vertx/redis/RedisClient;
    MethodParameters:
         Name  Flags
      options  
      handler  

  public io.vertx.redis.RedisClient hstrlen(java.lang.String, java.lang.String, io.vertx.core.Handler<io.vertx.core.AsyncResult<java.lang.Long>>);
    descriptor: (Ljava/lang/String;Ljava/lang/String;Lio/vertx/core/Handler;)Lio/vertx/redis/RedisClient;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=4, args_size=4
        start local 0 // io.vertx.redis.impl.RedisClientImpl this
        start local 1 // java.lang.String key
        start local 2 // java.lang.String field
        start local 3 // io.vertx.core.Handler handler
         0: .line 1734
            aload 0 /* this */
            getstatic io.vertx.redis.client.Command.HSTRLEN:Lio/vertx/redis/client/Command;
            iconst_2
            anewarray java.lang.Object
            dup
            iconst_0
            aload 1 /* key */
            aastore
            dup
            iconst_1
            aload 2 /* field */
            aastore
            invokestatic io.vertx.redis.impl.RedisClientImpl.toPayload:([Ljava/lang/Object;)Ljava/util/List;
            aload 3 /* handler */
            invokevirtual io.vertx.redis.impl.RedisClientImpl.sendLong:(Lio/vertx/redis/client/Command;Ljava/util/List;Lio/vertx/core/Handler;)V
         1: .line 1735
            aload 0 /* this */
            areturn
        end local 3 // io.vertx.core.Handler handler
        end local 2 // java.lang.String field
        end local 1 // java.lang.String key
        end local 0 // io.vertx.redis.impl.RedisClientImpl this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lio/vertx/redis/impl/RedisClientImpl;
            0    2     1      key  Ljava/lang/String;
            0    2     2    field  Ljava/lang/String;
            0    2     3  handler  Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/lang/Long;>;>;
    Signature: (Ljava/lang/String;Ljava/lang/String;Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/lang/Long;>;>;)Lio/vertx/redis/RedisClient;
    MethodParameters:
         Name  Flags
      key      
      field    
      handler  

  public io.vertx.redis.RedisClient touch(java.lang.String, io.vertx.core.Handler<io.vertx.core.AsyncResult<java.lang.Long>>);
    descriptor: (Ljava/lang/String;Lio/vertx/core/Handler;)Lio/vertx/redis/RedisClient;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=3, args_size=3
        start local 0 // io.vertx.redis.impl.RedisClientImpl this
        start local 1 // java.lang.String key
        start local 2 // io.vertx.core.Handler handler
         0: .line 1740
            aload 0 /* this */
            getstatic io.vertx.redis.client.Command.TOUCH:Lio/vertx/redis/client/Command;
            iconst_1
            anewarray java.lang.Object
            dup
            iconst_0
            aload 1 /* key */
            aastore
            invokestatic io.vertx.redis.impl.RedisClientImpl.toPayload:([Ljava/lang/Object;)Ljava/util/List;
            aload 2 /* handler */
            invokevirtual io.vertx.redis.impl.RedisClientImpl.sendLong:(Lio/vertx/redis/client/Command;Ljava/util/List;Lio/vertx/core/Handler;)V
         1: .line 1741
            aload 0 /* this */
            areturn
        end local 2 // io.vertx.core.Handler handler
        end local 1 // java.lang.String key
        end local 0 // io.vertx.redis.impl.RedisClientImpl this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lio/vertx/redis/impl/RedisClientImpl;
            0    2     1      key  Ljava/lang/String;
            0    2     2  handler  Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/lang/Long;>;>;
    Signature: (Ljava/lang/String;Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/lang/Long;>;>;)Lio/vertx/redis/RedisClient;
    MethodParameters:
         Name  Flags
      key      
      handler  

  public io.vertx.redis.RedisClient touchMany(java.util.List<java.lang.String>, io.vertx.core.Handler<io.vertx.core.AsyncResult<java.lang.Long>>);
    descriptor: (Ljava/util/List;Lio/vertx/core/Handler;)Lio/vertx/redis/RedisClient;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=3, args_size=3
        start local 0 // io.vertx.redis.impl.RedisClientImpl this
        start local 1 // java.util.List keys
        start local 2 // io.vertx.core.Handler handler
         0: .line 1746
            aload 0 /* this */
            getstatic io.vertx.redis.client.Command.TOUCH:Lio/vertx/redis/client/Command;
            aload 1 /* keys */
            aload 2 /* handler */
            invokevirtual io.vertx.redis.impl.RedisClientImpl.sendLong:(Lio/vertx/redis/client/Command;Ljava/util/List;Lio/vertx/core/Handler;)V
         1: .line 1747
            aload 0 /* this */
            areturn
        end local 2 // io.vertx.core.Handler handler
        end local 1 // java.util.List keys
        end local 0 // io.vertx.redis.impl.RedisClientImpl this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lio/vertx/redis/impl/RedisClientImpl;
            0    2     1     keys  Ljava/util/List<Ljava/lang/String;>;
            0    2     2  handler  Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/lang/Long;>;>;
    Signature: (Ljava/util/List<Ljava/lang/String;>;Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/lang/Long;>;>;)Lio/vertx/redis/RedisClient;
    MethodParameters:
         Name  Flags
      keys     
      handler  

  public io.vertx.redis.RedisClient scriptDebug(io.vertx.redis.op.ScriptDebugOptions, io.vertx.core.Handler<io.vertx.core.AsyncResult<java.lang.String>>);
    descriptor: (Lio/vertx/redis/op/ScriptDebugOptions;Lio/vertx/core/Handler;)Lio/vertx/redis/RedisClient;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=3, args_size=3
        start local 0 // io.vertx.redis.impl.RedisClientImpl this
        start local 1 // io.vertx.redis.op.ScriptDebugOptions scriptDebugOptions
        start local 2 // io.vertx.core.Handler handler
         0: .line 1752
            aload 0 /* this */
            getstatic io.vertx.redis.client.Command.SCRIPT:Lio/vertx/redis/client/Command;
            iconst_2
            anewarray java.lang.Object
            dup
            iconst_0
            ldc "DEBUG"
            aastore
            dup
            iconst_1
            aload 1 /* scriptDebugOptions */
            aastore
            invokestatic io.vertx.redis.impl.RedisClientImpl.toPayload:([Ljava/lang/Object;)Ljava/util/List;
            aload 2 /* handler */
            invokevirtual io.vertx.redis.impl.RedisClientImpl.sendString:(Lio/vertx/redis/client/Command;Ljava/util/List;Lio/vertx/core/Handler;)V
         1: .line 1753
            aload 0 /* this */
            areturn
        end local 2 // io.vertx.core.Handler handler
        end local 1 // io.vertx.redis.op.ScriptDebugOptions scriptDebugOptions
        end local 0 // io.vertx.redis.impl.RedisClientImpl this
      LocalVariableTable:
        Start  End  Slot                Name  Signature
            0    2     0                this  Lio/vertx/redis/impl/RedisClientImpl;
            0    2     1  scriptDebugOptions  Lio/vertx/redis/op/ScriptDebugOptions;
            0    2     2             handler  Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/lang/String;>;>;
    Signature: (Lio/vertx/redis/op/ScriptDebugOptions;Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/lang/String;>;>;)Lio/vertx/redis/RedisClient;
    MethodParameters:
                    Name  Flags
      scriptDebugOptions  
      handler             

  public io.vertx.redis.RedisClient bitfield(java.lang.String, io.vertx.redis.op.BitFieldOptions, io.vertx.core.Handler<io.vertx.core.AsyncResult<io.vertx.core.json.JsonArray>>);
    descriptor: (Ljava/lang/String;Lio/vertx/redis/op/BitFieldOptions;Lio/vertx/core/Handler;)Lio/vertx/redis/RedisClient;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=4, args_size=4
        start local 0 // io.vertx.redis.impl.RedisClientImpl this
        start local 1 // java.lang.String key
        start local 2 // io.vertx.redis.op.BitFieldOptions bitFieldOptions
        start local 3 // io.vertx.core.Handler handler
         0: .line 1758
            aload 0 /* this */
            getstatic io.vertx.redis.client.Command.BITFIELD:Lio/vertx/redis/client/Command;
            iconst_2
            anewarray java.lang.Object
            dup
            iconst_0
            aload 1 /* key */
            aastore
            dup
            iconst_1
            aload 2 /* bitFieldOptions */
            ifnull 1
            aload 2 /* bitFieldOptions */
            invokevirtual io.vertx.redis.op.BitFieldOptions.toJsonArray:()Lio/vertx/core/json/JsonArray;
            goto 2
      StackMap locals: io.vertx.redis.impl.RedisClientImpl java.lang.String io.vertx.redis.op.BitFieldOptions io.vertx.core.Handler
      StackMap stack: io.vertx.redis.impl.RedisClientImpl io.vertx.redis.client.Command java.lang.Object[] java.lang.Object[] int
         1: aconst_null
      StackMap locals: io.vertx.redis.impl.RedisClientImpl java.lang.String io.vertx.redis.op.BitFieldOptions io.vertx.core.Handler
      StackMap stack: io.vertx.redis.impl.RedisClientImpl io.vertx.redis.client.Command java.lang.Object[] java.lang.Object[] int io.vertx.core.json.JsonArray
         2: aastore
            invokestatic io.vertx.redis.impl.RedisClientImpl.toPayload:([Ljava/lang/Object;)Ljava/util/List;
            aload 3 /* handler */
            invokevirtual io.vertx.redis.impl.RedisClientImpl.sendJsonArray:(Lio/vertx/redis/client/Command;Ljava/util/List;Lio/vertx/core/Handler;)V
         3: .line 1759
            aload 0 /* this */
            areturn
        end local 3 // io.vertx.core.Handler handler
        end local 2 // io.vertx.redis.op.BitFieldOptions bitFieldOptions
        end local 1 // java.lang.String key
        end local 0 // io.vertx.redis.impl.RedisClientImpl this
      LocalVariableTable:
        Start  End  Slot             Name  Signature
            0    4     0             this  Lio/vertx/redis/impl/RedisClientImpl;
            0    4     1              key  Ljava/lang/String;
            0    4     2  bitFieldOptions  Lio/vertx/redis/op/BitFieldOptions;
            0    4     3          handler  Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Lio/vertx/core/json/JsonArray;>;>;
    Signature: (Ljava/lang/String;Lio/vertx/redis/op/BitFieldOptions;Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Lio/vertx/core/json/JsonArray;>;>;)Lio/vertx/redis/RedisClient;
    MethodParameters:
                 Name  Flags
      key              
      bitFieldOptions  
      handler          

  public io.vertx.redis.RedisClient bitfieldWithOverflow(java.lang.String, io.vertx.redis.op.BitFieldOptions, io.vertx.redis.op.BitFieldOverflowOptions, io.vertx.core.Handler<io.vertx.core.AsyncResult<io.vertx.core.json.JsonArray>>);
    descriptor: (Ljava/lang/String;Lio/vertx/redis/op/BitFieldOptions;Lio/vertx/redis/op/BitFieldOverflowOptions;Lio/vertx/core/Handler;)Lio/vertx/redis/RedisClient;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=5, args_size=5
        start local 0 // io.vertx.redis.impl.RedisClientImpl this
        start local 1 // java.lang.String key
        start local 2 // io.vertx.redis.op.BitFieldOptions bitFieldOptions
        start local 3 // io.vertx.redis.op.BitFieldOverflowOptions overflow
        start local 4 // io.vertx.core.Handler handler
         0: .line 1764
            aload 0 /* this */
            getstatic io.vertx.redis.client.Command.BITFIELD:Lio/vertx/redis/client/Command;
            iconst_3
            anewarray java.lang.Object
            dup
            iconst_0
            aload 1 /* key */
            aastore
            dup
            iconst_1
            aload 2 /* bitFieldOptions */
            ifnull 1
            aload 2 /* bitFieldOptions */
            invokevirtual io.vertx.redis.op.BitFieldOptions.toJsonArray:()Lio/vertx/core/json/JsonArray;
            goto 2
      StackMap locals: io.vertx.redis.impl.RedisClientImpl java.lang.String io.vertx.redis.op.BitFieldOptions io.vertx.redis.op.BitFieldOverflowOptions io.vertx.core.Handler
      StackMap stack: io.vertx.redis.impl.RedisClientImpl io.vertx.redis.client.Command java.lang.Object[] java.lang.Object[] int
         1: aconst_null
      StackMap locals: io.vertx.redis.impl.RedisClientImpl java.lang.String io.vertx.redis.op.BitFieldOptions io.vertx.redis.op.BitFieldOverflowOptions io.vertx.core.Handler
      StackMap stack: io.vertx.redis.impl.RedisClientImpl io.vertx.redis.client.Command java.lang.Object[] java.lang.Object[] int io.vertx.core.json.JsonArray
         2: aastore
            dup
            iconst_2
            aload 3 /* overflow */
            aastore
            invokestatic io.vertx.redis.impl.RedisClientImpl.toPayload:([Ljava/lang/Object;)Ljava/util/List;
            aload 4 /* handler */
            invokevirtual io.vertx.redis.impl.RedisClientImpl.sendJsonArray:(Lio/vertx/redis/client/Command;Ljava/util/List;Lio/vertx/core/Handler;)V
         3: .line 1765
            aload 0 /* this */
            areturn
        end local 4 // io.vertx.core.Handler handler
        end local 3 // io.vertx.redis.op.BitFieldOverflowOptions overflow
        end local 2 // io.vertx.redis.op.BitFieldOptions bitFieldOptions
        end local 1 // java.lang.String key
        end local 0 // io.vertx.redis.impl.RedisClientImpl this
      LocalVariableTable:
        Start  End  Slot             Name  Signature
            0    4     0             this  Lio/vertx/redis/impl/RedisClientImpl;
            0    4     1              key  Ljava/lang/String;
            0    4     2  bitFieldOptions  Lio/vertx/redis/op/BitFieldOptions;
            0    4     3         overflow  Lio/vertx/redis/op/BitFieldOverflowOptions;
            0    4     4          handler  Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Lio/vertx/core/json/JsonArray;>;>;
    Signature: (Ljava/lang/String;Lio/vertx/redis/op/BitFieldOptions;Lio/vertx/redis/op/BitFieldOverflowOptions;Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Lio/vertx/core/json/JsonArray;>;>;)Lio/vertx/redis/RedisClient;
    MethodParameters:
                 Name  Flags
      key              
      bitFieldOptions  
      overflow         
      handler          

  public io.vertx.redis.RedisClient unlink(java.lang.String, io.vertx.core.Handler<io.vertx.core.AsyncResult<java.lang.Long>>);
    descriptor: (Ljava/lang/String;Lio/vertx/core/Handler;)Lio/vertx/redis/RedisClient;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=3, args_size=3
        start local 0 // io.vertx.redis.impl.RedisClientImpl this
        start local 1 // java.lang.String key
        start local 2 // io.vertx.core.Handler handler
         0: .line 1770
            aload 0 /* this */
            getstatic io.vertx.redis.client.Command.UNLINK:Lio/vertx/redis/client/Command;
            iconst_1
            anewarray java.lang.Object
            dup
            iconst_0
            aload 1 /* key */
            aastore
            invokestatic io.vertx.redis.impl.RedisClientImpl.toPayload:([Ljava/lang/Object;)Ljava/util/List;
            aload 2 /* handler */
            invokevirtual io.vertx.redis.impl.RedisClientImpl.sendLong:(Lio/vertx/redis/client/Command;Ljava/util/List;Lio/vertx/core/Handler;)V
         1: .line 1771
            aload 0 /* this */
            areturn
        end local 2 // io.vertx.core.Handler handler
        end local 1 // java.lang.String key
        end local 0 // io.vertx.redis.impl.RedisClientImpl this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lio/vertx/redis/impl/RedisClientImpl;
            0    2     1      key  Ljava/lang/String;
            0    2     2  handler  Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/lang/Long;>;>;
    Signature: (Ljava/lang/String;Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/lang/Long;>;>;)Lio/vertx/redis/RedisClient;
    MethodParameters:
         Name  Flags
      key      
      handler  

  public io.vertx.redis.RedisClient unlinkMany(java.util.List<java.lang.String>, io.vertx.core.Handler<io.vertx.core.AsyncResult<java.lang.Long>>);
    descriptor: (Ljava/util/List;Lio/vertx/core/Handler;)Lio/vertx/redis/RedisClient;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=3, args_size=3
        start local 0 // io.vertx.redis.impl.RedisClientImpl this
        start local 1 // java.util.List keys
        start local 2 // io.vertx.core.Handler handler
         0: .line 1776
            aload 0 /* this */
            getstatic io.vertx.redis.client.Command.UNLINK:Lio/vertx/redis/client/Command;
            iconst_1
            anewarray java.lang.Object
            dup
            iconst_0
            aload 1 /* keys */
            aastore
            invokestatic io.vertx.redis.impl.RedisClientImpl.toPayload:([Ljava/lang/Object;)Ljava/util/List;
            aload 2 /* handler */
            invokevirtual io.vertx.redis.impl.RedisClientImpl.sendLong:(Lio/vertx/redis/client/Command;Ljava/util/List;Lio/vertx/core/Handler;)V
         1: .line 1777
            aload 0 /* this */
            areturn
        end local 2 // io.vertx.core.Handler handler
        end local 1 // java.util.List keys
        end local 0 // io.vertx.redis.impl.RedisClientImpl this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lio/vertx/redis/impl/RedisClientImpl;
            0    2     1     keys  Ljava/util/List<Ljava/lang/String;>;
            0    2     2  handler  Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/lang/Long;>;>;
    Signature: (Ljava/util/List<Ljava/lang/String;>;Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/lang/Long;>;>;)Lio/vertx/redis/RedisClient;
    MethodParameters:
         Name  Flags
      keys     
      handler  

  public io.vertx.redis.RedisClient swapdb(int, int, io.vertx.core.Handler<io.vertx.core.AsyncResult<java.lang.String>>);
    descriptor: (IILio/vertx/core/Handler;)Lio/vertx/redis/RedisClient;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=4, args_size=4
        start local 0 // io.vertx.redis.impl.RedisClientImpl this
        start local 1 // int index1
        start local 2 // int index2
        start local 3 // io.vertx.core.Handler handler
         0: .line 1782
            aload 0 /* this */
            getstatic io.vertx.redis.client.Command.SWAPDB:Lio/vertx/redis/client/Command;
            iconst_2
            anewarray java.lang.Object
            dup
            iconst_0
            iload 1 /* index1 */
            invokestatic java.lang.Integer.valueOf:(I)Ljava/lang/Integer;
            aastore
            dup
            iconst_1
            iload 2 /* index2 */
            invokestatic java.lang.Integer.valueOf:(I)Ljava/lang/Integer;
            aastore
            invokestatic io.vertx.redis.impl.RedisClientImpl.toPayload:([Ljava/lang/Object;)Ljava/util/List;
            aload 3 /* handler */
            invokevirtual io.vertx.redis.impl.RedisClientImpl.sendString:(Lio/vertx/redis/client/Command;Ljava/util/List;Lio/vertx/core/Handler;)V
         1: .line 1783
            aload 0 /* this */
            areturn
        end local 3 // io.vertx.core.Handler handler
        end local 2 // int index2
        end local 1 // int index1
        end local 0 // io.vertx.redis.impl.RedisClientImpl this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lio/vertx/redis/impl/RedisClientImpl;
            0    2     1   index1  I
            0    2     2   index2  I
            0    2     3  handler  Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/lang/String;>;>;
    Signature: (IILio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/lang/String;>;>;)Lio/vertx/redis/RedisClient;
    MethodParameters:
         Name  Flags
      index1   
      index2   
      handler  

  static int[] $SWITCH_TABLE$io$vertx$redis$client$ResponseType();
    descriptor: ()[I
    flags: (0x1008) ACC_STATIC, ACC_SYNTHETIC
    Code:
      stack=3, locals=1, args_size=0
         0: .line 44
            getstatic io.vertx.redis.impl.RedisClientImpl.$SWITCH_TABLE$io$vertx$redis$client$ResponseType:[I
            dup
            ifnull 1
            areturn
      StackMap locals:
      StackMap stack: int[]
         1: pop
            invokestatic io.vertx.redis.client.ResponseType.values:()[Lio/vertx/redis/client/ResponseType;
            arraylength
            newarray 10
            astore 0
         2: aload 0
            getstatic io.vertx.redis.client.ResponseType.BULK:Lio/vertx/redis/client/ResponseType;
            invokevirtual io.vertx.redis.client.ResponseType.ordinal:()I
            iconst_4
            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.ResponseType.ERROR:Lio/vertx/redis/client/ResponseType;
            invokevirtual io.vertx.redis.client.ResponseType.ordinal:()I
            iconst_2
            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.ResponseType.INTEGER:Lio/vertx/redis/client/ResponseType;
            invokevirtual io.vertx.redis.client.ResponseType.ordinal:()I
            iconst_3
            iastore
         9: goto 11
      StackMap locals:
      StackMap stack: java.lang.NoSuchFieldError
        10: pop
      StackMap locals:
      StackMap stack:
        11: aload 0
            getstatic io.vertx.redis.client.ResponseType.MULTI:Lio/vertx/redis/client/ResponseType;
            invokevirtual io.vertx.redis.client.ResponseType.ordinal:()I
            iconst_5
            iastore
        12: goto 14
      StackMap locals:
      StackMap stack: java.lang.NoSuchFieldError
        13: pop
      StackMap locals:
      StackMap stack:
        14: aload 0
            getstatic io.vertx.redis.client.ResponseType.SIMPLE:Lio/vertx/redis/client/ResponseType;
            invokevirtual io.vertx.redis.client.ResponseType.ordinal:()I
            iconst_1
            iastore
        15: goto 17
      StackMap locals:
      StackMap stack: java.lang.NoSuchFieldError
        16: pop
      StackMap locals:
      StackMap stack:
        17: aload 0
            dup
            putstatic io.vertx.redis.impl.RedisClientImpl.$SWITCH_TABLE$io$vertx$redis$client$ResponseType:[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
          11    12      13  Class java.lang.NoSuchFieldError
          14    15      16  Class java.lang.NoSuchFieldError

  private static void lambda$2(java.util.List, java.lang.Object);
    descriptor: (Ljava/util/List;Ljava/lang/Object;)V
    flags: (0x100a) ACC_PRIVATE, ACC_STATIC, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
        start local 1 // java.lang.Object e
         0: .line 86
            aload 1 /* e */
            instanceof java.lang.Object[]
            ifeq 3
         1: .line 87
            aload 0
            aload 1 /* e */
            checkcast java.lang.Object[]
            invokestatic java.util.Collections.addAll:(Ljava/util/Collection;[Ljava/lang/Object;)Z
            pop
         2: .line 88
            goto 4
         3: .line 89
      StackMap locals:
      StackMap stack:
            aload 0
            aload 1 /* e */
            invokeinterface java.util.List.add:(Ljava/lang/Object;)Z
            pop
         4: .line 91
      StackMap locals:
      StackMap stack:
            return
        end local 1 // java.lang.Object e
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    5     1     e  Ljava/lang/Object;

  private static void lambda$3(java.util.concurrent.CompletableFuture, io.vertx.core.AsyncResult);
    descriptor: (Ljava/util/concurrent/CompletableFuture;Lio/vertx/core/AsyncResult;)V
    flags: (0x100a) ACC_PRIVATE, ACC_STATIC, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
        start local 1 // io.vertx.core.AsyncResult onReady
         0: .line 124
            aload 1 /* onReady */
            invokeinterface io.vertx.core.AsyncResult.succeeded:()Z
            ifeq 3
         1: .line 125
            aload 0
            aload 1 /* onReady */
            invokeinterface io.vertx.core.AsyncResult.result:()Ljava/lang/Object;
            invokevirtual java.util.concurrent.CompletableFuture.complete:(Ljava/lang/Object;)Z
            pop
         2: .line 126
            goto 4
         3: .line 127
      StackMap locals:
      StackMap stack:
            aload 0
            aload 1 /* onReady */
            invokeinterface io.vertx.core.AsyncResult.cause:()Ljava/lang/Throwable;
            invokevirtual java.util.concurrent.CompletableFuture.completeExceptionally:(Ljava/lang/Throwable;)Z
            pop
         4: .line 129
      StackMap locals:
      StackMap stack:
            return
        end local 1 // io.vertx.core.AsyncResult onReady
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    5     1  onReady  Lio/vertx/core/AsyncResult<Lio/vertx/redis/client/Redis;>;

  private static void lambda$4(io.vertx.redis.client.Request, io.vertx.core.Handler, io.vertx.redis.client.Redis, java.lang.Throwable);
    descriptor: (Lio/vertx/redis/client/Request;Lio/vertx/core/Handler;Lio/vertx/redis/client/Redis;Ljava/lang/Throwable;)V
    flags: (0x100a) ACC_PRIVATE, ACC_STATIC, ACC_SYNTHETIC
    Code:
      stack=3, locals=4, args_size=4
        start local 2 // io.vertx.redis.client.Redis client
        start local 3 // java.lang.Throwable err
         0: .line 136
            aload 3 /* err */
            ifnonnull 3
         1: .line 137
            aload 2 /* client */
            aload 0
            aload 1
            invokeinterface io.vertx.redis.client.Redis.send:(Lio/vertx/redis/client/Request;Lio/vertx/core/Handler;)Lio/vertx/redis/client/Redis;
            pop
         2: .line 138
            goto 4
         3: .line 139
      StackMap locals:
      StackMap stack:
            aload 1
            aload 3 /* err */
            invokestatic io.vertx.core.Future.failedFuture:(Ljava/lang/Throwable;)Lio/vertx/core/Future;
            invokeinterface io.vertx.core.Handler.handle:(Ljava/lang/Object;)V
         4: .line 141
      StackMap locals:
      StackMap stack:
            return
        end local 3 // java.lang.Throwable err
        end local 2 // io.vertx.redis.client.Redis client
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    5     2  client  Lio/vertx/redis/client/Redis;
            0    5     3     err  Ljava/lang/Throwable;

  private static void lambda$5(io.vertx.core.Handler, io.vertx.core.AsyncResult);
    descriptor: (Lio/vertx/core/Handler;Lio/vertx/core/AsyncResult;)V
    flags: (0x100a) ACC_PRIVATE, ACC_STATIC, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
        start local 1 // io.vertx.core.AsyncResult ar
         0: .line 146
            aload 1 /* ar */
            invokeinterface io.vertx.core.AsyncResult.failed:()Z
            ifeq 3
         1: .line 147
            aload 0
            aload 1 /* ar */
            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 148
            goto 4
         3: .line 149
      StackMap locals:
      StackMap stack:
            aload 0
            aload 1 /* ar */
            invokeinterface io.vertx.core.AsyncResult.result:()Ljava/lang/Object;
            checkcast io.vertx.redis.client.Response
            invokeinterface io.vertx.redis.client.Response.toLong:()Ljava/lang/Long;
            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 151
      StackMap locals:
      StackMap stack:
            return
        end local 1 // io.vertx.core.AsyncResult ar
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    5     1    ar  Lio/vertx/core/AsyncResult<Lio/vertx/redis/client/Response;>;

  private static void lambda$6(io.vertx.core.Handler, io.vertx.core.AsyncResult);
    descriptor: (Lio/vertx/core/Handler;Lio/vertx/core/AsyncResult;)V
    flags: (0x100a) ACC_PRIVATE, ACC_STATIC, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
        start local 1 // io.vertx.core.AsyncResult ar
         0: .line 156
            aload 1 /* ar */
            invokeinterface io.vertx.core.AsyncResult.failed:()Z
            ifeq 3
         1: .line 157
            aload 0
            aload 1 /* ar */
            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 158
            goto 6
         3: .line 159
      StackMap locals:
      StackMap stack:
            aload 0
            aload 1 /* ar */
            invokeinterface io.vertx.core.AsyncResult.result:()Ljava/lang/Object;
            ifnull 4
            aload 1 /* ar */
            invokeinterface io.vertx.core.AsyncResult.result:()Ljava/lang/Object;
            checkcast io.vertx.redis.client.Response
            invokeinterface io.vertx.redis.client.Response.toString:()Ljava/lang/String;
            goto 5
      StackMap locals:
      StackMap stack: io.vertx.core.Handler
         4: aconst_null
      StackMap locals: io.vertx.core.Handler io.vertx.core.AsyncResult
      StackMap stack: io.vertx.core.Handler java.lang.String
         5: invokestatic io.vertx.core.Future.succeededFuture:(Ljava/lang/Object;)Lio/vertx/core/Future;
            invokeinterface io.vertx.core.Handler.handle:(Ljava/lang/Object;)V
         6: .line 161
      StackMap locals:
      StackMap stack:
            return
        end local 1 // io.vertx.core.AsyncResult ar
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    7     1    ar  Lio/vertx/core/AsyncResult<Lio/vertx/redis/client/Response;>;

  private static void lambda$7(io.vertx.core.Handler, io.vertx.core.AsyncResult);
    descriptor: (Lio/vertx/core/Handler;Lio/vertx/core/AsyncResult;)V
    flags: (0x100a) ACC_PRIVATE, ACC_STATIC, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
        start local 1 // io.vertx.core.AsyncResult ar
         0: .line 204
            aload 1 /* ar */
            invokeinterface io.vertx.core.AsyncResult.failed:()Z
            ifeq 3
         1: .line 205
            aload 0
            aload 1 /* ar */
            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 206
            goto 6
         3: .line 207
      StackMap locals:
      StackMap stack:
            aload 0
            aload 1 /* ar */
            invokeinterface io.vertx.core.AsyncResult.result:()Ljava/lang/Object;
            ifnull 4
            aload 1 /* ar */
            invokeinterface io.vertx.core.AsyncResult.result:()Ljava/lang/Object;
            checkcast io.vertx.redis.client.Response
            invokestatic io.vertx.redis.impl.RedisClientImpl.toJsonArray:(Lio/vertx/redis/client/Response;)Lio/vertx/core/json/JsonArray;
            goto 5
      StackMap locals:
      StackMap stack: io.vertx.core.Handler
         4: aconst_null
      StackMap locals: io.vertx.core.Handler io.vertx.core.AsyncResult
      StackMap stack: io.vertx.core.Handler io.vertx.core.json.JsonArray
         5: invokestatic io.vertx.core.Future.succeededFuture:(Ljava/lang/Object;)Lio/vertx/core/Future;
            invokeinterface io.vertx.core.Handler.handle:(Ljava/lang/Object;)V
         6: .line 209
      StackMap locals:
      StackMap stack:
            return
        end local 1 // io.vertx.core.AsyncResult ar
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    7     1    ar  Lio/vertx/core/AsyncResult<Lio/vertx/redis/client/Response;>;

  private static void lambda$8(io.vertx.core.Handler, io.vertx.core.AsyncResult);
    descriptor: (Lio/vertx/core/Handler;Lio/vertx/core/AsyncResult;)V
    flags: (0x100a) ACC_PRIVATE, ACC_STATIC, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
        start local 1 // io.vertx.core.AsyncResult ar
         0: .line 214
            aload 1 /* ar */
            invokeinterface io.vertx.core.AsyncResult.failed:()Z
            ifeq 3
         1: .line 215
            aload 0
            aload 1 /* ar */
            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 216
            goto 4
         3: .line 217
      StackMap locals:
      StackMap stack:
            aload 0
            invokestatic io.vertx.core.Future.succeededFuture:()Lio/vertx/core/Future;
            invokeinterface io.vertx.core.Handler.handle:(Ljava/lang/Object;)V
         4: .line 219
      StackMap locals:
      StackMap stack:
            return
        end local 1 // io.vertx.core.AsyncResult ar
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    5     1    ar  Lio/vertx/core/AsyncResult<Lio/vertx/redis/client/Response;>;

  private static void lambda$9(io.vertx.core.Handler, io.vertx.core.AsyncResult);
    descriptor: (Lio/vertx/core/Handler;Lio/vertx/core/AsyncResult;)V
    flags: (0x100a) ACC_PRIVATE, ACC_STATIC, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
        start local 1 // io.vertx.core.AsyncResult ar
         0: .line 224
            aload 1 /* ar */
            invokeinterface io.vertx.core.AsyncResult.failed:()Z
            ifeq 3
         1: .line 225
            aload 0
            aload 1 /* ar */
            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 226
            goto 4
         3: .line 227
      StackMap locals:
      StackMap stack:
            aload 0
            aload 1 /* ar */
            invokeinterface io.vertx.core.AsyncResult.result:()Ljava/lang/Object;
            checkcast io.vertx.redis.client.Response
            invokeinterface io.vertx.redis.client.Response.toBuffer:()Lio/vertx/core/buffer/Buffer;
            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 229
      StackMap locals:
      StackMap stack:
            return
        end local 1 // io.vertx.core.AsyncResult ar
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    5     1    ar  Lio/vertx/core/AsyncResult<Lio/vertx/redis/client/Response;>;

  private static void lambda$10(io.vertx.core.Handler, io.vertx.core.AsyncResult);
    descriptor: (Lio/vertx/core/Handler;Lio/vertx/core/AsyncResult;)V
    flags: (0x100a) ACC_PRIVATE, ACC_STATIC, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
        start local 1 // io.vertx.core.AsyncResult ar
         0: .line 255
            aload 1 /* ar */
            invokeinterface io.vertx.core.AsyncResult.failed:()Z
            ifeq 3
         1: .line 256
            aload 0
            aload 1 /* ar */
            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 257
            goto 4
         3: .line 258
      StackMap locals:
      StackMap stack:
            aload 0
            aload 1 /* ar */
            invokeinterface io.vertx.core.AsyncResult.result:()Ljava/lang/Object;
            checkcast io.vertx.redis.client.Response
            invokestatic io.vertx.redis.impl.RedisClientImpl.toJsonObject:(Lio/vertx/redis/client/Response;)Lio/vertx/core/json/JsonObject;
            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 260
      StackMap locals:
      StackMap stack:
            return
        end local 1 // io.vertx.core.AsyncResult ar
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    5     1    ar  Lio/vertx/core/AsyncResult<Lio/vertx/redis/client/Response;>;

  private static void lambda$11(io.vertx.core.Handler, io.vertx.redis.client.Redis, java.lang.Throwable);
    descriptor: (Lio/vertx/core/Handler;Lio/vertx/redis/client/Redis;Ljava/lang/Throwable;)V
    flags: (0x100a) ACC_PRIVATE, ACC_STATIC, ACC_SYNTHETIC
    Code:
      stack=2, locals=3, args_size=3
        start local 1 // io.vertx.redis.client.Redis client
        start local 2 // java.lang.Throwable err
         0: .line 268
            aload 2 /* err */
            ifnonnull 5
         1: .line 269
            aload 1 /* client */
            invokeinterface io.vertx.redis.client.Redis.close:()V
         2: .line 270
            aload 0
            ifnull 7
         3: .line 271
            aload 0
            invokestatic io.vertx.core.Future.succeededFuture:()Lio/vertx/core/Future;
            invokeinterface io.vertx.core.Handler.handle:(Ljava/lang/Object;)V
         4: .line 273
            goto 7
         5: .line 274
      StackMap locals:
      StackMap stack:
            aload 0
            ifnull 7
         6: .line 275
            aload 0
            aload 2 /* err */
            invokevirtual java.lang.Throwable.getCause:()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
         7: .line 278
      StackMap locals:
      StackMap stack:
            return
        end local 2 // java.lang.Throwable err
        end local 1 // io.vertx.redis.client.Redis client
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    8     1  client  Lio/vertx/redis/client/Redis;
            0    8     2     err  Ljava/lang/Throwable;

  private static void lambda$12(io.vertx.core.Handler, io.vertx.core.AsyncResult);
    descriptor: (Lio/vertx/core/Handler;Lio/vertx/core/AsyncResult;)V
    flags: (0x100a) ACC_PRIVATE, ACC_STATIC, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
        start local 1 // io.vertx.core.AsyncResult dump
         0: .line 626
            aload 1 /* dump */
            invokeinterface io.vertx.core.AsyncResult.failed:()Z
            ifeq 3
         1: .line 627
            aload 0
            aload 1 /* dump */
            invokeinterface io.vertx.core.Handler.handle:(Ljava/lang/Object;)V
         2: .line 628
            goto 4
         3: .line 629
      StackMap locals:
      StackMap stack:
            aload 0
            aload 1 /* dump */
            invokeinterface io.vertx.core.AsyncResult.result:()Ljava/lang/Object;
            checkcast java.lang.String
            invokestatic io.vertx.redis.impl.RedisEncoding.encode:(Ljava/lang/String;)Ljava/lang/String;
            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 631
      StackMap locals:
      StackMap stack:
            return
        end local 1 // io.vertx.core.AsyncResult dump
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    5     1  dump  Lio/vertx/core/AsyncResult<Ljava/lang/String;>;

  private void lambda$13(io.vertx.redis.Script, java.util.List, java.util.List, io.vertx.core.Handler, io.vertx.core.AsyncResult);
    descriptor: (Lio/vertx/redis/Script;Ljava/util/List;Ljava/util/List;Lio/vertx/core/Handler;Lio/vertx/core/AsyncResult;)V
    flags: (0x1002) ACC_PRIVATE, ACC_SYNTHETIC
    Code:
      stack=5, locals=6, args_size=6
        start local 0 // io.vertx.redis.impl.RedisClientImpl this
        start local 5 // io.vertx.core.AsyncResult res
         0: .line 660
            aload 5 /* res */
            invokeinterface io.vertx.core.AsyncResult.failed:()Z
            ifeq 3
            aload 5 /* res */
            invokeinterface io.vertx.core.AsyncResult.cause:()Ljava/lang/Throwable;
            invokevirtual java.lang.Throwable.getMessage:()Ljava/lang/String;
            ldc "NOSCRIPT"
            invokevirtual java.lang.String.startsWith:(Ljava/lang/String;)Z
            ifeq 3
         1: .line 661
            aload 0 /* this */
            aload 1
            invokeinterface io.vertx.redis.Script.getScript:()Ljava/lang/String;
            aload 2
            aload 3
            aload 4
            invokevirtual io.vertx.redis.impl.RedisClientImpl.eval:(Ljava/lang/String;Ljava/util/List;Ljava/util/List;Lio/vertx/core/Handler;)Lio/vertx/redis/RedisClient;
            pop
         2: .line 662
            goto 4
         3: .line 663
      StackMap locals:
      StackMap stack:
            aload 4
            aload 5 /* res */
            invokeinterface io.vertx.core.Handler.handle:(Ljava/lang/Object;)V
         4: .line 665
      StackMap locals:
      StackMap stack:
            return
        end local 5 // io.vertx.core.AsyncResult res
        end local 0 // io.vertx.redis.impl.RedisClientImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    5     0  this  Lio/vertx/redis/impl/RedisClientImpl;
            0    5     5   res  Lio/vertx/core/AsyncResult<Lio/vertx/core/json/JsonArray;>;

  private static void lambda$14(io.vertx.core.Handler, io.vertx.core.AsyncResult);
    descriptor: (Lio/vertx/core/Handler;Lio/vertx/core/AsyncResult;)V
    flags: (0x100a) ACC_PRIVATE, ACC_STATIC, ACC_SYNTHETIC
    Code:
      stack=5, locals=9, args_size=2
        start local 1 // io.vertx.core.AsyncResult info
         0: .line 840
            aload 1 /* info */
            invokeinterface io.vertx.core.AsyncResult.failed:()Z
            ifeq 3
         1: .line 841
            aload 0
            aload 1 /* 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 842
            goto 17
         3: .line 843
      StackMap locals:
      StackMap stack:
            new io.vertx.core.json.JsonObject
            dup
            invokespecial io.vertx.core.json.JsonObject.<init>:()V
            astore 2 /* result */
        start local 2 // io.vertx.core.json.JsonObject result
         4: .line 844
            aload 2 /* result */
            astore 3 /* section */
        start local 3 // io.vertx.core.json.JsonObject section
         5: .line 845
            aload 1 /* info */
            invokeinterface io.vertx.core.AsyncResult.result:()Ljava/lang/Object;
            checkcast java.lang.String
            ldc "\r?\n"
            invokevirtual java.lang.String.split:(Ljava/lang/String;)[Ljava/lang/String;
            dup
            astore 7
            arraylength
            istore 6
            iconst_0
            istore 5
            goto 15
      StackMap locals: io.vertx.core.Handler io.vertx.core.AsyncResult io.vertx.core.json.JsonObject io.vertx.core.json.JsonObject top int int java.lang.String[]
      StackMap stack:
         6: aload 7
            iload 5
            aaload
            astore 4 /* line */
        start local 4 // java.lang.String line
         7: .line 846
            aload 4 /* line */
            invokevirtual java.lang.String.length:()I
            ifle 14
         8: .line 847
            aload 4 /* line */
            iconst_0
            invokevirtual java.lang.String.charAt:(I)C
            bipush 35
            if_icmpne 12
         9: .line 848
            new io.vertx.core.json.JsonObject
            dup
            invokespecial io.vertx.core.json.JsonObject.<init>:()V
            astore 3 /* section */
        10: .line 849
            aload 2 /* result */
            aload 4 /* line */
            iconst_2
            invokevirtual java.lang.String.substring:(I)Ljava/lang/String;
            invokevirtual java.lang.String.toLowerCase:()Ljava/lang/String;
            aload 3 /* section */
            invokevirtual io.vertx.core.json.JsonObject.put:(Ljava/lang/String;Lio/vertx/core/json/JsonObject;)Lio/vertx/core/json/JsonObject;
            pop
        11: .line 850
            goto 14
        12: .line 851
      StackMap locals: io.vertx.core.Handler io.vertx.core.AsyncResult io.vertx.core.json.JsonObject io.vertx.core.json.JsonObject java.lang.String int int java.lang.String[]
      StackMap stack:
            aload 4 /* line */
            bipush 58
            invokevirtual java.lang.String.indexOf:(I)I
            istore 8 /* sep */
        start local 8 // int sep
        13: .line 852
            aload 3 /* section */
            aload 4 /* line */
            iconst_0
            iload 8 /* sep */
            invokevirtual java.lang.String.substring:(II)Ljava/lang/String;
            aload 4 /* line */
            iload 8 /* sep */
            iconst_1
            iadd
            invokevirtual java.lang.String.substring:(I)Ljava/lang/String;
            invokevirtual io.vertx.core.json.JsonObject.put:(Ljava/lang/String;Ljava/lang/String;)Lio/vertx/core/json/JsonObject;
            pop
        end local 8 // int sep
        end local 4 // java.lang.String line
        14: .line 845
      StackMap locals: io.vertx.core.Handler io.vertx.core.AsyncResult io.vertx.core.json.JsonObject io.vertx.core.json.JsonObject top int int java.lang.String[]
      StackMap stack:
            iinc 5 1
      StackMap locals:
      StackMap stack:
        15: iload 5
            iload 6
            if_icmplt 6
        16: .line 856
            aload 0
            aload 2 /* result */
            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 3 // io.vertx.core.json.JsonObject section
        end local 2 // io.vertx.core.json.JsonObject result
        17: .line 858
      StackMap locals: io.vertx.core.Handler io.vertx.core.AsyncResult
      StackMap stack:
            return
        end local 1 // io.vertx.core.AsyncResult info
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0   18     1     info  Lio/vertx/core/AsyncResult<Ljava/lang/String;>;
            4   17     2   result  Lio/vertx/core/json/JsonObject;
            5   17     3  section  Lio/vertx/core/json/JsonObject;
            7   14     4     line  Ljava/lang/String;
           13   14     8      sep  I

  private static void lambda$15(io.vertx.core.Handler, io.vertx.core.AsyncResult);
    descriptor: (Lio/vertx/core/Handler;Lio/vertx/core/AsyncResult;)V
    flags: (0x100a) ACC_PRIVATE, ACC_STATIC, ACC_SYNTHETIC
    Code:
      stack=5, locals=9, args_size=2
        start local 1 // io.vertx.core.AsyncResult info
         0: .line 865
            aload 1 /* info */
            invokeinterface io.vertx.core.AsyncResult.failed:()Z
            ifeq 3
         1: .line 866
            aload 0
            aload 1 /* 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 867
            goto 17
         3: .line 868
      StackMap locals:
      StackMap stack:
            new io.vertx.core.json.JsonObject
            dup
            invokespecial io.vertx.core.json.JsonObject.<init>:()V
            astore 2 /* result */
        start local 2 // io.vertx.core.json.JsonObject result
         4: .line 869
            aload 2 /* result */
            astore 3 /* sectionJson */
        start local 3 // io.vertx.core.json.JsonObject sectionJson
         5: .line 870
            aload 1 /* info */
            invokeinterface io.vertx.core.AsyncResult.result:()Ljava/lang/Object;
            checkcast java.lang.String
            ldc "\r?\n"
            invokevirtual java.lang.String.split:(Ljava/lang/String;)[Ljava/lang/String;
            dup
            astore 7
            arraylength
            istore 6
            iconst_0
            istore 5
            goto 15
      StackMap locals: io.vertx.core.Handler io.vertx.core.AsyncResult io.vertx.core.json.JsonObject io.vertx.core.json.JsonObject top int int java.lang.String[]
      StackMap stack:
         6: aload 7
            iload 5
            aaload
            astore 4 /* line */
        start local 4 // java.lang.String line
         7: .line 871
            aload 4 /* line */
            invokevirtual java.lang.String.length:()I
            ifle 14
         8: .line 872
            aload 4 /* line */
            iconst_0
            invokevirtual java.lang.String.charAt:(I)C
            bipush 35
            if_icmpne 12
         9: .line 873
            new io.vertx.core.json.JsonObject
            dup
            invokespecial io.vertx.core.json.JsonObject.<init>:()V
            astore 3 /* sectionJson */
        10: .line 874
            aload 2 /* result */
            aload 4 /* line */
            iconst_2
            invokevirtual java.lang.String.substring:(I)Ljava/lang/String;
            invokevirtual java.lang.String.toLowerCase:()Ljava/lang/String;
            aload 3 /* sectionJson */
            invokevirtual io.vertx.core.json.JsonObject.put:(Ljava/lang/String;Lio/vertx/core/json/JsonObject;)Lio/vertx/core/json/JsonObject;
            pop
        11: .line 875
            goto 14
        12: .line 876
      StackMap locals: io.vertx.core.Handler io.vertx.core.AsyncResult io.vertx.core.json.JsonObject io.vertx.core.json.JsonObject java.lang.String int int java.lang.String[]
      StackMap stack:
            aload 4 /* line */
            bipush 58
            invokevirtual java.lang.String.indexOf:(I)I
            istore 8 /* sep */
        start local 8 // int sep
        13: .line 877
            aload 3 /* sectionJson */
            aload 4 /* line */
            iconst_0
            iload 8 /* sep */
            invokevirtual java.lang.String.substring:(II)Ljava/lang/String;
            aload 4 /* line */
            iload 8 /* sep */
            iconst_1
            iadd
            invokevirtual java.lang.String.substring:(I)Ljava/lang/String;
            invokevirtual io.vertx.core.json.JsonObject.put:(Ljava/lang/String;Ljava/lang/String;)Lio/vertx/core/json/JsonObject;
            pop
        end local 8 // int sep
        end local 4 // java.lang.String line
        14: .line 870
      StackMap locals: io.vertx.core.Handler io.vertx.core.AsyncResult io.vertx.core.json.JsonObject io.vertx.core.json.JsonObject top int int java.lang.String[]
      StackMap stack:
            iinc 5 1
      StackMap locals:
      StackMap stack:
        15: iload 5
            iload 6
            if_icmplt 6
        16: .line 881
            aload 0
            aload 2 /* result */
            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 3 // io.vertx.core.json.JsonObject sectionJson
        end local 2 // io.vertx.core.json.JsonObject result
        17: .line 883
      StackMap locals: io.vertx.core.Handler io.vertx.core.AsyncResult
      StackMap stack:
            return
        end local 1 // io.vertx.core.AsyncResult info
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0   18     1         info  Lio/vertx/core/AsyncResult<Ljava/lang/String;>;
            4   17     2       result  Lio/vertx/core/json/JsonObject;
            5   17     3  sectionJson  Lio/vertx/core/json/JsonObject;
            7   14     4         line  Ljava/lang/String;
           13   14     8          sep  I

  private static java.lang.Object[] lambda$16(java.util.Map$Entry);
    descriptor: (Ljava/util/Map$Entry;)[Ljava/lang/Object;
    flags: (0x100a) ACC_PRIVATE, ACC_STATIC, ACC_SYNTHETIC
    Code:
      stack=4, locals=1, args_size=1
        start local 0 // java.util.Map$Entry e
         0: .line 1483
            iconst_2
            anewarray java.lang.Object
            dup
            iconst_0
            aload 0 /* e */
            invokeinterface java.util.Map$Entry.getValue:()Ljava/lang/Object;
            aastore
            dup
            iconst_1
            aload 0 /* e */
            invokeinterface java.util.Map$Entry.getKey:()Ljava/lang/Object;
            aastore
            areturn
        end local 0 // java.util.Map$Entry e
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0     e  Ljava/util/Map$Entry<Ljava/lang/String;Ljava/lang/Double;>;
}
SourceFile: "RedisClientImpl.java"
NestMembers:
  io.vertx.redis.impl.RedisClientImpl$RedisTransactionImpl
InnerClasses:
  public RedisTransactionImpl = io.vertx.redis.impl.RedisClientImpl$RedisTransactionImpl of io.vertx.redis.impl.RedisClientImpl
  public final Lookup = java.lang.invoke.MethodHandles$Lookup of java.lang.invoke.MethodHandles
  public abstract Entry = java.util.Map$Entry of java.util.Map