wu-sheng commented on issue #11747:
URL: https://github.com/apache/skywalking/issues/11747#issuecomment-4213135705

   Jedis 5.x support has been added in apache/skywalking-java#803.
   
   The Jedis 4.x plugin is fully API-compatible with Jedis 5.x — all 
intercepted classes (`Connection`, `Pipeline`, `Transaction`, 
`ConnectionProvider`) and methods are unchanged. The plugin was silently not 
activating on 5.x because the witness method `Pipeline.persist(1 arg)` moved 
from `Pipeline` to parent `PipeliningBase` in 5.x.
   
   Fix: changed the witness to `Connection.executeCommand(1 arg)` which exists 
in both 4.x and 5.x but not in 3.x.
   
   Locally verified: Jedis 5.2.0 passed all test cases.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to