Class SessionDataCodec

java.lang.Object
com.aspectran.core.component.session.redis.lettuce.SessionDataCodec
All Implemented Interfaces:
io.lettuce.core.codec.RedisCodec<String,SessionData>

public class SessionDataCodec extends Object implements io.lettuce.core.codec.RedisCodec<String,SessionData>
SessionDataCodec encodes the session data sent to Redis, and decodes the session data in the command output.

Created: 2019/12/08