Tags: TheAlpha16/cnc-go
Tags
v0.1.0 (#1) * feat: add registry implementation for command handling * feat: add Command and Handler types for distributed commands * feat: add common error variables for command handling * feat: new error types for transport and CNC states * feat: Valkey transport implementation for CNC * feat: add implementation of CNC package * add: README with quick start guide and documentation * fix: remove error handling from goroutines and Valkey subscriptions * fix: formatting issue in README * feat: add support for options * ref: update example to follow new options * fix: quick start in README * ref: add caution note in README * fix: remove ugly README * fix: formatting in README * fix: replace time.After with time.Sleep in valkey Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> --------- Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>