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