I got ERR unknown command FT.CREATE
error when creating an index ?
#63
Labels
question
Further information is requested
FT.CREATE
error when creating an index ?
#63
I added macfja/redisearch ^2.2 to my laravel 9.48 app and got errors :
ERR unknown command `FT.CREATE`, with args beginning with: `articleIndices`, `SCHEMA`, `title`, `TEXT`, `SORTABLE`,
when creating index with code:
Making dumps of 2 vars above I see in log file :
Searching in next for salvation of this issue I found a hint that this could be raised as
redis doesn't have the RediSearch module loaded. How can I check it and fix it ?
also which parameters have I to use in line :
\Predis\Client(/* ... */)
Thank you!
The text was updated successfully, but these errors were encountered: