com.github.jedis.support.MergeJedisCmd Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of jedis-spring-support Show documentation
Show all versions of jedis-spring-support Show documentation
using jedis lib, add spring support
The newest version!
package com.github.jedis.support;
/**
* 支持String类型的存取
* Created by lirui on 15/2/9.
*/
public interface MergeJedisCmd extends JedisCmd, BinaryJedisCmd {
}