Package io.netty.handler.codec.redis
Class InlineCommandRedisMessage
java.lang.Object
io.netty.handler.codec.redis.AbstractStringRedisMessage
io.netty.handler.codec.redis.InlineCommandRedisMessage
- All Implemented Interfaces:
RedisMessage
Inline commands of RESP.
-
Constructor Summary
ConstructorsConstructorDescriptionInlineCommandRedisMessage
(String content) Creates aInlineCommandRedisMessage
for the givencontent
. -
Method Summary
Methods inherited from class io.netty.handler.codec.redis.AbstractStringRedisMessage
content, toString
-
Constructor Details
-
InlineCommandRedisMessage
Creates aInlineCommandRedisMessage
for the givencontent
.- Parameters:
content
- the message content, must not benull
.
-