Skip to content

Latest commit

 

History

History
12 lines (8 loc) · 314 Bytes

CHANGELOG.md

File metadata and controls

12 lines (8 loc) · 314 Bytes

1.0.0 - 2013-12-27

  • Changed API to make a Redic::Pool object interchangeable with Redic. This makes Redic::Pool compatible with Ohm out of the box, so you can do:

      Ohm.redis = Redic::Pool.new(ENV["REDIS_URL"], size: 10)
    

0.1.0 - 2013-12-18

  • First release.