Donal Evans created GEODE-9258:
----------------------------------
Summary: 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
{{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)