Skip to content

Tags: TheAlpha16/cnc-go

Tags

v0.1.1

Toggle v0.1.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Update Go version to 1.24 (#2)

- update go version from v1.24.3 to v1.24

v0.1.0

Toggle v0.1.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
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>