Already had Redis running. Built a feature flag system on top of it instead of adding another service.
Supports gradual rollout, cohort targeting, kill switches, and keeps working when Redis goes down via stale cache. Python SDK, Java SDK with Spring Boot autoconfiguration, and a CLI that works with both.
MIT license, open for contributions — especially TypeScript and Go SDKs.
sgs-97•46m ago
Supports gradual rollout, cohort targeting, kill switches, and keeps working when Redis goes down via stale cache. Python SDK, Java SDK with Spring Boot autoconfiguration, and a CLI that works with both.
MIT license, open for contributions — especially TypeScript and Go SDKs.
GitHub: https://github.com/sgs-97/redis-feature-flags Python SDK: https://pypi.org/project/redis-feature-flags CLI: https://pypi.org/project/redis-flags Java SDK: https://central.sonatype.com/artifact/io.github.sgs-97/redis... Docs: https://github.com/sgs-97/redis-feature-flags/blob/master/do...