AmadeusITGroup / HttpSessionReplacer

Store JEE Servlet HttpSessions in Redis
MIT License
49 stars 33 forks source link

Use ZRANGE as default expiration mechanism #51

Closed nbogojevic closed 6 years ago

nbogojevic commented 6 years ago

NOTIF expiration strategy is not working with Redis Cluster mode. This pull request replaces it with ZRANGE as default one.