Expiration time is rounded up, so in case of many request per second from a single session we can skip sending of delete event to reduce the traffic. This is good because actually at the moment the redis repository is subscribed for this events, even though it ignores them. Fix gh-315