Darrel Schneider created GEODE-8028:
---------------------------------------
Summary: refactor RedisCommandType
Key: GEODE-8028
URL: https://issues.apache.org/jira/browse/GEODE-8028
Project: Geode
Issue Type: Improvement
Components: redis
Reporter: Darrel Schneider
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)