Skip to content

Releases: artemeff/redis

0.2.5

19 Jul 19:40
Compare
Choose a tag to compare
bump version to 0.2.5

0.2.4

31 Mar 16:09
Compare
Choose a tag to compare
update version in readme

0.2.3

28 Nov 07:06
Compare
Choose a tag to compare
  • ability to retrieve information from url in env; by @ignat-zakrevsky

0.2.2

28 Nov 07:02
Compare
Choose a tag to compare
  • deprecate start functions

0.2.1

13 Oct 04:19
Compare
Choose a tag to compare

0.2.0

10 Jul 23:46
Compare
Choose a tag to compare
  • 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

0.1.3

31 May 20:20
Compare
Choose a tag to compare

0.1.2

24 Apr 21:43
Compare
Choose a tag to compare
  • 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

0.1.1

05 Mar 09:26
Compare
Choose a tag to compare
  • 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

0.1.0

15 Aug 13:27
Compare
Choose a tag to compare
  • require elixir 0.13.0 and higher
  • add scripts support, @lastcanal
  • add ability to use connection string, @joakimk