Hi there,
The use of the Session Mapper here in the documentation: https://docs.spring.io/spring-session/reference/configuration/redis.html#configuring-redis-session-mapper
But one can't actually use it as it is a private package here: import org.springframework.session.data.redis.RedisSessionMapper
I think this is a bug?
Describe the bug A clear and concise description of what the bug is.
To Reproduce Steps to reproduce the behavior.
Expected behavior A clear and concise description of what you expected to happen.
Sample
A link to a GitHub repository with a minimal, reproducible sample.
Reports that include a sample will take priority over reports that do not. At times, we may require a sample, so it is good to try and include a sample up front.
Comment From: dreamstar-enterprises
Ah, I upgrade the package to org.springframework.session:spring-session-data-redis:3.3.1 I can now access it. Sorry, closing issue