# RedisCache.ready property · @imqueue/rpc

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

True once [RedisCache.init()](https://imqueue.org/api/rpc/latest/rpc.rediscache.init/) has completed successfully.

**Signature:**

```typescript
ready: boolean;
```

## Remarks

Never reset: [RedisCache.destroy()](https://imqueue.org/api/rpc/latest/rpc.rediscache.destroy/) closes the shared connection without clearing this flag.

