why is my java fetch redis programe so slow
` for(String record:records){
JSONObject json= JSONUtil.parseObj(record);
OpintionObject opintionObject = JSONUtil.toBean(json, OpintionObject.class);
Issue with Redis connection String::Illegal character in scheme name at index 0: ���redis.test.internal:6379���
I have 2 java services trying to connect to redis. The actual endpoint configured is
“redis://redis.test.internal:6379”. One of the java service seems to have issue understanding this. It keeps giving an exception