Skip to content

Add support for COPY via RedisOperations and ReactiveRedisOperations #2040

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

Closed
mp911de opened this issue Apr 19, 2021 · 2 comments
Closed

Add support for COPY via RedisOperations and ReactiveRedisOperations #2040

mp911de opened this issue Apr 19, 2021 · 2 comments

Comments

@mp911de
Copy link
Member

mp911de commented Apr 19, 2021

COPY is a variant of MOVE that retains the key in the source database/key.

See also https://redis.io/commands/copy

ihaohong added a commit to ihaohong/spring-data-redis that referenced this issue May 4, 2021
ihaohong added a commit to ihaohong/spring-data-redis that referenced this issue May 4, 2021
@ihaohong
Copy link
Contributor

ihaohong commented May 4, 2021

hi, I am haohong, I write some code to support COPY command. This is my first-time to contribute to open source project.
I am a fish, aha. if I ignored some checklist, could you please help me to point out, And I will continue to fix it.

Thank you~

@mp911de mp911de linked a pull request Jun 15, 2021 that will close this issue
4 tasks
@mp911de mp911de added this to the 2.6 M1 (2021.1.0) milestone Jun 15, 2021
@mp911de
Copy link
Member Author

mp911de commented Jun 15, 2021

Thank you for your contribution. That's merged and polished now.

mp911de added a commit that referenced this issue Jun 15, 2021
Extend copy(…) command with replace argument. Add support for reactive copy(…). Fix connection unit tests. Reorder methods.

Add since tags.

See #2040
Original pull request: #2059.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants