Github user darionyaphet commented on a diff in the pull request:
https://github.com/apache/storm/pull/1479#discussion_r66597076
--- 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 --
`zscore` is a function about `Sorted Set`
---
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.
---