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

fix: fixes to some minor misc issues #263

Merged
merged 1 commit into from
Mar 10, 2023
Merged

fix: fixes to some minor misc issues #263

merged 1 commit into from
Mar 10, 2023

Conversation

pgautier404
Copy link
Contributor

No description provided.

@pgautier404 pgautier404 requested review from malandis, eaddingtonwhite, cprice404 and poppoerika and removed request for malandis March 10, 2023 19:24
@@ -27,7 +27,7 @@ type SortedSetIncrementScoreRequest struct {

func (r *SortedSetIncrementScoreRequest) cacheName() string { return r.CacheName }

func (r *SortedSetIncrementScoreRequest) requestName() string { return "Sorted set increment" }
func (r *SortedSetIncrementScoreRequest) requestName() string { return "Sorted set increment score" }
Copy link
Contributor

Choose a reason for hiding this comment

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

nit; some of the ones above use camel case here but these have spaces. probably standardizing on camel is best. not a blocker for 1.0.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Yeah, that's a sorted set thing. I looked into where these are being used and they're informational only, so fine to fix when we get to it.

@pgautier404 pgautier404 merged commit 0a52f1b into main Mar 10, 2023
@pgautier404 pgautier404 deleted the cleanup-sweep branch March 10, 2023 22:20
cprice404 pushed a commit that referenced this pull request Mar 14, 2023
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