Examples
February 24, 2026 ยท View on GitHub
This directory provides scenario-oriented examples.
Index
Run Suggestions
- Start local Redis first.
- Use
go test ./...to verify core behavior. - Adapt key naming and TTL policy to your service SLA.
- Check feature availability when running older tags:
- generic
MGetload callback + pipeline optimization:v1.1.0+ - cross-process local invalidation (
WithSyncLocal):v1.1.1+
- generic
- See Versioning.