I am testing the solution of storing session in spring boot redis. The problem is that in each request all session beans are fetched and deserialized. Is it possible to fetch the beans in lazy way? Meaning if there is no method invoked on session scoped bean than such object is not fetched from redis.
↧