[
https://issues.apache.org/jira/browse/GEODE-8059?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17099443#comment-17099443
]
ASF subversion and git services commented on GEODE-8059:
--------------------------------------------------------
Commit 95f0a93886ccc0f547cab141d7597ba5ecb69674 in geode's branch
refs/heads/develop from Darrel Schneider
[ https://gitbox.apache.org/repos/asf?p=geode.git;h=95f0a93 ]
GEODE-8059: replace multiple redis set functions with one CommandFunction
(#5035)
> Use a single function to route redis commands to primary
> --------------------------------------------------------
>
> Key: GEODE-8059
> URL: https://issues.apache.org/jira/browse/GEODE-8059
> Project: Geode
> Issue Type: Improvement
> Components: redis
> Reporter: Darrel Schneider
> Assignee: Darrel Schneider
> Priority: Major
>
> The redis implementation now uses a function to route the execution of a
> redis command to the server that has the primary for a particular key.
> Currently a function exists for each command (sadd, srem, smembers, del).
> Each time we want to do this for another redis command it is a bunch of work
> if we add another function.
> Instead we could have a single function that takes an enum describing what
> command it is being asked to execute.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)