Skip to content

Conversation

@sundb
Copy link
Collaborator

@sundb sundb commented Jan 8, 2024

In #10122, we set the destination key's flag of SINTERSTORE to RW,
however, this command doesn't actually read or modify the destination key, just overwrites it.
Therefore, we change it to OW similarly to all other *STORE commands.

@oranagra oranagra merged commit 4730563 into redis:unstable Jan 8, 2024
roggervalf pushed a commit to roggervalf/redis that referenced this pull request Feb 11, 2024
…command (redis#12917)

In redis#10122, we set the destination key's flag of SINTERSTORE to `RW`, 
however, this command doesn't actually read or modify the destination
key, just overwrites it.
Therefore, we change it to `OW` similarly to all other *STORE commands.
@sundb sundb deleted the sinterstore_key_specs branch March 5, 2024 03:10
funny-dog pushed a commit to funny-dog/redis that referenced this pull request Sep 17, 2025
…command (redis#12917)

In redis#10122, we set the destination key's flag of SINTERSTORE to `RW`, 
however, this command doesn't actually read or modify the destination
key, just overwrites it.
Therefore, we change it to `OW` similarly to all other *STORE commands.
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.

3 participants