Skip to content

Commit 826fd24

Browse files
committed
moving to eredis
1 parent 0acbd44 commit 826fd24

File tree

3 files changed

+251
-248
lines changed

3 files changed

+251
-248
lines changed

mix.exs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,6 @@ defmodule Remixdb.Mixfile do
3333
#
3434
# Type `mix help deps` for more examples and options
3535
defp deps do
36-
[{:exredis, ">= 0.2.4"}]
36+
[{:eredis, ">= 1.7.1"}]
3737
end
3838
end

mix.lock

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
11
%{
22
"eredis": {:hex, :eredis, "1.7.1", "39e31aa02adcd651c657f39aafd4d31a9b2f63c6c700dc9cece98d4bc3c897ab", [:mix, :rebar3], [], "hexpm", "7c2b54c566fed55feef3341ca79b0100a6348fd3f162184b7ed5118d258c3cc1"},
3-
"exredis": {:hex, :exredis, "0.3.0", "2530d9d8d5a98c5bc80bf7a14e15440a88abd6457618682f10851e39ebdd518b", [:mix], [{:eredis, ">= 1.0.8", [hex: :eredis, repo: "hexpm", optional: false]}], "hexpm", "4740d8f95e0e94ab1adac95331630e8c36e77def64c0bc953dc0779c8e82fe63"},
43
}

0 commit comments

Comments
 (0)