All Versions
10
Latest Version
Avg Release Cycle
78 days
Latest Release
2830 days ago

Changelog History

  • v0.2.5

    July 19, 2016
  • v0.2.4

    March 31, 2016
  • v0.2.3 Changes

    November 28, 2015
    • ability to retrieve information from url in env; by @ignat-zakrevsky
  • v0.2.2 Changes

    November 28, 2015
    • ๐Ÿ—„ deprecate start functions
  • v0.2.1 Changes

    October 13, 2015
  • v0.2.0 Changes

    July 10, 2015
    • ๐Ÿ‘‰ Use import instead of use for importing library
    • Exredis.query_pipe/2 return result without :ok like Exredis.query/2 by @behe
    • โž• Add :eredis dependency in the OTP applications configuration by @jeznet
    • Add start_using_connection_string to Exredis.Sub by @jeznet
  • v0.1.3 Changes

    May 31, 2015
    • โšก๏ธ update eredis to 1.0.8; @StevenJL
  • v0.1.2 Changes

    April 24, 2015
    • 0๏ธโƒฃ make defaultclient function public; @hey-jude
    • Sub.start and Sub.start_link now accept binary strings as arguments; @jasonwebster
    • โž• added poolboy support to start the link; @stikmanw
  • v0.1.1 Changes

    March 05, 2015
    • ๐Ÿ‘ required elixir 1.0.0 and better
    • ๐Ÿ‘‰ use eredis dependency from hex.pm
    • ๐Ÿ‘‰ use binary strings in connection arguments
    • ๐Ÿ‘ allow to use files for scripting
    • ๐Ÿ‘ allow trailing slash in connection string
  • v0.1.0 Changes

    August 15, 2014
    • require elixir 0.13.0 and higher
    • โž• add scripts support, @lastcanal
    • โž• add ability to use connection string, @joakimk