-
Notifications
You must be signed in to change notification settings - Fork 1.7k
feat(cache): Introduce unified caching layer with in-memory and Redis backends #2166
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
base: development
Are you sure you want to change the base?
feat(cache): Introduce unified caching layer with in-memory and Redis backends #2166
Conversation
@coolwednesday This PR is the continuation of old PR. Which resolves the requested changes. |
use regexp.Compile directly Co-authored-by: ccoVeille <[email protected]>
use fmt.Sprint directly Co-authored-by: ccoVeille <[email protected]>
Co-authored-by: ccoVeille <[email protected]>
…replace directive
@dask-58 Are you still working on this issue? Please let me know if you need any help in proceeding ahead and resolving the review comments. |
I've already resolved the review comments. |
Closes: #1992
Description:
Checklist:
goimport
andgolangci-lint
.