fetlife / rollout

Feature flippers.
MIT License
2.89k stars 212 forks source link

Support `redis-rb` 5 #168

Closed fatkodima closed 6 months ago

fatkodima commented 1 year ago

Fixes https://github.com/fetlife/rollout/issues/166.

I also noticed that some cleanup is needed for this gem: updating rubocop, moving to probably GitHub Actions - it contains configs for travis and circleci (which is currently used), but I was unable to see there why the CI on master is failing.

fatkodima commented 1 year ago

Ok, logins to CircleCI this time from this PR. It fails because the ssh key is needed to be changed there, I think.

jcagarcia commented 11 months ago

I've just created this project https://github.com/jcagarcia/rollout-redis for continue with the rollout gem support. It supports working with Redis 5 and new several functionalities :) feedback is totally welcome!

reneklacan commented 6 months ago

Resolved via https://github.com/fetlife/rollout/pull/170

Sorry again for the delay