File tree Expand file tree Collapse file tree
src/test/java/com/aliyun/tair/tests/example Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ public class FullTextSearch {
1717 private static final JedisPoolConfig config = new JedisPoolConfig ();
1818
1919 static {
20- // 参数设置最佳实践可参考: https://help.aliyun.com/document_detail/98726.html
20+ // JedisPool config: https://help.aliyun.com/document_detail/98726.html
2121 config .setMaxTotal (32 );
2222 config .setMaxIdle (32 );
2323 config .setMaxIdle (20 );
Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ public class MultiIndexSearch {
1717 private static final JedisPoolConfig config = new JedisPoolConfig ();
1818
1919 static {
20- // 参数设置最佳实践可参考: https://help.aliyun.com/document_detail/98726.html
20+ // JedisPool config: https://help.aliyun.com/document_detail/98726.html
2121 config .setMaxTotal (32 );
2222 config .setMaxIdle (32 );
2323 config .setMaxIdle (20 );
You can’t perform that action at this time.
0 commit comments