com.github.houbb.redis.client.api.client.IRedisClient Maven / Gradle / Ivy
The newest version!
package com.github.houbb.redis.client.api.client;
/**
* @author binbin.hou
* @since 0.0.1
*/
public interface IRedisClient extends IRedisBasicClient {
}