Jens Deppe created GEODE-8857: --------------------------------- Summary: Redis SMOVE command should not do type checking in the executor Key: GEODE-8857 URL: https://issues.apache.org/jira/browse/GEODE-8857 Project: Geode Issue Type: Improvement Components: redis Reporter: Jens Deppe
Since there is a type check in the executor, it results in stats (hits/misses) being updated which is not desirable. Since there are already set-type checks in place for when a set is retrieved this check should not be necessary. Add a test case for this to {{AbstractSMoveIntegrationTest}} and remove any relevant {{@Ignores}} in {{AbstractHistsMissesIntegrationTest}}. -- This message was sent by Atlassian Jira (v8.3.4#803005)