Skip to content

Releases: sgtpepper43/cache_money

Release list

v0.5.0

Choose a tag to compare

@sgtpepper43 sgtpepper43 released this 27 Feb 23:40
v0.5.0
062b0ef

⚠️ Breaking Changes ⚠️

Expiry has been changed to milliseconds so that it can be more easily used with the :timer module. Some adapters (such as Redis) can't handle an expiry under 1 second, so any expiry given under 1 second will be set to 1 second.