valkey-search) provides full-text indexing and vector similarity search capabilities, embedding search engine functionality into the key space. This module is suitable for scenarios that require high-performance search and querying, such as product search (keyword + attribute filtering), vector semantic search in AI applications, and full-text log analysis. This module is supported starting from Valkey 8.0 and is not part of the Redis core command set. Its core commands can be categorized into the following three types based on their functions:FT.CREATE, FT.DROPINDEX, FT.INFO, and FT._LIST are used to create, delete, view, and list full-text/vector search indexes. Both the Valkey 8.0 standard architecture and cluster architecture support these commands.FT.SEARCH and FT.AGGREGATE are used to perform search and aggregation operations on indexes. These commands are supported by both the Valkey 8.0 standard architecture and cluster architecture.Command | Valkey 9.0 Standard Architecture | Valkey 9.0 Cluster Architecture | Valkey 8.0 Standard Architecture | Valkey 8.0 Cluster Architecture |
ft.create | ✓ | ✓ | ✓ | ✓ |
ft.search | ✓ | ✓ | ✓ | ✓ |
ft.aggregate | ✓ | ✓ | ✓ | ✓ |
ft.info | ✓ | ✓ | ✓ | ✓ |
ft.dropindex | ✓ | ✓ | ✓ | ✓ |
ft._list | ✓ | ✓ | ✓ | ✓ |
Esta página foi útil?
Você também pode entrar em contato com a Equipe de vendas ou Enviar um tíquete em caso de ajuda.
comentários