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

Remove context manager for containers #20

Merged
merged 1 commit into from
Nov 5, 2016
Merged

Conversation

brainix
Copy link
Owner

@brainix brainix commented Nov 5, 2016

The context manager only disconnected the Redis connection on exit. This was dangerous because we can pass in / reuse a Redis client when instantiating the container.

The context manager only disconnected the Redis connection on exit.
This was dangerous because we can pass in / reuse a Redis client when
instantiating the container.
@brainix brainix force-pushed the remove-context-manager branch from f2caa29 to e2a4ea7 Compare November 5, 2016 06:33
@brainix brainix merged commit 875b78d into master Nov 5, 2016
@brainix brainix deleted the remove-context-manager branch November 5, 2016 06:43
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.

1 participant