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 aInlineCommandRedisMessagefor the givencontent. -
Method Summary
Methods inherited from class AbstractStringRedisMessage
content, toString
-
Constructor Details
-
InlineCommandRedisMessage
Creates aInlineCommandRedisMessagefor the givencontent.- Parameters:
content- the message content, must not benull.
-