You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@storm.apache.org by "Jungtaek Lim (JIRA)" <ji...@apache.org> on 2017/02/21 00:53:44 UTC

[jira] [Created] (STORM-2369) [storm-redis] Use binary type for State management

Jungtaek Lim created STORM-2369:
-----------------------------------

             Summary: [storm-redis] Use binary type for State management
                 Key: STORM-2369
                 URL: https://issues.apache.org/jira/browse/STORM-2369
             Project: Apache Storm
          Issue Type: Improvement
          Components: storm-redis
            Reporter: Jungtaek Lim


Currently storm-redis provides RedisKeyValueState which uses string type of methods with additional Base64 serde. We can change this to use binary type of methods and get rid of Base64 serde.

There's another thing to correct: it doesn't support Redis Cluster.



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)