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 some methods to structure/hash.go #265

Closed
sjcsjc123 opened this issue Aug 9, 2023 · 0 comments
Closed

Add some methods to structure/hash.go #265

sjcsjc123 opened this issue Aug 9, 2023 · 0 comments
Assignees
Labels
difficult:⭐⭐⭐ Up to five stars

Comments

@sjcsjc123
Copy link
Member

  • HDel
//Delete all fields and values corresponding to the key
func (hs *HashStructure) HDel(key string){
}
  • HGet
// Obtain all fileds and values corresponding to the key
func (hs *HashStructure) HGet(key string){
}
@sjcsjc123 sjcsjc123 added the difficult:⭐⭐⭐ Up to five stars label Aug 9, 2023
@qishenonly qishenonly self-assigned this Aug 9, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
difficult:⭐⭐⭐ Up to five stars
Projects
None yet
Development

No branches or pull requests

2 participants