com.github.huxinghai1988.ClientImpl Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of sidekiq-client-plugin Show documentation
Show all versions of sidekiq-client-plugin Show documentation
sidekiq queue client support java language
package com.github.huxinghai1988;
import redis.clients.jedis.Jedis;
/**
* Created by huxinghai on 15/4/25.
*/
public class ClientImpl extends AbstractClient {
public ClientImpl(String namespace, Jedis redis){
super(namespace, redis);
}
public ClientImpl(Jedis redis){
super(redis);
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy