Skip to content

Fix Redis Search 8.10 missing-index detection - #27

Merged
rowantrollope merged 1 commit into
redis:mainfrom
Lionel-Redis:codex/fix-redis-8-10-index-not-found
Sep 9, 2026
Merged

rowantrollope merged 1 commit into
redis:mainfrom
Lionel-Redis:codex/fix-redis-8-10-index-not-found

Conversation

@Lionel-Redis

Copy link
Copy Markdown
Contributor

Summary

  • recognize the SEARCH_INDEX_NOT_FOUND Index not found response returned by Redis Search 8.10
  • allow AFS to create missing exact-search, ranked-query, and vector indexes
  • add regression coverage for all three index paths

Why

Redis Open Source 8.10.1 with Redis Search 8.10.0 returns Index not found from FT.INFO when an index does not exist. AFS only recognized older responses such as unknown index, no such index, and index does not exist, so index initialization stopped instead of calling FT.CREATE.

Validation

  • go test ./...
  • reproduced against Redis Open Source 8.10.1 with Redis Search 8.10.0
  • verified the AFS query index reports backend: keyword bm25, redissearch: true, 10 indexed files, and zero errors

@rowantrollope
rowantrollope merged commit c23daa6 into redis:main Sep 9, 2026
5 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants