|
In python agent plugin, there is no implementation for virtual cache of Redis. I want to add it. So I want to know how to seperate https://skywalking.apache.org/docs/main/v9.3.0/en/setup/service-agent/virtual-cache/ |
Answered by
wu-sheng
Dec 28, 2022
Replies: 1 comment 1 reply
There is no magic here, change the source codes of the plugin, and follow the Ref Java agent implementation, https://github.com/apache/skywalking-java/blob/main/apm-sniffer/apm-sdk-plugin/jedis-plugins/jedis-4.x-plugin/src/main/java/org/apache/skywalking/apm/plugin/jedis/v4/JedisPluginConfig.java#L52 |
1 reply
Answer selected by
Jedore
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
There is no magic here, change the source codes of the plugin, and follow the
read/writecommand catalog.Ref Java agent implementation, https://github.com/apache/skywalking-java/blob/main/apm-sniffer/apm-sdk-plugin/jedis-plugins/jedis-4.x-plugin/src/main/java/org/apache/skywalking/apm/plugin/jedis/v4/JedisPluginConfig.java#L52