Package io.netty.handler.codec.redis
@UnstableApi
package io.netty.handler.codec.redis
Encoder, decoder for Redis.
-
ClassDescriptionAbstract class for Simple Strings or Errors.Header of Redis Array Message.Arrays of RESP.The header of Bulk Strings in RESP.A chunk of bulk strings which is used for Redis chunked transfer-encoding.A default implementation of
BulkStringRedisContent.A default implementation forLastBulkStringRedisContent.Errors of RESP.A default fixed redis message pool.An aggregated bulk string of RESP.Inline commands of RESP.Integers of RESP.A last chunk of Bulk Strings.AggregatesRedisMessageparts intoArrayRedisMessage.AChannelHandlerthat aggregates anBulkStringHeaderRedisMessageand its followingBulkStringRedisContents into a singleFullBulkStringRedisMessagewith no followingBulkStringRedisContents.Decodes the Redis protocol intoRedisMessageobjects following RESP (REdis Serialization Protocol).EncodesRedisMessageinto bytes following RESP (REdis Serialization Protocol).RedisMessage is base interface for codec-redis.A strategy interface for cachingRedisMessages.Type of RESP (REdis Serialization Protocol).Simple Strings of RESP.