Class RemoveExpiredQueuesRedisCommand
- java.lang.Object
-
- org.swisspush.gateleen.hook.reducedpropagation.lua.RemoveExpiredQueuesRedisCommand
-
- All Implemented Interfaces:
org.swisspush.gateleen.core.lua.RedisCommand
public class RemoveExpiredQueuesRedisCommand extends Object implements org.swisspush.gateleen.core.lua.RedisCommand
- Author:
- https://github.com/mcweba [Marc-Andre Weber]
-
-
Constructor Summary
Constructors Constructor Description RemoveExpiredQueuesRedisCommand(org.swisspush.gateleen.core.lua.LuaScriptState luaScriptState, List<String> keys, List<String> arguments, io.vertx.redis.RedisClient redisClient, org.slf4j.Logger log, io.vertx.core.Future<List<String>> future)
-