Github user ggreen commented on the issue:

    https://github.com/apache/geode/pull/404
  
    **RE: "huser:1000**
    
    The intent is to detect the use of objects in the Redis HASH commands. The 
character ":" will appear in the key if an object is used (note: this is unique 
for HASH commands). The format of the key will be object:key. 
    
    So if a HASH command was used with the key "huser:1000", this should have 
resulted in an "huser" region being created  @with a key of "1000". If this did 
not happen, this is a bug.
    
    The /ReDiS_HASH region should be used in cases where ":" does not exist in 
the key (because this is not necessarily an object).
    
    I can fix this along with the indicated issues (2-4)



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