Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

undefined function erldis:connect/4 #10

Open
f3x opened this issue Mar 13, 2012 · 0 comments
Open

undefined function erldis:connect/4 #10

f3x opened this issue Mar 13, 2012 · 0 comments

Comments

@f3x
Copy link

f3x commented Mar 13, 2012

{ok, Client} = erldis:connect("localhost", 6379, "", 14).

exception error: undefined function erldis:connect/4

diff --git a/../erlang/erldis/src/erldis.erl b/./progressbar/deps/erldis/src/erldis.erl
index 2c577b0..4ca2770 100644
--- a/../erlang/erldis/src/erldis.erl
+++ b/./progressbar/deps/erldis/src/erldis.erl
@@ -16,6 +16,8 @@ connect(Host, Port) -> erldis_client:connect(Host, Port).

connect(Host, Port, Options) -> erldis_client:connect(Host, Port, Options).

+connect(Host, Port, Options, DB) -> erldis_client:connect(Host, Port, Options, DB).
+
quit(Client) -> erldis_client:stop(Client).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant