Skip to content

Releases: rubyatscale/bigrails-redis

v0.7.2

16 Jan 22:16
b222b45
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.7.1...v0.7.2

v0.7.1

18 May 16:26
ab13a92
Compare
Choose a tag to compare

What's Changed

  • Depend on railties & activesupport, rather than all of rails by @pda in #2
  • Set up CI and CD, using packs-rails as a model by @alexevanczuk in #3

New Contributors

Full Changelog: v0.7.0...v0.7.1

v0.7.0

24 Mar 04:39
Compare
Choose a tag to compare
  • Rails.application.redis.config_for(:foo) now returns a deep_dup'd connection option hash.

v0.6.0

23 Mar 00:58
Compare
Choose a tag to compare
  • No longer rely on Rails' redis builder because it has cache-centric defaults.
  • Expose builder API.

v0.5.0

22 Mar 19:19
Compare
Choose a tag to compare
  • Use #close when calling Rails.application.redis.disconnect. This is so new connections won't be made just to be closed.

v0.4.0

20 Mar 05:24
Compare
Choose a tag to compare
  • Improve connection #verify. Only non-connected connections will be verified.
  • Add a #disconnect method to disconnect from all connections.

v0.3.0

19 Mar 06:17
Compare
Choose a tag to compare
  • Improved connection verification. It will close the connection after verification if it wasn't open to begin with.

v0.2.0

18 Mar 16:08
Compare
Choose a tag to compare

Initial release 🎉 -- Read the README!