# IRedisClient.__imq property · @imqueue/core

Source: https://imqueue.org/api/core/latest/core.iredisclient.__imq/
Published: 2026-08-04
Author: @imqueue maintainers (https://github.com/imqueue)
Package: @imqueue/core 3.3.2 — generated reference, not hand-written

Internal marker stamped on every Redis connection created by the queue, identifying it as imq-owned. Currently written but not read by the framework. Not part of the supported API.

**Signature:**

```typescript
__imq?: boolean;
```

