Remove EnableRedisKeyspaceNotificationsInitializer.CONFIG_NOTIFY_KEYSPACE_EVENTS
There's a duplicate of this field in org.springframework.session.data.redis.config.ConfigureNotifyKeyspaceEventsAction which is what is actually used. Fixes gh-225
This commit is contained in:
committed by
Rob Winch
parent
8eca5ea4c6
commit
c3c6215a24
@@ -153,8 +153,6 @@ public class RedisHttpSessionConfiguration implements ImportAware, BeanClassLoad
|
||||
* cleaned up properly. For example, the mapping of the Session to WebSocket connections may not get cleaned up.
|
||||
*/
|
||||
static class EnableRedisKeyspaceNotificationsInitializer implements InitializingBean {
|
||||
static final String CONFIG_NOTIFY_KEYSPACE_EVENTS = "notify-keyspace-events";
|
||||
|
||||
private final RedisConnectionFactory connectionFactory;
|
||||
|
||||
private ConfigureRedisAction configure;
|
||||
|
||||
Reference in New Issue
Block a user