from redis.commands.search.field import TagField, TextField, VectorField
ModuleNotFoundError: No module named ‘redis.commands’
i have the above – and am using redis 3.5.3
how can i recitfy this?
from redis.commands.search.field import TagField, TextField, VectorField
ModuleNotFoundError: No module named ‘redis.commands’
i have the above – and am using redis 3.5.3
how can i recitfy this?