| License | 
                License | 
        
|---|---|
| Categories | 
                CategoriesRedis Data Databases | 
        
| GroupId | GroupIdorg.bithon.agent | 
    
| ArtifactId | ArtifactIdagent-plugin-redis-lettuce-5.x | 
    
| Version | Version1.1.0-RELEASE | 
        
| Type | Typejar | 
    
| Description | 
            DescriptionBithon - An observability platform 
         | 
    
<!-- https://jarcasting.com/artifacts/org.bithon.agent/agent-plugin-redis-lettuce-5.x/ -->
<dependency>
    <groupId>org.bithon.agent</groupId>
    <artifactId>agent-plugin-redis-lettuce-5.x</artifactId>
    <version>1.1.0-RELEASE</version>
</dependency>
                // https://jarcasting.com/artifacts/org.bithon.agent/agent-plugin-redis-lettuce-5.x/
implementation 'org.bithon.agent:agent-plugin-redis-lettuce-5.x:1.1.0-RELEASE'
                // https://jarcasting.com/artifacts/org.bithon.agent/agent-plugin-redis-lettuce-5.x/
implementation ("org.bithon.agent:agent-plugin-redis-lettuce-5.x:1.1.0-RELEASE")
                'org.bithon.agent:agent-plugin-redis-lettuce-5.x:jar:1.1.0-RELEASE'
                <dependency org="org.bithon.agent" name="agent-plugin-redis-lettuce-5.x" rev="1.1.0-RELEASE">
  <artifact name="agent-plugin-redis-lettuce-5.x" type="jar" />
</dependency>
                @Grapes(
@Grab(group='org.bithon.agent', module='agent-plugin-redis-lettuce-5.x', version='1.1.0-RELEASE')
)
                libraryDependencies += "org.bithon.agent" % "agent-plugin-redis-lettuce-5.x" % "1.1.0-RELEASE"
                [org.bithon.agent/agent-plugin-redis-lettuce-5.x "1.1.0-RELEASE"]
                | Group / Artifact | Type | Version | 
|---|---|---|
| org.bithon.agent : agent-core | jar | 1.1.0-RELEASE | 
| Group / Artifact | Type | Version | 
|---|---|---|
| io.lettuce : lettuce-core | jar | 5.1.2.RELEASE |