laravel / pennant

A simple, lightweight library for managing feature flags.
https://laravel.com/docs/pennant
MIT License
474 stars 48 forks source link

Redis Driver #30

Closed skyronic closed 1 year ago

skyronic commented 1 year ago

I'm looking to contribute to Laravel. I noticed that only databases are supported as a persistence layer for pennant. I'd be happy to try writing a redis driver since Sessions, Cache, Queues also support it.

Would you be interested in a PR for this? I'll add a Driver + Tests

timacdonald commented 1 year ago

@skyronic I would recommend making a package for a redis implementation at the moment.