public class JedisUtil extends Object
| Constructor and Description |
|---|
JedisUtil() |
| Modifier and Type | Method and Description |
|---|---|
static void |
del(String key) |
static String |
get(String key) |
static String |
getSentinelHost() |
static int |
getSentinelPort() |
static List<String> |
getValues(String keyPattern) |
static void |
sadd(String key,
String value) |
static void |
set(String key,
String value) |
static Set<String> |
smembers(String key) |
static void |
srem(String key,
String value) |
Copyright © 2017 WSO2. All rights reserved.