# RedisCache.options property · @imqueue/rpc

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

The effective options after merging user input over [DEFAULT\_REDIS\_CACHE\_OPTIONS](https://imqueue.org/api/rpc/latest/rpc.default_redis_cache_options/).

**Signature:**

```typescript
options: IRedisCacheOptions;
```

## Remarks

Populated only by [RedisCache.init()](https://imqueue.org/api/rpc/latest/rpc.rediscache.init/) — it is `undefined` until then, which is why every instance must be initialized before use even when another instance already opened the shared connection.

