[
https://issues.apache.org/jira/browse/GEODE-8409?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Darrel Schneider resolved GEODE-8409.
-------------------------------------
Resolution: Fixed
> SUNIONSTORE, SINTERSTORE, and SDIFFSTORE should delete the target key even if
> target exists and is not a set
> ------------------------------------------------------------------------------------------------------------
>
> Key: GEODE-8409
> URL: https://issues.apache.org/jira/browse/GEODE-8409
> Project: Geode
> Issue Type: Bug
> Components: redis
> Reporter: Darrel Schneider
> Assignee: Darrel Schneider
> Priority: Major
> Labels: pull-request-available
> Fix For: 1.14.0
>
>
> This sequence:
>
> {{SET setres xxx
> SUNIONSTORE setres foo111 bar222}}
> ({{foo111}} and {{bar222}} do not exist)
> {{setres}} should be deleted and we should get a response of
> {{(integer) 0}}
> Instead we get
> {{(error) WRONGTYPE Operation against a key holding the wrong kind of value}}
--
This message was sent by Atlassian Jira
(v8.3.4#803005)