Sean He

Results 2 issues of Sean He

I'm using HiKariCP-4.0.3 and spring-cloud. with spring-boot-2.7 ``` PoolConfig poolConfig = new PoolConfig(minPoolSize, maxParallelRequests, 5000); Map connProperties = new HashMap(); connProperties.put("connectionTimeout", 5000); connProperties.put("reWriteBatchedInserts", "true"); ConnectionConfig connConfig = new ConnectionConfig( "reWriteBatchedInserts=true&options=-c%20statement_timeout=2000&ApplicationName=iihero");...

The redis server configuration looks like: ` "password": "aaaaaaaa", "hostname": "10.*.64.20", "port": 6378, "uri": "rediss://:aaaaaaa@10.*.64.20:6378", "cluster_mode": false, "tls": { "server_ca": "-----BEGIN CERTIFICATE-----\nMIIDnTCCAoWgAwIBAgIBADANBgkqhkiG9w0BAQsFADCBhTEtMCsGA1UELhMkN2Y1\nYjhhMDYtZGVkZi00NWZjLTkxN2YtNThlOTA0ZDhjZTMzMTEwLwYDVQQDEyhHb29n\nbGUgQ2xvdWQgTWVtb3J5c3RvcmUgUmVkaXMgU2VydmVyIENBMRQwEgYDVQQKEwtH**** }` I just used the spring redis 2.7.*...

status: waiting-for-triage