Skip to content

ft().profile() says it’s accepting a string as the query in both the doc and signature, but the code raises a ValueError. #3515

Closed
@petyaslavova

Description

@petyaslavova

Code to reproduce the issue:

from redis import Redis
r = Redis()
r.ft().profile("get")

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions