Releases: artemeff/redis
Releases · artemeff/redis
0.2.5
Compare
Sorry, something went wrong.
No results found
bump version to 0.2.5
0.2.4
Compare
Sorry, something went wrong.
No results found
update version in readme
0.2.3
Compare
Sorry, something went wrong.
No results found
ability to retrieve information from url in env; by @ignat-zakrevsky
0.2.2
Compare
Sorry, something went wrong.
No results found
deprecate start functions
0.2.1
Compare
Sorry, something went wrong.
No results found
0.2.0
Compare
Sorry, something went wrong.
No results found
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
Compare
Sorry, something went wrong.
No results found
0.1.2
Compare
Sorry, something went wrong.
No results found
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
Compare
Sorry, something went wrong.
No results found
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
Compare
Sorry, something went wrong.
No results found
require elixir 0.13.0 and higher
add scripts support, @lastcanal
add ability to use connection string, @joakimk