Uses of Interface
org.swisspush.gateleen.core.lua.RedisCommand
-
Packages that use RedisCommand Package Description org.swisspush.gateleen.core.lock.lua org.swisspush.gateleen.core.lua -
-
Uses of RedisCommand in org.swisspush.gateleen.core.lock.lua
Classes in org.swisspush.gateleen.core.lock.lua that implement RedisCommand Modifier and Type Class Description classReleaseLockRedisCommand -
Uses of RedisCommand in org.swisspush.gateleen.core.lua
Classes in org.swisspush.gateleen.core.lua that implement RedisCommand Modifier and Type Class Description classRedisCommandDoNothingMethods in org.swisspush.gateleen.core.lua with parameters of type RedisCommand Modifier and Type Method Description voidLuaScriptState. loadLuaScript(RedisCommand redisCommand, int executionCounter)Load the get script into redis and store the sha in the class member sha.
-