Limit search index name size
FT.CREATE currently has no search-specific limit for index-name length, so names are bounded only by Valkey’s generic bulk-string limit.
Index names are stored in schemas and used across persistence, cluster communication, responses, and logs. Unreasonably large names can cause unnecessary memory, processing, and network overhead.
Limit search index name size
FT.CREATE currently has no search-specific limit for index-name length, so names are bounded only by Valkey’s generic bulk-string limit.
Index names are stored in schemas and used across persistence, cluster communication, responses, and logs. Unreasonably large names can cause unnecessary memory, processing, and network overhead.