# HttpProtect.blockListKey property · @imqueue/http-protect

Source: https://imqueue.org/api/http-protect/latest/http-protect.httpprotect.blocklistkey/
Published: 2026-08-01
Author: @imqueue maintainers (https://github.com/imqueue)
Package: @imqueue/http-protect 3.0.1 — generated reference, not hand-written

The Redis key of the block-list set, `<prefix>:block-list`.

**Signature:**

```typescript
readonly blockListKey: string;
```

## Remarks

Exposed because it is the only way to lift a ban: nothing in this class removes a member, so an operator or another service has to `SREM` the address from this set. The set has no expiry.

