Class UnlockSampleQueuesRedisCommand

  • All Implemented Interfaces:
    RedisCommand

    public class UnlockSampleQueuesRedisCommand
    extends Object
    implements RedisCommand
    Author:
    https://github.com/mcweba [Marc-Andre Weber]
    • Constructor Detail

      • UnlockSampleQueuesRedisCommand

        public UnlockSampleQueuesRedisCommand​(LuaScriptState luaScriptState,
                                              List<String> keys,
                                              List<String> arguments,
                                              io.vertx.redis.client.RedisAPI redisAPI,
                                              org.slf4j.Logger log,
                                              io.vertx.core.Promise<io.vertx.redis.client.Response> promise)
    • Method Detail

      • exec

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