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
Subclasses with type arguments of type FixedRedisMessagePool.RedisReplyKey in io.netty.handler.codec.redisMethods 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) ReturnsSimpleStringRedisMessagefor the givenFixedRedisMessagePool.RedisReplyKeyornullif it does not exist.