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

Support KEEPTTL option in SET command #913

Merged
merged 1 commit into from Jun 9, 2020
Merged

Support KEEPTTL option in SET command #913

merged 1 commit into from Jun 9, 2020

Conversation

ferrous26
Copy link
Contributor

@ferrous26 ferrous26 commented Jun 5, 2020

This option was added in Redis 6.0.0. See https://redis.io/commands/set for documentation.

@ferrous26 ferrous26 marked this pull request as ready for review June 5, 2020 06:35
@ferrous26
Copy link
Contributor Author

Hello, in the process of adding this small feature, I had to enable testing against redis 6.

I'm not sure what the process for dealing with breaking behaviour changes, such as this test. If this is scope creep, or not something that you accept in a PR, I will remove it.

@byroot
Copy link
Collaborator

byroot commented Jun 5, 2020

Hi @ferrous26, can you split this in two PRs ? First test against Redis 6.0, then after that another PR to add the new feature.

.travis.yml Outdated Show resolved Hide resolved
@ferrous26 ferrous26 mentioned this pull request Jun 5, 2020
This option was introduced in Redis 6.0.0
@byroot byroot merged commit ba82682 into redis:master Jun 9, 2020
@byroot
Copy link
Collaborator

byroot commented Jun 9, 2020

Thanks!

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

Successfully merging this pull request may close these issues.

None yet

2 participants