redis.clients.jedis
Class Protocol
java.lang.Object
redis.clients.jedis.Protocol
public final class Protocol
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DEFAULT_PORT
public static final int DEFAULT_PORT
- See Also:
- Constant Field Values
DEFAULT_TIMEOUT
public static final int DEFAULT_TIMEOUT
- See Also:
- Constant Field Values
DEFAULT_DATABASE
public static final int DEFAULT_DATABASE
- See Also:
- Constant Field Values
CHARSET
public static final String CHARSET
- See Also:
- Constant Field Values
DOLLAR_BYTE
public static final byte DOLLAR_BYTE
- See Also:
- Constant Field Values
ASTERISK_BYTE
public static final byte ASTERISK_BYTE
- See Also:
- Constant Field Values
PLUS_BYTE
public static final byte PLUS_BYTE
- See Also:
- Constant Field Values
MINUS_BYTE
public static final byte MINUS_BYTE
- See Also:
- Constant Field Values
COLON_BYTE
public static final byte COLON_BYTE
- See Also:
- Constant Field Values
sendCommand
public static void sendCommand(RedisOutputStream os,
Protocol.Command command,
byte[]... args)
read
public static Object read(RedisInputStream is)
toByteArray
public static final byte[] toByteArray(int value)
toByteArray
public static final byte[] toByteArray(long value)
toByteArray
public static final byte[] toByteArray(double value)
Copyright © 2012. All Rights Reserved.