| Package | Description |
|---|---|
| io.netty.handler.codec.redis |
Encoder, decoder for Redis.
|
| Modifier and Type | Class and Description |
|---|---|
class |
FixedRedisMessagePool
A default fixed redis message pool.
|
| Constructor and Description |
|---|
RedisDecoder(int maxInlineMessageLength,
RedisMessagePool messagePool)
Creates a new instance.
|
RedisEncoder(RedisMessagePool messagePool)
Creates a new instance.
|
Copyright © 2008–2017 The Netty Project. All rights reserved.