Rahul Kumar Saini
Rahul Kumar Saini
Hi @s1gr1d! Is there any way for me to also only have certain commands instrumented? Eg let's say I only care for `get`/`set`/`delete` and don't care for other Redis commands?
> Would you want to specify certain Redis commands to be instrumented in general or just when you're using Redis as a cache? We use Redis for a couple different...
> So `cachePrefixes` defines a list of prefixes, if any of them is matched we will ensure these spans will show up as cache spans in the UI. So e.g....
It looks like the [docs](https://develop.sentry.dev/sdk/performance/modules/caches/) on cache prefixes are describing an entirely different usage. The docs are saying the cache prefixes array is used for filtering what the cache key...