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

Do not share state, by default, for sync or async clients #303

Merged
merged 3 commits into from Mar 12, 2024

Conversation

howamith
Copy link
Contributor

Fix #299. Revert the sync client back to not sharing state by default, and make the async client work in the same way.

Also a quick minor fix of the link in the changelog which was taking users to a PR 299, rather than the PR that fixed issue 299.

Note that some of the real Redis tests were failing for me locally but for seemingly unrelated parts of the code so I wasn't sure if that was just something to do with the Redis server on my local machine. Figured I'd see if they fail in CI before spending any time trying to debug them - if they still fail here I'm happy to address them!

@cunla cunla merged commit 68b8cb4 into cunla:master Mar 12, 2024
63 of 64 checks passed
@howamith howamith deleted the fix/#299 branch March 12, 2024 13:58
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.

Persistence between across pytest cases difference between 2.21.1 and 2.21.2
2 participants