support for new 'set' command (redis 2.6.12+)

This commit is contained in:
amitm
2013-05-13 12:40:24 +03:00
parent 62c30dfe8b
commit 24c6b7c867
8 changed files with 152 additions and 56 deletions

View File

@@ -7,7 +7,8 @@ import java.util.Set;
/**
* Common interface for sharded and non-sharded Jedis
*/
public interface JedisCommands {
public interface
JedisCommands {
String set(String key, String value);
String get(String key);