Releases: artemeff/redis
Releases · artemeff/redis
0.2.5
19 Jul 19:40
Compare
Sorry, something went wrong.
No results found
0.2.4
31 Mar 16:09
Compare
Sorry, something went wrong.
No results found
0.2.3
28 Nov 07:06
Compare
Sorry, something went wrong.
No results found
ability to retrieve information from url in env; by @ignat-zakrevsky
0.2.2
28 Nov 07:02
Compare
Sorry, something went wrong.
No results found
deprecate start functions
0.2.1
13 Oct 04:19
Compare
Sorry, something went wrong.
No results found
0.2.0
10 Jul 23:46
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
31 May 20:20
Compare
Sorry, something went wrong.
No results found
0.1.2
24 Apr 21:43
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
05 Mar 09:26
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
15 Aug 13:27
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