errorcore
Database Support

Redis

Redis capture is typically valuable for timing-sensitive failures: cache misses that trigger the wrong branch, queue operations that race, or coordination keys that do not exist when expected.

Focus on:

  • command name
  • key class or namespace
  • duration
  • order relative to the thrown error

Do not treat Redis capture as a place to store full values. Keep the package small and policy-safe.

On this page