Play Redis Versions Save

Play framework 2 cache plugin as an adapter to redis-server

5.0.0

3 weeks ago

Major changes

Underlying connector switched from Rediscala to Lettuce

What's Changed

Full Changelog: https://github.com/KarelCemus/play-redis/compare/4.1.0...5.0.0

4.1.0

1 month ago

What's Changed

New Contributors

Full Changelog: https://github.com/KarelCemus/play-redis/compare/4.0.0...4.1.0

4.0.0

3 months ago

What's Changed

Full Changelog: https://github.com/KarelCemus/play-redis/compare/2.7.0...4.0.0

3.0.0

3 months ago

What's Changed

Full Changelog: https://github.com/KarelCemus/play-redis/compare/2.7.0...3.0.0

3.0.0-M4

3 months ago

What's Changed

Full Changelog: https://github.com/KarelCemus/play-redis/compare/3.0.0-M3...3.0.0-M4

4.0.0-M2

3 months ago

What's Changed

Full Changelog: https://github.com/KarelCemus/play-redis/compare/4.0.0-M1...4.0.0-M2

4.0.0-M1

3 months ago

What's Changed

Full Changelog: https://github.com/KarelCemus/play-redis/compare/3.0.0-M3...4.0.0-M1

3.0.0-M3

3 months ago

What's Changed

Full Changelog: https://github.com/KarelCemus/play-redis/compare/3.0.0-M1...3.0.0-M3

3.0.0-M1

5 months ago

Highlights

Updated to Play 2.9.0 and dropped Scala 2.12 since it was discontinued from the Play framework. Minimal supported Java version is now 11. #265

What's Changed

Full Changelog: https://github.com/KarelCemus/play-redis/compare/2.7.0...3.0.0-M1

2.7.0

2 years ago

SET command supports milliseconds, previous versions used seconds #247

Added support for sorted sets ZSET #259