Json commands not exposed in AsyncCluster
Closed this issue · 1 comments
yisraelU commented
Bug Report
I am using the latest release 6.5.0 which has the recently added redisJson commands (Thank you and Great Job!).
Using the StatefulRedisClusterConnection
, I can access either RedisAdvancedClusterCommands
which gives me access to RedisJsonCommands
through the simple inheritance model.
However when using the async member RedisAdvancedClusterAsyncCommands
, it would appear that the RedisJsonAsyncCommands
was left out of RedisClusterAsyncCommands
here
If this is intentional , what would the proper path forward be to access redisJson async commands for a cluster?