Uses of Class
org.redisson.client.protocol.CommandsData
-
Packages that use CommandsData Package Description org.redisson.client org.redisson.client.handler -
-
Uses of CommandsData in org.redisson.client
Methods in org.redisson.client with parameters of type CommandsData Modifier and Type Method Description io.netty.channel.ChannelFuture
RedisConnection. send(CommandsData data)
-
Uses of CommandsData in org.redisson.client.handler
Methods in org.redisson.client.handler with parameters of type CommandsData Modifier and Type Method Description protected void
CommandBatchEncoder. encode(io.netty.channel.ChannelHandlerContext ctx, CommandsData msg, io.netty.buffer.ByteBuf out)
-