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 Float64Map #564

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

add Float64Map #564

wants to merge 1 commit into from

Conversation

alphagot812
Copy link

No description provided.

Copy link
Collaborator

@stevenh stevenh left a comment

Choose a reason for hiding this comment

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

Can you add some tests for this behaviour please.

@@ -449,6 +449,32 @@ func Int64Map(result interface{}, err error) (map[string]int64, error) {
return m, nil
}

// Float64Map is a helper that converts an array of strings (alternating key, value)
// into a map[string]Float64Map. The HGETALL commands return replies in this format.
Copy link
Collaborator

Choose a reason for hiding this comment

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

Suggested change
// into a map[string]Float64Map. The HGETALL commands return replies in this format.
// into a map[string]float64. The HGETALL commands return replies in this format.

@stevenh
Copy link
Collaborator

stevenh commented Dec 25, 2021

Any news on addressing the feedback?

@stevenh
Copy link
Collaborator

stevenh commented Jul 1, 2022

Checking to see if you could address the feedback @alphagot812

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

Successfully merging this pull request may close these issues.

None yet

3 participants