Github user galen-pivotal commented on a diff in the pull request:

    https://github.com/apache/geode/pull/404#discussion_r104552749
  
    --- Diff: 
geode-core/src/main/java/org/apache/geode/redis/internal/executor/hash/HashExecutor.java
 ---
    @@ -75,14 +96,76 @@
       }
     
       /**
    +   * Return key from format region:key
    +   * 
    +   * @param key the raw key
    +   * @return the ByteArray for the key
    +   */
    +  public static ByteArrayWrapper toEntryKey(ByteArrayWrapper key) {
    --- End diff --
    
    Can this be private?


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

Reply via email to