{"id":19324296,"url":"https://github.com/a7bari/codecrafters-redis-go","last_synced_at":"2025-07-27T06:07:38.879Z","repository":{"id":261466372,"uuid":"884391716","full_name":"A7bari/codecrafters-redis-go","owner":"A7bari","description":"Build Your Own Redis This is my implementation of the \"Build your own Redis\" challenge from Codecrafters. I've built a Redis-compatible server using Go, covering the following key features: Command Handling, RDB Persistence, Replication, Streams, and Transactions","archived":false,"fork":false,"pushed_at":"2024-11-06T23:25:01.000Z","size":126,"stargazers_count":4,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-04-22T14:04:52.554Z","etag":null,"topics":["codecrafters","golang","redis","replication","streams","system-programming","transactions"],"latest_commit_sha":null,"homepage":"","language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/A7bari.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-11-06T17:03:15.000Z","updated_at":"2025-01-12T18:30:12.000Z","dependencies_parsed_at":"2025-02-24T06:25:23.870Z","dependency_job_id":null,"html_url":"https://github.com/A7bari/codecrafters-redis-go","commit_stats":null,"previous_names":["a7bari/codecrafters-redis-go"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/A7bari%2Fcodecrafters-redis-go","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/A7bari%2Fcodecrafters-redis-go/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/A7bari%2Fcodecrafters-redis-go/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/A7bari%2Fcodecrafters-redis-go/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/A7bari","download_url":"https://codeload.github.com/A7bari/codecrafters-redis-go/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":250255709,"owners_count":21400410,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["codecrafters","golang","redis","replication","streams","system-programming","transactions"],"created_at":"2024-11-10T02:04:27.417Z","updated_at":"2025-04-22T14:05:11.277Z","avatar_url":"https://github.com/A7bari.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Build Your Own Redis\n\n\nThis is my implementation of the [\"Build Your Own Redis\" ](https://codecrafters.io/challenges/redis) challenge from Codecrafters. I've built a Redis-compatible server using Go, covering the following key features:\n\n## Command Handling\nImplemented the basic Redis command protocol to handle common commands like `SET`, `GET`, `DEL`, etc. The server can parse client requests and execute the corresponding operations.\n\n## RDB Persistence\nAdded support for reading and writing Redis' RDB (Redis Database) files, allowing data to persist across server restarts.\n\n## Replication\nImplemented a basic replication mechanism, where a Redis server can function as a replica, replicating data from a master server.\n\n## Streams\nIncluded support for Redis Streams, a data structure that enables advanced message queue and event streaming functionality.\n\n## Transactions\nAdded transaction support, allowing clients to execute multiple commands as an atomic unit, with rollback capabilities.\n\nThis project was a great learning experience, diving deep into the inner workings of Redis and building a functional in-memory data store from scratch.\n\nFeel free to explore the code and let me know if you have any questions or feedback!\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fa7bari%2Fcodecrafters-redis-go","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fa7bari%2Fcodecrafters-redis-go","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fa7bari%2Fcodecrafters-redis-go/lists"}