build-your-own-redis
build-your-own-redis copied to clipboard
Ensure Redis has stage 2 solutions and hints for all languages
[!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-niopackage,zig build, etc.).- Guidance & Docs:
- Add
config.ymlhints per language (how to accept connections and send responses).- Add language-specific
README.mdwith stage instructions.Written by Cursor Bugbot for commit f6f7accbfe1cc62f9ba039f6aa924d30a1d82b56. This will update automatically on new commits. Configure here.