You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@geode.apache.org by "Darrel Schneider (Jira)" <ji...@apache.org> on 2020/08/05 22:14:00 UTC

[jira] [Assigned] (GEODE-8409) SUNIONSTORE, SINTERSTORE, and SDIFFSTORE should delete the target key even if target exists and is not a set

     [ https://issues.apache.org/jira/browse/GEODE-8409?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Darrel Schneider reassigned GEODE-8409:
---------------------------------------

    Assignee: Darrel Schneider

> 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
>
> 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)