Skip to content

Conversation

@elliotchenzichang
Copy link
Member

add http string operation

@xujiajun xujiajun self-assigned this Apr 25, 2022
@xujiajun xujiajun added the enhancement New feature or request label Apr 25, 2022
@xujiajun xujiajun changed the title string http operation first version feat: string http operation first version Apr 25, 2022
router_string.go Outdated
func (s *NutsHTTPServer) initStringRouter() {
sr := s.r.Group("/string")

sr.GET("/sget/:bucket/:key", s.SGet)
Copy link
Member

Choose a reason for hiding this comment

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

It is recommended to change sget to get

Copy link
Member

@xujiajun xujiajun left a comment

Choose a reason for hiding this comment

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

LGTM

@xujiajun xujiajun merged commit 798faae into nutsdb:main Apr 26, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

enhancement New feature or request

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants