Skip to content

v1.0.1 - Module Path Fix & Performance Improvements

Latest

Choose a tag to compare

@boldbug1 boldbug1 released this 14 Sep 05:02
· 2 commits to main since this release

Patch release addressing package installability, code formatting, and memory optimization.

Changes

  • Module Path: Updated go.mod path to github.com/boldbug1/tiny-redis to allow installation via go install.
  • Routing: Refactored command dispatch from nested if/else checks to an idiomatic Go switch.
  • Memory Optimization: Swapped fmt.Sprintf with fmt.Appendf across response handlers to eliminate intermediate heap allocations.
  • Code Standards: Applied canonical formatting via gofmt.

Full Changelog: v1.0.0...v1.0.1