# DEFAULT_REDIS_CACHE_OPTIONS variable · @imqueue/rpc

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

Default options for [RedisCache](https://imqueue.org/api/rpc/latest/rpc.rediscache/): the standard queue defaults, with `prefix` overridden to `imq-cache` so cache keys never collide with queue keys under the `imq` prefix.

**Signature:**

```typescript
DEFAULT_REDIS_CACHE_OPTIONS: IMQOptions
```

## Remarks

User options are merged over these, so keys default to `imq-cache:RedisCache:<key>`.

