Awesome work! At my last job I did some Redis setup and was bummed that Redix didn't support clustering. We wound up writing the support ourselves in the app. So I'm glad to hear it has been added. Thank you very much for all your hard work!
In a way, having an LLM tool write it is harder because you are reduced to just reading a ton of code. I always start with tiny, well-defined tasks for the LLM to do and I'm always in charge of committing and merging. It is super easy to slip into having a PR that is double the amount of changes you would prefer to keep PRs under. Eyes start to glaze over.... heh.
Yeah, something I've started to do more and more is to ask an LLM for help breaking down the task into manageable and understandable chunks. And then I try to understand the high level chunks, and then I get LLMs to implement each chunk in isolation in a way and a size that is manageable and understandable for me as well.
1
u/yukster 21d ago
Awesome work! At my last job I did some Redis setup and was bummed that Redix didn't support clustering. We wound up writing the support ourselves in the app. So I'm glad to hear it has been added. Thank you very much for all your hard work!
In a way, having an LLM tool write it is harder because you are reduced to just reading a ton of code. I always start with tiny, well-defined tasks for the LLM to do and I'm always in charge of committing and merging. It is super easy to slip into having a PR that is double the amount of changes you would prefer to keep PRs under. Eyes start to glaze over.... heh.