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:
Geoffrey Tucker
2015-06-23 16:43:57 -07:00
committed by Rob Winch
parent 8eca5ea4c6
commit c3c6215a24

View File

@@ -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;