Commit e193365
Obtain multiple pipelines concurrently. high performance improvement (#3331)
* Obtain multiple pipelines concurrently. high performance improvement
Signed-off-by: c00603587 <[email protected]>
* execute countDown regardless of whether the above program is abnormal, otherwise the await cannot be released
Signed-off-by: c00603587 <[email protected]>
* Update src/main/java/redis/clients/jedis/MultiNodePipelineBase.java
Co-authored-by: M Sazzadul Hoque <[email protected]>
* set default sync workers to 3
Signed-off-by: c00603587 <[email protected]>
* remove unused import package
Signed-off-by: c00603587 <[email protected]>
* modify the muti node pipeline sync workers
---------
Signed-off-by: c00603587 <[email protected]>
Co-authored-by: c00603587 <[email protected]>
Co-authored-by: M Sazzadul Hoque <[email protected]>1 parent 4a8b9e7 commit e193365
File tree
1 file changed
+35
-11
lines changed- src/main/java/redis/clients/jedis
1 file changed
+35
-11
lines changedLines changed: 35 additions & 11 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
11 | 15 | | |
12 | 16 | | |
13 | 17 | | |
| |||
40 | 44 | | |
41 | 45 | | |
42 | 46 | | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
43 | 54 | | |
44 | 55 | | |
45 | 56 | | |
46 | 57 | | |
47 | 58 | | |
48 | 59 | | |
49 | 60 | | |
| 61 | + | |
| 62 | + | |
50 | 63 | | |
51 | 64 | | |
52 | 65 | | |
| |||
106 | 119 | | |
107 | 120 | | |
108 | 121 | | |
| 122 | + | |
109 | 123 | | |
110 | 124 | | |
111 | 125 | | |
112 | 126 | | |
113 | 127 | | |
114 | 128 | | |
115 | 129 | | |
116 | | - | |
117 | | - | |
118 | | - | |
119 | | - | |
| 130 | + | |
| 131 | + | |
| 132 | + | |
| 133 | + | |
| 134 | + | |
| 135 | + | |
| 136 | + | |
| 137 | + | |
| 138 | + | |
| 139 | + | |
| 140 | + | |
| 141 | + | |
| 142 | + | |
| 143 | + | |
120 | 144 | | |
121 | | - | |
122 | | - | |
123 | | - | |
124 | | - | |
125 | | - | |
126 | | - | |
127 | | - | |
| 145 | + | |
| 146 | + | |
| 147 | + | |
| 148 | + | |
| 149 | + | |
| 150 | + | |
| 151 | + | |
128 | 152 | | |
129 | 153 | | |
130 | 154 | | |
| |||
0 commit comments