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
@UnstableApi public final class InlineCommandRedisMessage extends AbstractStringRedisMessage
Inline commands of RESP.
-
-
Constructor Summary
Constructors Constructor Description InlineCommandRedisMessage(java.lang.String content)
Creates aInlineCommandRedisMessage
for the givencontent
.
-
Method Summary
-
Methods inherited from class io.netty.handler.codec.redis.AbstractStringRedisMessage
content, toString
-
-
-
-
Constructor Detail
-
InlineCommandRedisMessage
public InlineCommandRedisMessage(java.lang.String content)
Creates aInlineCommandRedisMessage
for the givencontent
.- Parameters:
content
- the message content, must not benull
.
-
-