Details
-
Improvement
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
None
-
None
Description
Currently storm-redis provides RedisKeyValueState which uses string type of methods with additional Base64 encoding/decoding. We can change this to use binary type of methods and get rid of Base64 usages.
(Maybe need to provide a tool to convert Base64 encoded State to origin...)
There's another thing to correct: it doesn't support Redis Cluster.