redis.commandDeprecated
stringScrub: ManualVisibility: PublicOTel: FalseThe name of the Redis operation being executed.
Examples
SELECTUse db.operation.name instead.
Status: backfill
Changelog
Raw JSON
{
"key": "redis.command",
"brief": "The name of the Redis operation being executed.",
"type": "string",
"apply_scrubbing": {
"key": "manual"
},
"is_in_otel": false,
"visibility": "public",
"examples": [
"SELECT"
],
"deprecation": {
"replacement": "db.operation.name",
"_status": "backfill"
},
"alias": [
"cloudflare.d1.query_type",
"db.operation.name",
"db.operation"
],
"changelog": [
{
"version": "0.19.0",
"prs": [
531
],
"description": "Added redis.command attribute"
}
]
}