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

Support specifying database #26

Merged
merged 1 commit into from
Sep 6, 2018
Merged

Support specifying database #26

merged 1 commit into from
Sep 6, 2018

Conversation

geofflane
Copy link
Contributor

@geofflane geofflane commented Sep 4, 2018

Redix/Redis support specifying a number for a database to connect to which allows you to partition
your keys into different databases. This allows you to, for example, flush the keys for a sub-section
of your keys without effecting other keys. This change passes through the database provided in the config
if one is given and defaults to nil, which means Redix will use the default Redis database 0

Redix/Redix support specifying a number for a database to connect to which allows you to partition
your keys into different databases. This allows you to, for example, flush the keys for a sub-section
of your keys without effecting other keys. This change passes through the database provided in the config
if one is given and defaults to nil, which means Redix will use the default Redis database 0
@lyokato lyokato merged commit 8c2220e into lyokato:develop Sep 6, 2018
@lyokato
Copy link
Owner

lyokato commented Sep 6, 2018

I've uploaded to hex.pm as ver 1.0.4

Thanks!

@geofflane
Copy link
Contributor Author

👍 Thanks

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

Successfully merging this pull request may close these issues.

2 participants