You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@Haybu - we have gone through your documentation and tried to implement this RequestRateLimiter using Redis and it does not seem to work.
For any request we sent the response header "X-Ratelimit-Remaining" is being sent with value as -1
We have included the dependency of implementation "org.springframework.boot:spring-boot-starter-data-redis-reactive" as well
What we have found is the redis call is failing
Do we need to have redis running separately? We thought that this dependency org.springframework.boot:spring-boot-starter-data-redis-reactive will take care of running the redis behind the scenes
Please clarify
The text was updated successfully, but these errors were encountered:
@Haybu - we have gone through your documentation and tried to implement this RequestRateLimiter using Redis and it does not seem to work.
For any request we sent the response header "X-Ratelimit-Remaining" is being sent with value as -1
We have included the dependency of implementation "org.springframework.boot:spring-boot-starter-data-redis-reactive" as well
What we have found is the redis call is failing
Do we need to have redis running separately? We thought that this dependency
org.springframework.boot:spring-boot-starter-data-redis-reactive
will take care of running the redis behind the scenesPlease clarify
The text was updated successfully, but these errors were encountered: