All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.github.jedis.support.JedisCmd Maven / Gradle / Ivy

The newest version!
package com.github.jedis.support;

import redis.clients.jedis.JedisCommands;
import redis.clients.jedis.MultiKeyCommands;

/**
 * 支持String类型的存取
 * Created by lirui on 15/2/9.
 */
public interface JedisCmd extends JedisCommands, MultiKeyCommands {
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy