# IRedisCacheOptions.conn property · @imqueue/rpc

Source: https://imqueue.org/api/rpc/latest/rpc.irediscacheoptions.conn/
Published: 2026-08-04
Author: @imqueue maintainers (https://github.com/imqueue)
Package: @imqueue/rpc 3.5.3 — generated reference, not hand-written

An existing Redis client to reuse — a running service's queue writer, for example — instead of opening a new connection.

**Signature:**

```typescript
conn?: IRedisClient;
```

## Remarks

Honoured only while no shared connection exists yet.

