Netflix / consoleme

A Central Control Plane for AWS Permissions and Access
Apache License 2.0
3.11k stars 252 forks source link

RedisLite -> FakeRedis #9327

Closed castrapel closed 2 years ago

castrapel commented 2 years ago

This PR replaces redislite with fakeredis as redislite is unmaintained and doesn't support M1 Mac. Also updates mock and fixes the unit tests to support it. Resolves #9261