Jens Deppe created GEODE-9922: --------------------------------- Summary: Consistently check multi key arguments map to the same slot Key: GEODE-9922 URL: https://issues.apache.org/jira/browse/GEODE-9922 Project: Geode Issue Type: Improvement Components: redis Reporter: Jens Deppe
Multi-key commands should use a consistent approach to validate that all the given keys are in the same slot. This could be done in `RegionProvider.lockedExecute` since all commands eventually end up there. As an aside, checking slot equivalence is not the same as ensuring that keys are local to the server (which also still needs to happen). -- This message was sent by Atlassian Jira (v8.20.1#820001)