Skip to content

Go: Add command FUNCTION DELETE - #3603

Merged
jonathanl-bq merged 11 commits into
mainfrom
go/ulojonat-funcdelete
Apr 16, 2025
Merged

jonathanl-bq merged 11 commits into
mainfrom
go/ulojonat-funcdelete

Conversation

@jonathanl-bq

@jonathanl-bq jonathanl-bq commented Apr 14, 2025

Copy link
Copy Markdown
Contributor

Issue link

This Pull Request is linked to issue (URL): #3480

Checklist

Before submitting the PR make sure the following are checked:

  • This Pull Request is related to one issue.
  • Commit message has a detailed description of what changed and why.
  • Tests are added or updated.
  • CHANGELOG.md and documentation files are updated.
  • Destination branch is correct - main or release
  • Create merge commit if merging release branch into main, squash otherwise.

@jonathanl-bq jonathanl-bq added the go 🏃 golang wrapper label Apr 14, 2025
@jonathanl-bq
jonathanl-bq force-pushed the go/ulojonat-funcdelete branch from a345f79 to 548f742 Compare April 14, 2025 22:04
@jonathanl-bq
jonathanl-bq force-pushed the go/ulojonat-funcdelete branch from de7bfd3 to 7056054 Compare April 14, 2025 23:54
@jonathanl-bq
jonathanl-bq marked this pull request as ready for review April 16, 2025 00:23
@jonathanl-bq
jonathanl-bq requested a review from a team as a code owner April 16, 2025 00:23
@jonathanl-bq jonathanl-bq changed the title Add command FUNCTION DELETE Go: Add command FUNCTION DELETE Apr 16, 2025

@tjzhang-BQ tjzhang-BQ left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

looks good to me

Signed-off-by: Jonathan Louie <Jonathan.Louie@improving.com>
Signed-off-by: Jonathan Louie <Jonathan.Louie@improving.com>
Signed-off-by: Jonathan Louie <Jonathan.Louie@improving.com>
Signed-off-by: Jonathan Louie <Jonathan.Louie@improving.com>
Signed-off-by: Jonathan Louie <Jonathan.Louie@improving.com>
Signed-off-by: Jonathan Louie <Jonathan.Louie@improving.com>
Signed-off-by: Jonathan Louie <Jonathan.Louie@improving.com>
Signed-off-by: Jonathan Louie <Jonathan.Louie@improving.com>
Signed-off-by: Jonathan Louie <Jonathan.Louie@improving.com>
Signed-off-by: Jonathan Louie <Jonathan.Louie@improving.com>
Signed-off-by: Jonathan Louie <Jonathan.Louie@improving.com>
@jonathanl-bq
jonathanl-bq force-pushed the go/ulojonat-funcdelete branch from 491e720 to 9f94ba6 Compare April 16, 2025 22:42
@jonathanl-bq
jonathanl-bq merged commit 9d250a9 into main Apr 16, 2025
avifenesh pushed a commit to avifenesh/valkey-glide that referenced this pull request Apr 18, 2025
* Implement FUNCTION DELETE command for Go client

Signed-off-by: Jonathan Louie <Jonathan.Louie@improving.com>

* Remove extra line added to standalone tests

Signed-off-by: Jonathan Louie <Jonathan.Louie@improving.com>

* Update CHANGELOG

Signed-off-by: Jonathan Louie <Jonathan.Louie@improving.com>

* Fix typo causing build error

Signed-off-by: Jonathan Louie <Jonathan.Louie@improving.com>

* Add missing client call

Signed-off-by: Jonathan Louie <Jonathan.Louie@improving.com>

* Fix build errors in integTests

Signed-off-by: Jonathan Louie <Jonathan.Louie@improving.com>

* Fix unit tests

Signed-off-by: Jonathan Louie <Jonathan.Louie@improving.com>

* Use correct version of FunctionDelete in cluster with route unit test

Signed-off-by: Jonathan Louie <Jonathan.Louie@improving.com>

* Check against correct error type in integTests

Signed-off-by: Jonathan Louie <Jonathan.Louie@improving.com>

* Remove unused deleteResult variables

Signed-off-by: Jonathan Louie <Jonathan.Louie@improving.com>

* Run formatter

Signed-off-by: Jonathan Louie <Jonathan.Louie@improving.com>

---------

Signed-off-by: Jonathan Louie <Jonathan.Louie@improving.com>
@yipin-chen yipin-chen mentioned this pull request Apr 19, 2025
12 tasks
ikolomi pushed a commit that referenced this pull request May 11, 2025
* Implement FUNCTION DELETE command for Go client

Signed-off-by: Jonathan Louie <Jonathan.Louie@improving.com>

* Remove extra line added to standalone tests

Signed-off-by: Jonathan Louie <Jonathan.Louie@improving.com>

* Update CHANGELOG

Signed-off-by: Jonathan Louie <Jonathan.Louie@improving.com>

* Fix typo causing build error

Signed-off-by: Jonathan Louie <Jonathan.Louie@improving.com>

* Add missing client call

Signed-off-by: Jonathan Louie <Jonathan.Louie@improving.com>

* Fix build errors in integTests

Signed-off-by: Jonathan Louie <Jonathan.Louie@improving.com>

* Fix unit tests

Signed-off-by: Jonathan Louie <Jonathan.Louie@improving.com>

* Use correct version of FunctionDelete in cluster with route unit test

Signed-off-by: Jonathan Louie <Jonathan.Louie@improving.com>

* Check against correct error type in integTests

Signed-off-by: Jonathan Louie <Jonathan.Louie@improving.com>

* Remove unused deleteResult variables

Signed-off-by: Jonathan Louie <Jonathan.Louie@improving.com>

* Run formatter

Signed-off-by: Jonathan Louie <Jonathan.Louie@improving.com>

---------

Signed-off-by: Jonathan Louie <Jonathan.Louie@improving.com>
affonsov pushed a commit that referenced this pull request Aug 21, 2026
* Implement FUNCTION DELETE command for Go client

Signed-off-by: Jonathan Louie <Jonathan.Louie@improving.com>

* Remove extra line added to standalone tests

Signed-off-by: Jonathan Louie <Jonathan.Louie@improving.com>

* Update CHANGELOG

Signed-off-by: Jonathan Louie <Jonathan.Louie@improving.com>

* Fix typo causing build error

Signed-off-by: Jonathan Louie <Jonathan.Louie@improving.com>

* Add missing client call

Signed-off-by: Jonathan Louie <Jonathan.Louie@improving.com>

* Fix build errors in integTests

Signed-off-by: Jonathan Louie <Jonathan.Louie@improving.com>

* Fix unit tests

Signed-off-by: Jonathan Louie <Jonathan.Louie@improving.com>

* Use correct version of FunctionDelete in cluster with route unit test

Signed-off-by: Jonathan Louie <Jonathan.Louie@improving.com>

* Check against correct error type in integTests

Signed-off-by: Jonathan Louie <Jonathan.Louie@improving.com>

* Remove unused deleteResult variables

Signed-off-by: Jonathan Louie <Jonathan.Louie@improving.com>

* Run formatter

Signed-off-by: Jonathan Louie <Jonathan.Louie@improving.com>

---------

Signed-off-by: Jonathan Louie <Jonathan.Louie@improving.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

go 🏃 golang wrapper

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants