Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Redis as a document database quick start guide #284

Closed
djptek opened this issue Jun 5, 2024 · 2 comments
Closed

Redis as a document database quick start guide #284

djptek opened this issue Jun 5, 2024 · 2 comments

Comments

@djptek
Copy link

djptek commented Jun 5, 2024

The text

Wildcard query
You can retrieve all indexed documents using the [FT.SEARCH](https://redis.io/docs/latest/commands/ft.search//) command. Note the LIMIT clause below, which allows result pagination.

Should be amended to advise the end-user that retrieving all indexed documents is an extreme operation and therefore may be contraindicated for production environments.

Please also add to use the FT.CURSOR API instead

@dwdougherty
Copy link
Collaborator

dwdougherty commented Jun 5, 2024

Thank you, Dominic! The quick start guides are meant to introduce Redis and some of its top use cases to new users using very simple data. IMHO, production information isn't indicated here. That said, we know that we need more production-related information for search and we'll get to that as soon as we can. In that spirit, may I close this ticket?

@dwdougherty
Copy link
Collaborator

Thanks again, Dominic! I'm closing this ticket per my comment. There are tickets related to search performance in my backlog, so it will be addressed at some point.

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

No branches or pull requests

2 participants