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.AggregatesRedisMessage
parts intoArrayRedisMessage
.AChannelHandler
that aggregates anBulkStringHeaderRedisMessage
and its followingBulkStringRedisContent
s into a singleFullBulkStringRedisMessage
with no followingBulkStringRedisContent
s.Utilities for codec-redis.Constant values for Redis encoder/decoder.Decodes the Redis protocol intoRedisMessage
objects following RESP (REdis Serialization Protocol).EncodesRedisMessage
into bytes following RESP (REdis Serialization Protocol).RedisMessage is base interface for codec-redis.A strategy interface for cachingRedisMessage
s.Type of RESP (REdis Serialization Protocol).Simple Strings of RESP.