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

implemented REPLACE modifier of restore command #698

Merged

Conversation

mumumu
Copy link
Contributor

@mumumu mumumu commented Dec 27, 2015

http://redis.io/commands/restore

implemented REPLACE modifier for RESTORE command on Redis 3.0 or greater. Now we can safely replace value even if key already exists.

Note: This PR works on Redis 3.0 environment. ( #697 )

@mumumu mumumu changed the title added replace option to restore command implemented REPLACE modifier of restore command Dec 27, 2015
@andymccurdy
Copy link
Contributor

thanks! merged.

@andymccurdy andymccurdy merged commit eae07e7 into redis:master Jun 15, 2016
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.

2 participants