Package | Description |
---|---|
io.netty.handler.codec.redis |
Encoder, decoder for Redis.
|
Modifier and Type | Method and Description |
---|---|
static FixedRedisMessagePool.RedisReplyKey |
FixedRedisMessagePool.RedisReplyKey.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static FixedRedisMessagePool.RedisReplyKey[] |
FixedRedisMessagePool.RedisReplyKey.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
SimpleStringRedisMessage |
FixedRedisMessagePool.getSimpleString(FixedRedisMessagePool.RedisReplyKey key)
Returns
SimpleStringRedisMessage for the given FixedRedisMessagePool.RedisReplyKey
or null if it does not exist. |
Copyright © 2008–2024 The Netty Project. All rights reserved.