redis / redis-om-python

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

RediSearch version < 2.2 with migrate there is no error message #110

Open gam-phon opened 2 years ago

gam-phon commented 2 years ago

Hello,

I know that, RediSearch version >= 2.2 support RedisJson. When using redis-om with RediSearch version < 2.2 by mistake and running migrate. It did not give any error message, just there are no index. I spent some time to figure it out. if there is an error message it will be much easier to debug.

simonprickett commented 2 years ago

Thanks - I'll see if we can add an error here.