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

Can't specify redis password #8

Open
kbyanc opened this issue Aug 30, 2016 · 0 comments
Open

Can't specify redis password #8

kbyanc opened this issue Aug 30, 2016 · 0 comments

Comments

@kbyanc
Copy link

kbyanc commented Aug 30, 2016

Classifier.init accepts a host, port, and db parameter, but doesn't support specifying a connection password.

If would be nice if Classifier.init could take an arbitrary redis connection instance so that callers can instantiate their own connection however they like and then pass that connection to bayesredis to use. Alternately, just accepting a URL that bayesredis passes through to redis's from_url() factory would achieve the same goal.

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