Releases: artemeff/redis
Releases · artemeff/redis
0.2.3
- ability to retrieve information from url in env; by @ignat-zakrevsky
0.2.2
- deprecate
start
functions
0.2.0
- 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.2
- 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
- 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
- require elixir 0.13.0 and higher
- add scripts support, @lastcanal
- add ability to use connection string, @joakimk