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 with inline command decoding disabled.
|
RedisDecoder(int maxInlineMessageLength,
RedisMessagePool messagePool,
boolean decodeInlineCommands)
Creates a new instance.
|
RedisEncoder(RedisMessagePool messagePool)
Creates a new instance.
|
Copyright © 2008–2024 The Netty Project. All rights reserved.