@dgarcia Thanks for the feedback!
I have addressed all the review comments:
- Applied go fmt for consistent indentation (tabs instead of spaces)
- Removed fallback logic in redismock to…
Understood, removing the error fallback so the process crashes naturally if there's an issue parsing the test data bzip. Will fix this along with the indentation changes.
Hi @danigm, thank you for the feedback! I will fix the indentation to use tabs instead of spaces. Will push the changes shortly.
Hi,
I’ve implemented a minimal root index page based on the previous discussion and feedback on keeping it simple.
PR: #193
It serves a static HTML page at / with basic usage…
Hi, I have implemented a solution for this issue by introducing a --test-run mode to allow running the service without a Redis instance.
This includes:
- Adding a RedisClient interface -…
Hi,
Initially I faced an issue while trying to fork the repository (it was showing no owner), but after trying again I was able to fork it successfully and will proceed with the task.
Thanks!
Hi,
I tried to fork the repository, but it seems that forking is disabled, and I also don't have push access.
Could you please guide me on the preferred contribution workflow for external…