You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
no samples about state management, such as redis, postgres. so should I just refer to the docs of dapr? and I just use the dapr.NewClient() to do so.
In the sample of output and input with kafka, I find the code _, err := ctx.Send("target", greeting).
so can I use the inovation of this style in redis, postgres crud?