|
return JedisConverters.toString(this.connection.execute("RESTORE", key, |
Hello,
I got a problem in
JedisClusterKeyCommands#restore. In
executeCommandOnSingleNode a connection has acquired and pass to the lambda, but the lambda try to acquire an other connection when
replace was true. It seems to cause thread blocked when the connection pool is exhausted.
