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

Add a possibility to work with RLocalCachedMap reactively #3181

Closed
WildWind03 opened this issue Oct 28, 2020 · 1 comment
Closed

Add a possibility to work with RLocalCachedMap reactively #3181

WildWind03 opened this issue Oct 28, 2020 · 1 comment
Labels
Milestone

Comments

@WildWind03
Copy link

Is your feature request related to a problem? Please describe.
In highload systems, it may be too expensive to make requests to Redis too often. Using a not reactive approach, it's possible to enable local caching and use RLocalCachedMap to reduce amount of requests to Redis. However, in a reactive system, currenty it's not an option.
Describe the solution you'd like
I think it would be very nice to be able to use RLocalCachedMap reactively.
Describe alternatives you've considered
As an alternative, I have to implement a custom caching logic to reduce amount of requests to Redis.

@mrniko mrniko added this to the 3.13.7 milestone Nov 4, 2020
@mrniko mrniko added the feature label Nov 4, 2020
@mrniko mrniko modified the milestones: 3.14.0, 3.14.1 Nov 21, 2020
@mrniko mrniko modified the milestones: 3.14.1, 3.14.2 Dec 22, 2020
@mrniko mrniko modified the milestones: 3.15.0, 3.15.1 Jan 31, 2021
@mrniko mrniko modified the milestones: 3.15.1, 3.15.2 Mar 5, 2021
@mrniko mrniko modified the milestones: 3.15.2, 3.15.3 Mar 13, 2021
@mrniko mrniko modified the milestones: 3.15.3, 3.15.4 Apr 1, 2021
@mrniko mrniko modified the milestones: 3.15.4, 3.15.5 Apr 17, 2021
@mrniko mrniko modified the milestones: 3.15.6, 3.15.7 May 13, 2021
@mrniko mrniko modified the milestones: 3.16.1, 3.16.2 Jul 26, 2021
@mrniko mrniko modified the milestones: 3.16.2, 3.16.3 Sep 5, 2021
@mrniko mrniko modified the milestones: 3.16.3, 3.16.4 Sep 22, 2021
@mrniko mrniko modified the milestones: 3.16.4, 3.16.5 Oct 29, 2021
@mrniko mrniko modified the milestones: 3.16.5, 3.16.6 Nov 30, 2021
@mrniko mrniko modified the milestones: 3.16.6, 3.16.7 Dec 9, 2021
@mrniko mrniko modified the milestones: 3.16.7, 3.16.8 Jan 3, 2022
@mrniko mrniko modified the milestones: 3.16.8, 3.16.9 Jan 25, 2022
@mrniko mrniko modified the milestones: 3.16.9, 3.17.1 Mar 24, 2022
@mrniko mrniko modified the milestones: 3.17.1, 3.17.2 Apr 26, 2022
@mrniko mrniko modified the milestones: 3.17.2, 3.17.3 May 23, 2022
@mrniko mrniko modified the milestones: 3.17.3, 3.17.4 May 30, 2022
@mrniko mrniko modified the milestones: 3.17.4, 3.17.5 Jun 16, 2022
@mrniko mrniko modified the milestones: 3.17.5, 3.17.6 Jul 26, 2022
@mrniko mrniko modified the milestones: 3.17.6, 3.17.7 Aug 25, 2022
@mrniko mrniko modified the milestones: 3.17.7, 3.17.8 Oct 5, 2022
@mrniko
Copy link
Member

mrniko commented Nov 7, 2022

Done

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

No branches or pull requests

2 participants