Added Set NXXX and EXPX options for JedisCluster and ShardedJedis
This commit is contained in:
@@ -10,6 +10,9 @@ import java.util.Set;
|
||||
public interface JedisCommands {
|
||||
String set(String key, String value);
|
||||
|
||||
String set(String key, String value, String nxxx,
|
||||
String expx, long time);
|
||||
|
||||
String get(String key);
|
||||
|
||||
Boolean exists(String key);
|
||||
|
||||
Reference in New Issue
Block a user