You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@geode.apache.org by "Dave Barnes (Jira)" <ji...@apache.org> on 2020/09/10 15:53:07 UTC

[jira] [Closed] (GEODE-8028) refactor RedisCommandType

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

Dave Barnes closed GEODE-8028.
------------------------------

> refactor RedisCommandType
> -------------------------
>
>                 Key: GEODE-8028
>                 URL: https://issues.apache.org/jira/browse/GEODE-8028
>             Project: Geode
>          Issue Type: Improvement
>          Components: redis
>            Reporter: Darrel Schneider
>            Priority: Major
>             Fix For: 1.13.0
>
>
> The RedisCommandType enum is more complicated than it needs to be.
> It has a getDataType method that is never used.
> It lazily initializes the executor which means each enum instance needs its own subclass.
> The enum code itself is very verbose.
>  



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