# TagCache.redis property · @imqueue/tag-cache

Source: https://imqueue.org/api/tag-cache/latest/tag-cache.tagcache.redis/
Published: 2026-07-31
Author: @imqueue maintainers (https://github.com/imqueue)
Package: @imqueue/tag-cache 3.0.3 — generated reference, not hand-written

Shared `ioredis` connection taken from `RedisCache` at construction time. Absent until `RedisCache.init()` has been awaited, and deleted again by [TagCache.destroy()](https://imqueue.org/api/tag-cache/latest/tag-cache.tagcache.destroy/) — while it is absent every operation throws a `TypeError` carrying [REDIS\_INIT\_ERROR](https://imqueue.org/api/tag-cache/latest/tag-cache.redis_init_error/).

**Signature:**

```typescript
redis?: Redis;
```

