Darrel Schneider created GEODE-8059:
---------------------------------------

             Summary: 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


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)

Reply via email to