We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8cd50dd commit 201fbd4Copy full SHA for 201fbd4
src/main/java/redis/clients/jedis/CommandObjects.java
@@ -57,7 +57,7 @@ protected RedisProtocol getProtocol() {
57
private JedisBroadcastAndRoundRobinConfig broadcastAndRoundRobinConfig = null;
58
private Lock mapperLock = new ReentrantLock(true);
59
private volatile JsonObjectMapper jsonObjectMapper;
60
- private final AtomicInteger searchDialect = new AtomicInteger(0); // DEFAULT_SEARCH_DIALECT = 2;
+ private final AtomicInteger searchDialect = new AtomicInteger(2); // DEFAULT_SEARCH_DIALECT = 2;
61
62
@Experimental
63
void setKeyArgumentPreProcessor(CommandKeyArgumentPreProcessor keyPreProcessor) {
0 commit comments