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

Create a section about expiration time on keys #1752

Merged
merged 1 commit into from Apr 30, 2023

Conversation

ArthurPedroti
Copy link
Contributor

I know it's a section about a specific command in Redis, and I don't know if this library wants to document all Redis commands.

But, as a user of this library, in my research about how I can expire my keys using ioredis, I tried to search on the docs words like "expires", "expiration", and I can't find anything, so I googled and searched on issues to finally find my answer on this issue #159

I think creating this section will be useful for those who want to use timeout in Redis, one of the most used Redis features for people who use Redis for caching, and I think adding a simple section about it will help those users (like me), which searches on "expiration" words and finds nothing in the docs.

I know you can find it just by searching about "EX", but some users don't mind this, or don't know this specific command in Redis, and take the way to find the answer on the issue again.

add a section about expiration on redis
@luin luin merged commit 7096a10 into redis:main Apr 30, 2023
7 checks passed
@luin
Copy link
Collaborator

luin commented Apr 30, 2023

Yeah that makes sense. It was surprisingly such a common question. Thanks for the contribution!

Copy link

🎉 This PR is included in version 5.4.0 🎉

The release is available on:

Your semantic-release bot 📦🚀

@ArthurPedroti ArthurPedroti deleted the patch-1 branch April 17, 2024 15:21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants