@ -716,7 +716,7 @@ public class CommandAsyncService implements CommandAsyncExecutor {
if(details.getConnectionFuture().cancel(false)){
if(details.getException()==null){
details.setException(newRedisTimeoutException("Unable to get connection! "
details.setException(newRedisTimeoutException("Unable to get connection! Try to increase 'nettyThreads' and 'connection pool' settings or set decodeInExecutor = true and increase 'threads' setting"
@ -689,7 +689,7 @@ public class CommandBatchService extends CommandAsyncService {
if(connectionFuture.cancel(false)){
if(details.getException()==null){
details.setException(newRedisTimeoutException("Unable to get connection! "
details.setException(newRedisTimeoutException("Unable to get connection! Try to increase 'nettyThreads' and 'connection pool' settings or set decodeInExecutor = true and increase 'threads' setting"
+"Node source: "+source+" after "+attempts+" retry attempts"));