Replies: 4 comments 4 replies
-
@jbrinkman please see the feedback. Thanks @marcind. |
Beta Was this translation helpful? Give feedback.
-
Thanks for the feedback. This is one of the tasks that I am currently working on. Issue #3334 is meant to address this issue (although the issue description could use some updating to more fully encapsulate the true scope) |
Beta Was this translation helpful? Give feedback.
-
I haven't done the API folder refactor yet, but it is coming. I am currently refactoring purely private code into the |
Beta Was this translation helpful? Give feedback.
-
This discussion is addressed in PR #3860 |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
The current Go package name of
api
has some problems, including not following naming conventions.util
or similar names).api.NewGlideClusterClient(api.NewGlideClusterClientOptions())
import "github.com/valkey-io/valkey-glide/go/v2/api"
Once you consider that Go GA will ship as part of v2, the current layout requires this usage:
A more idiomatic way would be the following:
glide
Then typical code looks like this:
Beta Was this translation helpful? Give feedback.
All reactions