xiaopeng-he

Results 4 issues of xiaopeng-he

I'll be happy if could search the optgroups

enhancement

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!!

type: enhancement

I have the situation, the background logic waste time too long, the stage ui cannot wait and get result by loop. So the result should be store in session by...