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

Refactor modules #26

Closed mdumandag closed 1 year ago

mdumandag commented 1 year ago

There were lots of tiny modules, which is not idiomatic Python. I have replaced most of those, and simplified the module structure of the client a lot. Most of these are simple moves without a code change.

Apart from that, I have applied isort and black to whole code base. I plan to add them to CI in the short term as well, in another PR.

Below, I list other small changes I did as part of this PR: