Package org.swisspush.gateleen.core.util
Class RedisUtils
- java.lang.Object
-
- org.swisspush.gateleen.core.util.RedisUtils
-
public final class RedisUtils extends Object
Useful utilities for Redis- Author:
- https://github.com/mcweba [Marc-Andre Weber]
-
-
Field Summary
Fields Modifier and Type Field Description static StringREPLY_MESSAGEstatic StringREPLY_STATUSstatic StringREPLY_VALUEstatic StringSTATUS_OK
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static List<String>toPayload(Object... parameters)from https://github.com/vert-x3/vertx-redis-client/blob/3.9/src/main/java/io/vertx/redis/impl/RedisClientImpl.java#L94
-
-
-
Field Detail
-
REPLY_STATUS
public static final String REPLY_STATUS
- See Also:
- Constant Field Values
-
REPLY_MESSAGE
public static final String REPLY_MESSAGE
- See Also:
- Constant Field Values
-
REPLY_VALUE
public static final String REPLY_VALUE
- See Also:
- Constant Field Values
-
STATUS_OK
public static final String STATUS_OK
- See Also:
- Constant Field Values
-
-