Skip to content

Releases: artemeff/redis

0.2.5

Choose a tag to compare

@artemeff artemeff released this 19 Jul 19:40
bump version to 0.2.5

0.2.4

Choose a tag to compare

@artemeff artemeff released this 31 Mar 16:09
update version in readme

0.2.3

Choose a tag to compare

@artemeff artemeff released this 28 Nov 07:06
  • ability to retrieve information from url in env; by @ignat-zakrevsky

0.2.2

Choose a tag to compare

@artemeff artemeff released this 28 Nov 07:02
  • deprecate start functions

0.2.1

Choose a tag to compare

@artemeff artemeff released this 13 Oct 04:19

0.2.0

Choose a tag to compare

@artemeff artemeff released this 10 Jul 23:46
  • 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

Choose a tag to compare

@artemeff artemeff released this 31 May 20:20

0.1.2

Choose a tag to compare

@artemeff artemeff released this 24 Apr 21:43
  • 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

Choose a tag to compare

@artemeff artemeff released this 05 Mar 09:26
  • 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

Choose a tag to compare

@artemeff artemeff released this 15 Aug 13:27
  • require elixir 0.13.0 and higher
  • add scripts support, @lastcanal
  • add ability to use connection string, @joakimk