Closed (fixed)
Project:
Rate Limits
Version:
8.x-1.0
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
9 Mar 2020 at 13:37 UTC
Updated:
23 Mar 2020 at 22:54 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #2
mhavelant commentedUpdate: replacing DatabaseBackend with FloodInterface solves the issue.
So, this is more of a dependency injection issue rather than a Redis compatibility one.
The "Router" service shoul be added with RouterInterface as well.
I attached a patch for this.
Comment #3
mhavelant commentedComment #4
e0ipsoThanks for the patch! This looks great.