All Versions
10
Latest Version
Avg Release Cycle
78 days
Latest Release
2631 days ago
Changelog History
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
- ๐ deprecate
-
v0.2.1 Changes
October 13, 2015- โ add env configuration by @kwojtaszek
- ๐ fix transactions
- ๐ fix scripting by @courtneycouch
-
v0.2.0 Changes
July 10, 2015- ๐ Use
import
instead ofuse
for importing library Exredis.query_pipe/2
return result without:ok
likeExredis.query/2
by @behe- โ Add
:eredis
dependency in the OTP applications configuration by @jeznet - Add
start_using_connection_string
toExredis.Sub
by @jeznet
- ๐ Use
-
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
andSub.start_link
now accept binary strings as arguments; @jasonwebster- โ added poolboy support to start the link; @stikmanw
- 0๏ธโฃ make
-
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