@ -278,6 +278,7 @@ public class RedisClientConfig {
public boolean isDecodeInExecutor() {
return decodeInExecutor;
}
@Deprecated
public RedisClientConfig setDecodeInExecutor(boolean decodeInExecutor) {
this.decodeInExecutor = decodeInExecutor;
return this;
@ -718,6 +718,7 @@ public class Config {
* @param decodeInExecutor - <code>true</code> to use executor's threads, <code>false</code> to use netty's threads.
* @return config
*/
public Config setDecodeInExecutor(boolean decodeInExecutor) {