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

Several cache fixes #24

Merged
merged 15 commits into from
May 26, 2022
Merged

Several cache fixes #24

merged 15 commits into from
May 26, 2022

Conversation

rem1niscence
Copy link
Contributor

Provides a number of fixes regarding cache and in minor effect store operations, on store, now if one store fails it wont stop the execution of the other stores, same for some cache operations. Also added some checks to not add invalid data to the stores

@rem1niscence rem1niscence requested a review from pablocampogo May 26, 2022 19:24
@height
Copy link

height bot commented May 26, 2022

Link Height tasks by mentioning a task ID in the pull request title or commit messages, or description and comments with the keyword link (e.g. "Link T-123").

💡Tip: You can also use "Close T-X" to automatically close a task when the pull request is merged.

}

caches, err := cache.ConnectoCacheClients(ctx, conns, "", isRedisCluster)
caches, err := cache.ConnectoCacheClients(ctx, cacheConns, "", isRedisCluster)
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
caches, err := cache.ConnectoCacheClients(ctx, cacheConns, "", isRedisCluster)
caches, err := cache.ConnectToCacheClients(ctx, cacheConns, "", isRedisCluster)

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This function was not added in this PR, can ignore the comment if it's too much work to change it

Copy link
Contributor

@pablocampogo pablocampogo left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM!

@rem1niscence rem1niscence merged commit 98a2589 into master May 26, 2022
@rem1niscence rem1niscence deleted the cache-connections branch May 26, 2022 19:45
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