Skip to content

Latest commit

 

History

History
29 lines (16 loc) · 514 Bytes

Changelog.md

File metadata and controls

29 lines (16 loc) · 514 Bytes

History of settings-in-redis

Version 1.2.0 (2023-04-03)

  • Update to Ruby 3

Version 1.1.0 (2021-02-05)

  • Add support for ConnectionPool

Version 1.0.0 (2013-10-17)

  • Initial release using Redis

History of ledermann-rails-settings

Version 1.1.0 (2012-06-01)

  • Added caching (thanks to Matthew McEachen)

Version 1.0.1 (2011-11-05)

  • Gemspec: Fixed missing dependency

Version 1.0.0 (2011-11-05)

  • Conversion from Plugin to Gem
  • Destroying false values (thanks to @Pavling)
  • Testing with Travis