Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove redis activesupport #120

Merged
merged 5 commits into from
Sep 11, 2023
Merged

Remove redis activesupport #120

merged 5 commits into from
Sep 11, 2023

Conversation

alexskr
Copy link
Member

@alexskr alexskr commented Jul 24, 2023

remove redis-activesupport which was used by rack-attack. Stand-alone redis-activesupport is no longer actively developed and rack-attack can be configured to work without it

redis-rb is upgraded to v5 which resolves
#105
#106

Caveat:
redis-client is pinned to a forked version which includes redis-rb v5 compatibility updates.

alexskr added 3 commits July 21, 2023 02:28
rack-attack can work with redis directly so there is no need to use
redis-activesupport which is no longer being actively developed
this should be reverted back to original after redis 5
copatibilty issues are resolved
@codecov-commenter
Copy link

codecov-commenter commented Jul 24, 2023

Codecov Report

Merging #120 (9e57a68) into develop (90ecfb8) will not change coverage.
The diff coverage is n/a.

@@           Coverage Diff            @@
##           develop     #120   +/-   ##
========================================
  Coverage    71.86%   71.86%           
========================================
  Files           52       52           
  Lines         2847     2847           
========================================
  Hits          2046     2046           
  Misses         801      801           
Flag Coverage Δ
unittests 71.86% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

@alexskr
Copy link
Member Author

alexskr commented Jul 26, 2023

This PR can wait until compatibility issues are resolved for redis-client gem.

@alexskr alexskr marked this pull request as ready for review September 11, 2023 17:53
@alexskr
Copy link
Member Author

alexskr commented Sep 11, 2023

redis-store v1.10 has been finally released so this PR is ready to be merged

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants