[
https://issues.apache.org/jira/browse/STORM-609?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14260831#comment-14260831
]
ASF GitHub Bot commented on STORM-609:
--------------------------------------
Github user HeartSaVioR commented on the pull request:
https://github.com/apache/storm/pull/365#issuecomment-68332013
Here're data types and commands I'm trying to support at first time.
Type | Read | Write
------- | ------- | -------
STRING | GET (key) | SET (key, value), INCRBY (key, incr)
HASH | HGET (key, field) | HSET (key, field, value)
LIST | LPOP (key) | RPUSH (key, value)
SET | | SADD (key, member)
SORTED SET | ZSCORE (key, member) | ZADD (key, score, member), ZINCRBY
(key, incr, member)
HLL (HyperLogLog) | PFCOUNT (key) | PFADD (key, element)
There're so many candidate list, but we don't need to care all things
because users may use Jedis easily.
There're also many commands which retrieves subset of values (by range,
all), but it's good to start with essential and expand if we think it would be
great to have.
> add storm-redis to storm external
> ---------------------------------
>
> Key: STORM-609
> URL: https://issues.apache.org/jira/browse/STORM-609
> Project: Apache Storm
> Issue Type: New Feature
> Affects Versions: 0.10.0
> Reporter: DashengJu
> Assignee: DashengJu
>
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)