At present, RedisHttpSessionConfiguration doesn't take into account database index when handlng events. In situations where multiple apps use Spring Session with same Redis instance, but different database, this results in invalid session events. This commits improves event handling in RedisHttpSessionConfiguration to ensure currently used database is considered. Closes gh-1128