Redis Integration
Learn how to trace Redis cache operations with Sentry.
Sentry can trace cache operations performed through Redis using Jedis or Lettuce as the client library. Cache spans appear in Sentry's Caches dashboard.
Jedis provides a JCache (JSR-107) adapter. Use it together with the Sentry JCache integration to trace cache operations.
Lettuce does not provide a JCache adapter, so the JCache-based approach described here only works with Jedis. For Lettuce-based cache tracing, use Spring Boot with Spring Data Redis.
Was this helpful?
Help improve this content
Our documentation is open source and available on GitHub. Your contributions are welcome, whether fixing a typo (drat!) or suggesting an update ("yeah, this would be better").
Our documentation is open source and available on GitHub. Your contributions are welcome, whether fixing a typo (drat!) or suggesting an update ("yeah, this would be better").