Class ReleaseLockRedisCommand

  • All Implemented Interfaces:
    RedisCommand

    public class ReleaseLockRedisCommand
    extends java.lang.Object
    implements RedisCommand
    Author:
    https://github.com/mcweba [Marc-Andre Weber]
    • Constructor Summary

      Constructors 
      Constructor Description
      ReleaseLockRedisCommand​(LuaScriptState luaScriptState, java.util.List<java.lang.String> keys, java.util.List<java.lang.String> arguments, io.vertx.redis.RedisClient redisClient, org.slf4j.Logger log, io.vertx.core.Future<java.lang.Boolean> future)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void exec​(int executionCounter)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • ReleaseLockRedisCommand

        public ReleaseLockRedisCommand​(LuaScriptState luaScriptState,
                                       java.util.List<java.lang.String> keys,
                                       java.util.List<java.lang.String> arguments,
                                       io.vertx.redis.RedisClient redisClient,
                                       org.slf4j.Logger log,
                                       io.vertx.core.Future<java.lang.Boolean> future)
    • Method Detail

      • exec

        public void exec​(int executionCounter)
        Specified by:
        exec in interface RedisCommand