Previously index was cleaned up only in the Redis Keyspace Notification. This meant there was a delay in removing the index. This does not cause a bug since we verify sessions exist and are not expired when we look up sessions by index. However, it could be improved. This commit ensures that the index is cleaned up immediately on session deletion. Fixes gh-367