The goal of this project is to see how we can use ChatGPT for coding, not write the 200th Redis Client. The result is a working distributed, fault-tolerant Redis client in Go that it can easily reimplement in other languages.
Table of contents
Pair Programming With AI: Writing a Distributed, Fault-Tolerant Redis Client Using ChatGPTProject GoalsWhat are we trying to build?Setting up a basic single-node clientAdding ReplicationAdding ShardingCan ChatGPT Polyglot?ConclusionSort: