Skip to content

added REPLACE modifier for restore command #661

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

Merged
merged 3 commits into from
Jul 18, 2017
Merged

Conversation

npepinpe
Copy link
Contributor

Added support for REPLACE modifier to the RESTORE command. If :replace option is true, passes along the REPLACE modifier. If the modifier is missing, a Redis::CommandError is raised iff the key already exists. If the modifier is present, the key is overwritten.

@badboy
Copy link
Contributor

badboy commented Jul 17, 2017

bors r+

@badboy
Copy link
Contributor

badboy commented Jul 17, 2017

bors r-

@badboy
Copy link
Contributor

badboy commented Jul 17, 2017

bors r+

not-a-robot bot added a commit that referenced this pull request Jul 18, 2017
661: added REPLACE modifier for restore command r=badboy

Added support for REPLACE modifier to the RESTORE command. If :replace option is true, passes along the REPLACE modifier. If the modifier is missing, a Redis::CommandError is raised iff the key already exists. If the modifier is present, the key is overwritten.
@not-a-robot
Copy link

not-a-robot bot commented Jul 18, 2017

Build succeeded

@not-a-robot not-a-robot bot merged commit 72edad4 into redis:master Jul 18, 2017
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