- read(InputStream) - Static method in class redis.Command
-
- readBytes(InputStream) - Static method in class redis.RedisProtocol
-
Read fixed size field from the stream.
- readLong(InputStream) - Static method in class redis.RedisProtocol
-
Read a signed ascii integer from the input stream.
- receive(InputStream) - Static method in class redis.RedisProtocol
-
Read a Reply from an input stream.
- receiveAsync() - Method in class redis.RedisProtocol
-
Wait for a reply on the input stream.
- redis - package redis
-
- redis.reply - package redis.reply
-
- RedisProtocol - Class in redis
-
Implements the Redis Universal Protocol.
- RedisProtocol(Socket) - Constructor for class redis.RedisProtocol
-
Create a new RedisProtocol from a socket connection.
- RedisProtocol(BufferedInputStream, OutputStream) - Constructor for class redis.RedisProtocol
-
Create a new RedisProtocol using provided input and output streams.
- Reply<T> - Interface in redis.reply
-
Replies.