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 COPY command #2472

Merged
merged 5 commits into from
Mar 22, 2021
Merged

Add support for COPY command #2472

merged 5 commits into from
Mar 22, 2021

Conversation

dengliming
Copy link
Collaborator

Resolves #2471

@sazzad16 sazzad16 added this to the 3.6.0 milestone Mar 22, 2021
Copy link
Collaborator

@sazzad16 sazzad16 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

IMO, we can skip CopyParams for now.

@dengliming
Copy link
Collaborator Author

But I think REPLACE still needed.

# Conflicts:
#	src/main/java/redis/clients/jedis/MultiKeyPipelineBase.java
#	src/main/java/redis/clients/jedis/Protocol.java
#	src/main/java/redis/clients/jedis/commands/MultiKeyBinaryCommands.java
#	src/main/java/redis/clients/jedis/commands/MultiKeyBinaryJedisClusterCommands.java
#	src/main/java/redis/clients/jedis/commands/MultiKeyCommands.java
#	src/main/java/redis/clients/jedis/commands/MultiKeyJedisClusterCommands.java
@sazzad16 sazzad16 merged commit dd98ec2 into redis:master Mar 22, 2021
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.

COPY command that copies keys
2 participants