[
https://issues.apache.org/jira/browse/STORM-1880?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15324284#comment-15324284
]
ASF GitHub Bot commented on STORM-1880:
---------------------------------------
Github user abhishekagarwal87 commented on a diff in the pull request:
https://github.com/apache/storm/pull/1479#discussion_r66595996
--- 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 --
I am not fully aware of Redis terminology but EXISTS doesn't look like a
data type. How do these data types relate to the redis operation. e.g.
SORTED_SET and zscore?
> Support EXISTS Command Storm-Redis
> -----------------------------------
>
> Key: STORM-1880
> URL: https://issues.apache.org/jira/browse/STORM-1880
> Project: Apache Storm
> Issue Type: New Feature
> Components: storm-redis
> Affects Versions: 1.0.0, 1.0.1, 1.0.2
> Reporter: darion yaphet
>
> add exists command in storm-redis LookupBolt
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)