# IRedisClient.__guarded__ property · @imqueue/core

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

Internal flag marking a connection whose socket has been given a durable `error` listener, so that the guard is installed at most once per connection. Not part of the supported API.

**Signature:**

```typescript
__guarded__?: boolean;
```

