JavaScript is disabled on your browser.
Skip navigation links
Package
Class
Use
Tree
Deprecated
Index
Help
All Classes
SEARCH:
JavaScript is disabled on your browser.
Uses of Package
io.netty.handler.codec.redis
Classes in
io.netty.handler.codec.redis
used by
io.netty.handler.codec.redis
Class
Description
AbstractStringRedisMessage
Abstract class for Simple Strings or Errors.
ArrayRedisMessage
Arrays of
RESP
.
BulkStringHeaderRedisMessage
The header of Bulk Strings in
RESP
.
BulkStringRedisContent
A chunk of bulk strings which is used for Redis chunked transfer-encoding.
DefaultBulkStringRedisContent
A default implementation of
BulkStringRedisContent
.
ErrorRedisMessage
Errors of
RESP
.
FixedRedisMessagePool
A default fixed redis message pool.
FixedRedisMessagePool.RedisErrorKey
FixedRedisMessagePool.RedisReplyKey
FullBulkStringRedisMessage
An aggregated bulk string of
RESP
.
IntegerRedisMessage
Integers of
RESP
.
LastBulkStringRedisContent
A last chunk of Bulk Strings.
RedisMessage
RedisMessage is base interface for codec-redis.
RedisMessagePool
A strategy interface for caching
RedisMessage
s.
RedisMessageType
Type of
RESP (REdis Serialization Protocol)
.
SimpleStringRedisMessage
Simple Strings of
RESP
.