Github user HeartSaVioR commented on the issue:
https://github.com/apache/storm/pull/1459
One other way without breaking compatibility but not beauty is adding some
utility methods to AbstractRedisBolt like,
```
public JedisCluster asJedisCluster(JedisCommands instance) throws
IllegalArgumentException
public JedisCluster asJedis(JedisCommands instance) throws
IllegalArgumentException
```
and let users convert their JedisCommands instance to actual type before
using full features.
---
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.
---