-
Notifications
You must be signed in to change notification settings - Fork 2.4k
NX parameter missing for EXPIRE command #1862
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
Comments
Yes, it is a new option added by redis7.0, go-redis has not been updated yet. |
Can I push a PR with this new method or usually the maintainers are developing all the new features of an engine all at once? |
Yes, welcome |
If you perform unit tests locally, you can try this tool (grte), it is still in the testing phase |
Hi, any news @bmassemin ? |
Sorry, I was planning on adding the feature to the client, but for my project, we don't use Redis 7 (yet), so I had to change my design. |
when are u guys planning to release the new version @DaemonSnake @vmihailenco @monkey92t |
This issue is marked stale. It will be closed in 30 days if it is not updated. |
According to https://redis.io/commands/expire the
EXPIRE
command can have theNX
parameter.I can't find a command like
ExpireNX()
or a parameter forExpire()
Am I missing something ?
Thanks 🙏
The text was updated successfully, but these errors were encountered: