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

add RedisConnectionManager #2

Conversation

bgunnar5
Copy link
Collaborator

Usage for this will be:

with get_vine_redis_connection() as redis_conn:
    redis_conn.hset(...)
    redis_conn.hget(...)

@bgunnar5
Copy link
Collaborator Author

This will be used in this PR as well. You can see example usage throughout my PR into Ryan's branch.

@BarrySlyDelgado BarrySlyDelgado merged commit 9d18eab into BarrySlyDelgado:develop Aug 21, 2024
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