build-your-own-redis icon indicating copy to clipboard operation
build-your-own-redis copied to clipboard

Ensure Redis has stage 2 solutions and hints for all languages

Open TropicolX opened this issue 1 month ago • 0 comments

[!NOTE] Implements TCP servers that reply with “+PONG\r\n” on connection for all language tracks, adding necessary build/run scaffolding and language-specific hints.

  • Stage 2 Implementations:
    • Return "+PONG\r\n" on first client connection across: C, C++, Clojure, Crystal, C#, Elixir, Gleam, Haskell, Java, JavaScript, Kotlin, OCaml, Odin, PHP, Ruby, Scala, Swift, TypeScript, Zig.
  • Build/Run Scaffolding:
    • Add per-language compile/run scripts and project configs (e.g., cmake, stack, sbt, gradle, dune, swift-nio package, zig build, etc.).
  • Guidance & Docs:
    • Add config.yml hints per language (how to accept connections and send responses).
    • Add language-specific README.md with stage instructions.

Written by Cursor Bugbot for commit f6f7accbfe1cc62f9ba039f6aa924d30a1d82b56. This will update automatically on new commits. Configure here.

TropicolX avatar Nov 14 '25 22:11 TropicolX