Uses of Package
com.aspectran.core.component.session.redis.lettuce
-
Packages that use com.aspectran.core.component.session.redis.lettuce Package Description com.aspectran.core.component.session.redis.lettuce Package containing a Redis session store implementation using Lettuce as a client.com.aspectran.core.component.session.redis.lettuce.cluster com.aspectran.core.component.session.redis.lettuce.masterreplica -
Classes in com.aspectran.core.component.session.redis.lettuce used by com.aspectran.core.component.session.redis.lettuce Class Description AbstractLettuceSessionStore A Redis-based session store using Lettuce as the client.ConnectionPool Created: 2019/12/23RedisConnectionPoolConfig Redis connection pool configuration based on Lettuce.SessionDataCodec SessionDataCodecencodes the session data sent to Redis, and decodes the session data in the command output. -
Classes in com.aspectran.core.component.session.redis.lettuce used by com.aspectran.core.component.session.redis.lettuce.cluster Class Description AbstractLettuceSessionStore A Redis-based session store using Lettuce as the client.ConnectionPool Created: 2019/12/23SessionDataCodec SessionDataCodecencodes the session data sent to Redis, and decodes the session data in the command output. -
Classes in com.aspectran.core.component.session.redis.lettuce used by com.aspectran.core.component.session.redis.lettuce.masterreplica Class Description AbstractLettuceSessionStore A Redis-based session store using Lettuce as the client.ConnectionPool Created: 2019/12/23DefaultLettuceSessionStore A Redis-based session store using Lettuce as the client.SessionDataCodec SessionDataCodecencodes the session data sent to Redis, and decodes the session data in the command output.