feat(redis,memcache): enrich redis/memcache commands#115
Closed
ucloud-umem-qingpfang wants to merge 1 commit into
Closed
feat(redis,memcache): enrich redis/memcache commands#115ucloud-umem-qingpfang wants to merge 1 commit into
ucloud-umem-qingpfang wants to merge 1 commit into
Conversation
- redis: add modify-name, modify-password, flush, isolation, resize, list-block, list-proxy, create-proxy, delete-proxy, resize-proxy - redis: introduce describeRedisMode to dispatch delete/restart by resource type instead of id prefix guessing - memcache: add resize command - bump ucloud-sdk-go to v0.22.90 - update golden testdata for cmdtree and completion Co-Authored-By: Claude <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Enrich the
redisandmemcacheproducts with new commands and a cleaner resource-type dispatch.Changes
redis
modify-name,modify-password,flush,isolation,resize,list-block,list-proxy,create-proxy,delete-proxy,resize-proxydescribeRedisModeto dispatchdelete/restartby resource type instead of guessing from the id prefix (uredis/uhredis/uregionredis/udredis)BlockRow/ProxyRowrow typesmemcache
resizecommandDeps / testdata
github.com/ucloud/ucloud-sdk-gotov0.22.90cmdtree/completiongolden testdata for redis and memcacheNotes
go build ./products/redis/... ./products/memcache/...passes.go.mod/go.sumon the fork's master (the previous commit was discarded via force-push and replaced with a clean one).