Modifier and Type | Method and Description |
---|---|
IntegerRedisMessage |
RedisMessagePool.getInteger(io.netty.buffer.ByteBuf content)
Returns
IntegerRedisMessage for given content . |
IntegerRedisMessage |
FixedRedisMessagePool.getInteger(io.netty.buffer.ByteBuf content) |
IntegerRedisMessage |
RedisMessagePool.getInteger(long value)
Returns
IntegerRedisMessage for given value . |
IntegerRedisMessage |
FixedRedisMessagePool.getInteger(long value) |
Copyright © 2008–2019 The Netty Project. All rights reserved.