Created
December 5, 2017 16:00
-
-
Save odedia/89754e61694fc29f2f1b804d5b112f39 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| @EnableRedisHttpSession | |
| public class RedisOperationsSessionRepositoryConfigNoOp { | |
| /** | |
| * Avoid changing Redis configuration for publishing specific events (gxE) | |
| * (see EnableRedisKeyspaceNotificationsInitializer - overrides ConfigureNotifyKeyspaceEventsAction which setting default event configuration ) | |
| * @return | |
| */ | |
| @Bean | |
| public static ConfigureRedisAction configureRedisAction() { | |
| return ConfigureRedisAction.NO_OP; | |
| } | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment