Dalli v1.1.0 Release Notes

    • โœ‚ Remove support for Rails 2.3, add support for Rails 3.1
    • ๐Ÿ›  Fix socket failure retry logic, now you can restart memcached and Dalli won't complain!
    • โž• Add support for fibered operation via em-synchrony (eliaslevy)
    • Gracefully handle write timeouts, GH-99
    • โš  Only issue bug warning for unexpected StandardErrors, GH-102
    • โž• Add travis-ci build support (ryanlecompte)
    • Gracefully handle errors in get_multi (michaelfairley)
    • ๐Ÿ›  Misc fixes from crash2burn, fphilipe, igreg, raggi