Created
December 13, 2017 11:05
-
-
Save odedia/9e4c96c0cdedd099a1c4d70b1cf63a16 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 RedisOperationsSessionRepositoryConfigNoListener { | |
| @Bean | |
| public RedisMessageListenerContainer redisMessageListenerContainer( | |
| RedisConnectionFactory connectionFactory, | |
| RedisOperationsSessionRepository messageListener) { | |
| return new RedisMessageListenerContainer(); | |
| } | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment