spring-data-redis
spring-data-redis copied to clipboard
Introduce configuration options for `ClusterCommandExecutor` via Jedis
see https://github.com/spring-projects/spring-data-redis/blob/125342f19a755e566e0b6b2f218d30cb0b235d43/src/main/java/org/springframework/data/redis/connection/ClusterCommandExecutor.java#L90
why use coreSize 1 by default? when exec unlink keys
, will use the executor, it's single thread, so so so slowly!!
We should also move off the thread pool when using Lettuce as lettuce is async out of the box.
Good, I agree.