public final class CustomPropertyCommands extends Object
| Modifier and Type | Method and Description |
|---|---|
static Command |
customDelete(int clientDBId,
String key) |
static Command |
customInfo(int clientDBId) |
static Command |
customSearch(String key,
String pattern) |
static Command |
customSet(int clientDBId,
String key,
String value) |
public static Command customDelete(int clientDBId, String key)
public static Command customInfo(int clientDBId)
public static Command customSearch(String key, String pattern)
Released under the MIT license.