<!-- Github issues should be used to report bugs and for detailed feature requests. Everything else belongs in the [Jedis Google Group](https://groups.google.com/g/jedis_redis) or [Jedis Github Discussions](https://github.com/redis/jedis/discussions). Please post general questions to Google Groups or Github discussions. These can be closed without response when posted to Github issues. --> ### Expected behavior create a JedisCluster instance and only use ClusterPipeline the slot cache would refresh automatically when cluster node changing (Scale-out or Scale-in) ### Actual behavior the slot cache do not refresh automatically when cluster node changing (Scale-out or Scale-in) ### Steps to reproduce: 1) create a JedisCluster instance and only use ClusterPipeline 2) Scale-out or scale-in cluster 3) some responses would get JedisMovedDataException ### Redis / Jedis Configuration #### Jedis version: #### Redis version: #### Java version: