| Package | Description |
|---|---|
| io.netty.handler.codec.redis |
Encoder, decoder for Redis.
|
| Modifier and Type | Method and Description |
|---|---|
IntegerRedisMessage |
RedisMessagePool.getInteger(ByteBuf content)
Returns
IntegerRedisMessage for given content. |
IntegerRedisMessage |
FixedRedisMessagePool.getInteger(ByteBuf content) |
IntegerRedisMessage |
RedisMessagePool.getInteger(long value)
Returns
IntegerRedisMessage for given value. |
IntegerRedisMessage |
FixedRedisMessagePool.getInteger(long value) |
Copyright © 2008–2025 The Netty Project. All rights reserved.