Skip to content

Use simple Redis repository by default#2045

Merged
eleftherias merged 1 commit intospring-projects:3.0.xfrom
eleftherias:simplified-redis-option-2
Apr 14, 2022
Merged

Use simple Redis repository by default#2045
eleftherias merged 1 commit intospring-projects:3.0.xfrom
eleftherias:simplified-redis-option-2

Conversation

@eleftherias
Copy link
Copy Markdown
Contributor

This PR changes @EnableRedisHttpSession to use a RedisSessionRepository by default, instead of a RedisIndexedSessionRepository.

Users may opt in to using a RedisIndexedSessionRepository by specifying @EnableRedisHttpSession(enableIndexingAndEvents = true).

Once we decide on the final implementations, the reference docs and samples need to be updated.

@eleftherias eleftherias added status: duplicate A duplicate of another issue in: redis labels Mar 25, 2022
@eleftherias eleftherias added this to the 3.0.0-M2 milestone Mar 25, 2022
@eleftherias eleftherias self-assigned this Mar 25, 2022
@eleftherias eleftherias force-pushed the simplified-redis-option-2 branch from 68bdc8c to e302089 Compare March 25, 2022 14:46
@eleftherias eleftherias force-pushed the simplified-redis-option-2 branch from e302089 to 154de1d Compare April 14, 2022 11:05
@eleftherias eleftherias merged commit 8582b97 into spring-projects:3.0.x Apr 14, 2022
@eleftherias eleftherias deleted the simplified-redis-option-2 branch April 14, 2022 11:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

in: redis status: duplicate A duplicate of another issue

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant