File tree 1 file changed +2
-2
lines changed
src/main/java/redis/clients/jedis
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -35,7 +35,7 @@ public List<Object> getResults() {
35
35
}
36
36
37
37
/**
38
- * Syncronize pipeline by reading all responses. This operation closes the pipeline. In order to
38
+ * Synchronize pipeline by reading all responses. This operation closes the pipeline. In order to
39
39
* get return values from pipelined commands, capture the different Response<?> of the
40
40
* commands you execute.
41
41
*/
@@ -46,7 +46,7 @@ public void sync() {
46
46
}
47
47
48
48
/**
49
- * Syncronize pipeline by reading all responses. This operation closes the pipeline. Whenever
49
+ * Synchronize pipeline by reading all responses. This operation closes the pipeline. Whenever
50
50
* possible try to avoid using this version and use ShardedJedisPipeline.sync() as it won't go
51
51
* through all the responses and generate the right response type (usually it is a waste of time).
52
52
* @return A list of all the responses in the order you executed them.
You can’t perform that action at this time.
0 commit comments