Uses of Interface
io.netty.handler.codec.redis.RedisMessagePool
-
-
Uses of RedisMessagePool in io.netty.handler.codec.redis
Classes in io.netty.handler.codec.redis that implement RedisMessagePool Modifier and Type Class Description classFixedRedisMessagePoolA default fixed redis message pool.Constructors in io.netty.handler.codec.redis with parameters of type RedisMessagePool Constructor Description RedisDecoder(int maxInlineMessageLength, RedisMessagePool messagePool)Creates a new instance with inline command decoding disabled.RedisDecoder(int maxInlineMessageLength, RedisMessagePool messagePool, boolean decodeInlineCommands)Creates a new instance.RedisEncoder(RedisMessagePool messagePool)Creates a new instance.
-