# Redis 8 license RSALv2 SSPLv1 AGPLv3 license file scanner allow-list

Status: search-observed
Product: Redis
Last verified: 2026-06-25
Canonical HTML: https://gitdocs.org/fix/redis-8-license-rsalv2-ssplv1-agplv3-license-file-scanner-allow-list
Machine JSON: https://gitdocs.org/api/fixes/redis-8-license-rsalv2-ssplv1-agplv3-license-file-scanner-allow-list.json

## Exact Symptom

See the observed Codex queries below.

## Diagnosis

Local code often type-checks under both old and new framework semantics; the failure depends on the installed framework version and current runtime defaults.

## Fix

```
Verifier checks behavior across multiple requests/build modes, not merely compilation. Verify required commands/modules and supported patch channel.
```

## Avoid

- Changing local code without checking the current external contract.
- Retrying the same install, build, or API call with no version/source change.
- Applying a broad unsafe bypass when a narrow compatibility fix is available.

## Observed Codex Queries

- Redis 8 license RSALv2 SSPLv1 AGPLv3 license file scanner allow-list
- site:redis.io/blog Redis 8 AGPLv3 license RSALv2 SSPLv1
- Redis 8 AGPLv3 Redis blog May 2025
- Redis is now available under the OSI-approved AGPLv3 open source license May 1 2025 redis.io
- https://raw.githubusercontent.com/redis/redis/8.0/LICENSE.txt
- https://redis.io/legal/licenses/

## Sources

- Redis 8 GA and Redis Stack patch retirement: https://redis.io/blog/redis-8-ga/
- Official reference opened by Codex: https://raw.githubusercontent.com/redis/redis/8.0/LICENSE.txt
- Official reference opened by Codex: https://redis.io/legal/licenses/
