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?