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

feat: add go gest #2126

Merged
merged 1 commit into from
Nov 20, 2023
Merged

feat: add go gest #2126

merged 1 commit into from
Nov 20, 2023

Conversation

Mixficsol
Copy link
Collaborator

No description provided.

@Mixficsol Mixficsol changed the title add go gest feat: add go gest Nov 20, 2023
AlexStocks
AlexStocks previously approved these changes Nov 20, 2023
chejinge
chejinge previously approved these changes Nov 20, 2023
@Mixficsol Mixficsol dismissed stale reviews from chejinge and AlexStocks via 704e211 November 20, 2023 06:26
@@ -381,5 +381,22 @@ var _ = Describe("List Commands", func() {
Expect(sMembers.Err()).NotTo(HaveOccurred())
Expect(sMembers.Val()).To(HaveLen(5))
})

It("should SADDNX", func() {
Copy link
Collaborator

Choose a reason for hiding this comment

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

没有提供接口的命令,使用client.Do()来测试

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

done

hSet := client.HSet(ctx, "hash", "key1", "hello1")
Expect(hSet.Err()).NotTo(HaveOccurred())

hGet := client.HGet(ctx, "hash", "key1")
Copy link
Collaborator

Choose a reason for hiding this comment

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

hLen := client.Do(ctx, "hstrlen", "hash", "key1")

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

done

@AlexStocks AlexStocks merged commit 111fe6e into OpenAtomFoundation:unstable Nov 20, 2023
11 checks passed
@Mixficsol Mixficsol deleted the add_go_test branch November 20, 2023 07:42
bigdaronlee163 pushed a commit to bigdaronlee163/pika that referenced this pull request Jun 8, 2024
cheniujh pushed a commit to cheniujh/pika that referenced this pull request Sep 24, 2024
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.

4 participants