
com.penglecode.common.redis.jedis.JedisCallback Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of jedis-ms-sentinel Show documentation
Show all versions of jedis-ms-sentinel Show documentation
commons is a little java tool to make your development easier in your work.
The newest version!
package com.penglecode.common.redis.jedis;
public interface JedisCallback {
public O doInJedis(I jedis);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy