Awesome
cmd-stream-examples-go
Demonstrates several examples of using cmd-stream-go with the mus-stream-go serializer. It consists of the following packages (each package is one example):
- standard - demonstrates the standard use of cmd-stream-go.
- multi_result - demonstrates an example where the command returns multiple results.
- max_cmd_size - shows how you can set the maximum command size supported by the server.
- data_versioning - shows how you can use different versions of the same command, for example, to support old clients.
- keepalive - demonstrates the keepalive feature.
- reconnect - demonstrates the reconnect feature.
- rpc - shows how cmd-stream-go can be used to implement RPC.
- tls - cmd-stream-go + TLS.
You can find more information in the corresponding main.go
files.