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

Add support for expire-related command options nx, xx, lt and gt #290

Merged
merged 2 commits into from
Dec 13, 2023

Conversation

viralpraxis
Copy link
Contributor

Resolves #286

I also addes some specs to run against redis 7. Some of the existing specs fail, so I marked new specs with redis: 7.0 tag.

Running bundle exec rspec --tag redis:7.0 should run only redis-7-related specs, and running with redis:6.2 or without tag at all should run all the specs except of redis-7-related. Not sure if this is an appropriate/optimal solution

@viralpraxis viralpraxis marked this pull request as ready for review November 19, 2023 21:22
@sds sds merged commit fe097a6 into sds:main Dec 13, 2023
11 checks passed
@sds
Copy link
Owner

sds commented Dec 13, 2023

This is great, thank you! Sorry for the delay in merging.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add support for EXPIRE command options
2 participants