# REDIS_INIT_ERROR variable · @imqueue/tag-cache

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

Message of the `TypeError` thrown by every cache operation when no redis connection is available — either `RedisCache.init()` was never awaited, or [TagCache.destroy()](https://imqueue.org/api/tag-cache/latest/tag-cache.tagcache.destroy/) has already been called on this instance.

**Signature:**

```typescript
REDIS_INIT_ERROR = "Redis engine is not initialized!"
```

