---
title: redis.executed
description: A Redis command was executed.
url: https://docs.honeybadger.io/insights/event-types/laravel/redis.executed/
---

A Redis command was executed.

Source **Redis** Category **Database** Fields **5** [honeybadger-laravel](https://docs.honeybadger.io/lib/php/integration/laravel/)

## Fields

| Field            | Type   | Description                                                                                                                                                                                                                                       |
| ---------------- | ------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| `event_type`     | string | Allowed value: `redis.executed`.                                                                                                                                                                                                                  |
| `connectionName` | string | Redis connection name.                                                                                                                                                                                                                            |
| `command`        | string | Formatted Redis command with parameters.                                                                                                                                                                                                          |
| `duration`       | number | Duration in microseconds. The client sends a value with an ms suffix, such as "5.123ms". The ingestion pipeline converts it to microseconds.                                                                                                      |
| `requestId`      | string | Correlation ID for the request, set by the AssignRequestId middleware via Laravel's shared log context. The value comes from the Request-Id or X-Request-Id request header, or is a generated UUID. Present only when that middleware is enabled. |

## Example

```json
{
  "event_type": "redis.executed",
  "connectionName": "default",
  "command": "get users:123",
  "duration": 450,
  "requestId": "f3b2c1d0-4e5a-4b6c-8d7e-9f0a1b2c3d4e"
}
```

---

## Try Honeybadger for FREE

Intelligent logging, error tracking, and Just Enough APM™ in one dev-friendly platform. Find and fix problems before users notice.

[Start free trial](https://app.honeybadger.io/users/sign_up)

[See plans and pricing](https://www.honeybadger.io/plans/)
