Skip to content

Releases: Everlane/async_cache

v1.1.0

21 Jan 22:19
Compare
Choose a tag to compare
  • Adds a async_cache:clear Rake task to clear out the workers' queues (suggest calling this during your deploy process).
  • Adds Railtie to auto-load the Rake task.

v1.0.1

08 Jan 00:39
Compare
Choose a tag to compare
  • Allows you to pass Hash'es as arguments to blocks (ie. in the :arguments => ... option).
  • Adds additional testing (including integration tests!).

Initial relase!

16 Dec 02:25
Compare
Choose a tag to compare

This the first ready-for-public-consumption release of async_cache.