Skip to content

Add support for TIMEOUT in FT.Aggregate and FT.Search #2486

Closed
@fast-facts

Description

@fast-facts

Motivation

Provides support for the TIMEOUT argument in FT.Aggregate and FT.Search

Basic Code Example

await client.ft.search('idx', 'query', { RETURN: [], TIMEOUT: 5000 })
await client.ft.aggregate('idx', 'query', { STEPS: [...], TIMEOUT: 5000 })

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions