upstash / redis-py

HTTP based Python Redis Client for Serverless and Edge Functions
https://docs.upstash.com/redis
MIT License
29 stars 3 forks source link

DX-1019: Read Your Writes #50

Closed fahreddinozcan closed 1 month ago

linear[bot] commented 2 months ago

DX-1019 Redis SDKs Read-Your-Writes Support

mdumandag commented 1 month ago

I have fixed the problems in the tests, added asyncio support. Only the pipeline tests are not passing because the fix for them are not deployed to instance we are running the test on. If you want, I can disable these tests and merge this PR as it is

fahreddinozcan commented 1 month ago

Cloud team stated that all replicas are updated to the most recent version. I guess this shouldn't be happening?

mdumandag commented 1 month ago

Oh, I assumed that since pipeline tests were failing 1.10.11 might not be deployed yet, but it was. I think we also need to change some logic in pipeline implementation to make it work. Let me send a fix for it