Closed awephy closed 8 years ago
GET /api/session will not work if you haven't provided JedisConnectionFactory Bean according to the EnableRedisHttpSession docs.
Hi @marsgipple. The JedisConnectionFactory is auto-configured in the RedisAutoConfiguration class so there is no need to redeclare it in our own configuration. But you can totally do it if you want.
GET /api/session will not work if you haven't provided JedisConnectionFactory Bean according to the EnableRedisHttpSession docs.