Document SpringSessionRedisConnectionFactory
While looking at this Spring Boot issue, I learned of the existence of @SpringSessionRedisConnectionFactory by noticing its usage in RedisHttpSessionConfiguration. It would be good if the annotation was mentioned in the reference documentation.
Hello @wilkinsona and @marcusdacoregio, can I take on this task to give it a try?
Yes @AndreynRosa, the ticket is yours. I think that a new section could be added into https://docs.spring.io/spring-session/reference/configuration/redis.html approaching the use case where a custom @ SpringSessionRedisConnectionFactory is needed.
Hi @AndreynRosa, have you been able to work on this issue?