![JAR search and dependency download from the Maven repository](/logo.png)
com.github.jedis.support.BinaryJedisCmd 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;
import redis.clients.jedis.BinaryJedisCommands;
import redis.clients.jedis.MultiKeyBinaryCommands;
/**
* 支持binary类型的存取
* Created by lirui on 15/2/9.
*/
public interface BinaryJedisCmd extends BinaryJedisCommands, MultiKeyBinaryCommands {
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy