You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@geode.apache.org by "Donal Evans (Jira)" <ji...@apache.org> on 2021/05/11 17:27:00 UTC

[jira] [Assigned] (GEODE-9258) Move method implementations out of NullRedis* classes into *CommandFunctionExecutors

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

Donal Evans reassigned GEODE-9258:
----------------------------------

    Assignee: Donal Evans

> Move method implementations out of NullRedis* classes into *CommandFunctionExecutors
> ------------------------------------------------------------------------------------
>
>                 Key: GEODE-9258
>                 URL: https://issues.apache.org/jira/browse/GEODE-9258
>             Project: Geode
>          Issue Type: Task
>          Components: redis
>    Affects Versions: 1.15.0
>            Reporter: Donal Evans
>            Assignee: Donal Evans
>            Priority: Major
>              Labels: redis
>
> {{NullRedisString}} has methods implementing {{bitOp}} and {{set}} which do not require an instance of a {{RedisString}} in order to be invoked. These methods should be moved to {{RedisStringCommandsFunctionExecutor}}. Similarly, {{NullRedisSet}} has the {{sunionstore}}, {{sinterstore}} and {{sdiffstore}} methods, which should be moved to {{RedisSetCommandsFunctionExecutor}}. Once moved, unit tests should be added to verify the methods.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)