I have an index created on Redis using FT.CREATE command. Now I want to add few more fields to the index. But I am getting the error below.
Cannot add more fields. Declare index with wide fields to allow adding unlimited fields
I have used the FT.ALTER <index name> add <field name> TEXT
command.
Any help in understanding why I am not allowed to create attributes even though there is a limit of 1024 attribute limit on a schema is appreciated.