Uses of Enum
io.netty.handler.codec.redis.FixedRedisMessagePool.RedisReplyKey
Packages that use FixedRedisMessagePool.RedisReplyKey
-
Uses of FixedRedisMessagePool.RedisReplyKey in io.netty.handler.codec.redis
Fields in io.netty.handler.codec.redis with type parameters of type FixedRedisMessagePool.RedisReplyKeyModifier and TypeFieldDescriptionprivate final Map
<FixedRedisMessagePool.RedisReplyKey, SimpleStringRedisMessage> FixedRedisMessagePool.keyToSimpleStrings
Methods in io.netty.handler.codec.redis that return FixedRedisMessagePool.RedisReplyKeyModifier and TypeMethodDescriptionReturns 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.Methods in io.netty.handler.codec.redis with parameters of type FixedRedisMessagePool.RedisReplyKeyModifier and TypeMethodDescriptionFixedRedisMessagePool.getSimpleString
(FixedRedisMessagePool.RedisReplyKey key) ReturnsSimpleStringRedisMessage
for the givenFixedRedisMessagePool.RedisReplyKey
ornull
if it does not exist.