
org.swisspush.redisques.lua.RedisCommandDoNothing Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of vertx-redisques Show documentation
Show all versions of vertx-redisques Show documentation
A highly scalable redis-persistent queuing system for vertx
package org.swisspush.redisques.lua;
/**
* @author https://github.com/mcweba [Marc-Andre Weber]
*/
public class RedisCommandDoNothing implements RedisCommand{
@Override
public void exec(int executionCounter) {
// do nothing here
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy