redis / redis-om-python

Object mapping, and more, for Redis and Python
MIT License
1.07k stars 108 forks source link

Migrator is poorly implemented #514

Closed ManiMozaffar closed 2 months ago

ManiMozaffar commented 1 year ago

Hey, Migrator is poorly implemented, and here's why:

  1. there must be kind of logging, so that we can track if migration happens, without modfiying your source code
  2. You must have used registry track design pattern, when I run migrator in another file within the module, to make it SOLID, it doesn't work. that's kinda weird.