Github user darionyaphet commented on a diff in the pull request:

    https://github.com/apache/storm/pull/1479#discussion_r66596642
  
    --- Diff: 
external/storm-redis/src/main/java/org/apache/storm/redis/common/mapper/RedisDataTypeDescription.java
 ---
    @@ -23,7 +23,7 @@
      * RedisDataTypeDescription defines data type and additional key if needed 
for lookup / store tuples.
      */
     public class RedisDataTypeDescription implements Serializable {
    -    public enum RedisDataType { STRING, HASH, LIST, SET, SORTED_SET, 
HYPER_LOG_LOG, GEO }
    +    public enum RedisDataType { STRING, HASH, LIST, SET, SORTED_SET, 
HYPER_LOG_LOG, GEO, EXISTS }
    --- End diff --
    
    Yes . Maybe we should rename `RedisDataType` to `Command` it's more 
suitable .


---
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 [email protected] or file a JIRA ticket
with INFRA.
---

Reply via email to