skywalking-java/skywalking-sdk-plugin/jedis-2.x-plugin
wusheng f4df86de71 修改包名错误的问题,以及Pom依赖错误造成agent依赖错误 2016-06-12 11:39:52 +08:00
..
src 修改包名错误的问题,以及Pom依赖错误造成agent依赖错误 2016-06-12 11:39:52 +08:00
README.md 提交1.0b的完整代码,用于版本发布。 2016-05-28 11:21:18 +08:00
pom.xml 修改包名错误的问题,以及Pom依赖错误造成agent依赖错误 2016-06-12 11:39:52 +08:00

README.md

如何追踪jedis 2.8发起的redis访问

  • 引入所需插件
<dependency>
  <groupId>com.ai.cloud</groupId>
  <artifactId>skywalking-jedis-2.x-plugin</artifactId>
  <version>{latest_version}</version>
</dependency>