| Package | Description |
|---|---|
| io.netty.handler.codec.redis |
Encoder, decoder for Redis.
|
| Class and 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.
|
| 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.
|
Copyright © 2008–2017 The Netty Project. All rights reserved.