aterleto / jedis

Redis Java client designed for performance and ease of use.
MIT License
0 stars 2 forks source link

documentation reference ClusterConfig object which does not exists #8

Closed josephnatale closed 1 year ago

josephnatale commented 1 year ago

Maybe just a bit of doc that needs updating but the usage doc is referencing an object called ClusterConfig which is used to define specific Redis clusters, after adding the Jedis dependency this object is unable to be resolved. However, the MultiClusterJedisClientConfig.ClusterJedisClientConfig object looks to be what the API needs, maybe just a bit of documentation updating needed here?

aterleto commented 1 year ago

Hi Joe, you may have caught us right in between a couple commits between the docs and code as we prepped to merge with main. It should all be consistent by now. Please use the latest and let us know if you still get that problem.

josephnatale commented 1 year ago

this branch still references the 'ClusterConfig' object. Sounds like you have it on your rador, I'll close this.