[ https://issues.apache.org/jira/browse/GEODE-9044?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17306450#comment-17306450 ]
ASF subversion and git services commented on GEODE-9044: -------------------------------------------------------- Commit 3a9baeff35c362cb6ec5df949553764eefcdc6a2 in geode's branch refs/heads/develop from Jens Deppe [ https://gitbox.apache.org/repos/asf?p=geode.git;h=3a9baef ] GEODE-9044: Introduce RedisKey as key object for RedisData entries (#6146) - Refactor all redis key references to use RedisKey - RedisKey extends ByteArrayWrapper and adds a routingId integer value. This is used by the RedisPartitionResolver to map entries to buckets. > Introduce RedisKey as key object for RedisData entries > ------------------------------------------------------ > > Key: GEODE-9044 > URL: https://issues.apache.org/jira/browse/GEODE-9044 > Project: Geode > Issue Type: Improvement > Components: redis > Reporter: Jens Deppe > Assignee: Jens Deppe > Priority: Major > Labels: blocks-1.14.0, pull-request-available > > Currently we are using a {{ByteArrayWrapper}} as the key for all redis > entries. Now that we also have a {{PartitionResolver}} the {{routingId}} is > optionally computed when needed. Adding an explicit object to represent the > key makes for a cleaner abstraction and allows the routing id to be > calculated when the key is instantiated. -- This message was sent by Atlassian Jira (v8.3.4#803005)