[ https://issues.apache.org/jira/browse/GEODE-10032?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17492783#comment-17492783 ]
ASF subversion and git services commented on GEODE-10032: --------------------------------------------------------- Commit fc3f991c1988bfe45933103abd55b603331a2ec8 in geode's branch refs/heads/WIP-GEODE-9892 from Jens Deppe [ https://gitbox.apache.org/repos/asf?p=geode.git;h=fc3f991 ] GEODE-10032: Add Category to RedisCommandType (#7354) - This adds a single category (or type) to each command in order to identify the type of data structure it applies too. This is initially being done in order to allow Geode statistics to be finer grained in how the Radish-specific stats are grouped. - The category is derived from Redis' ACL Categories. In Redis these categories also include the command's flags (and possibly additional values). This implementation only specifies the category as it relates to the command's data type. For example, in Redis the `GET` command has categories `@read`, `@fast` and `@string`. In Geode, the category would only be `@string`. This may well change in the future if ACLs are implemented. > Redis Command Registry Needs to Include Data Structure > ------------------------------------------------------ > > Key: GEODE-10032 > URL: https://issues.apache.org/jira/browse/GEODE-10032 > Project: Geode > Issue Type: Improvement > Components: redis > Reporter: Wayne > Assignee: Jens Deppe > Priority: Major > Labels: pull-request-available > Fix For: 1.16.0 > > > Not all Redis commands are associated with a data structure. For the > commands that are, we need to know which data structure that command is > associated with. -- This message was sent by Atlassian Jira (v8.20.1#820001)