| 程序包 | 说明 |
|---|---|
| io.netty.handler.codec.redis |
Encoder, decoder for Redis.
|
| 类和说明 |
|---|
| 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
RedisMessages. |
| RedisMessageType
Type of RESP (REdis Serialization Protocol).
|
| SimpleStringRedisMessage
Simple Strings of RESP.
|