All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.swisspush.redisques.lua.RedisCommandDoNothing Maven / Gradle / Ivy

There is a newer version: 2.4.3
Show newest version
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