{"id":13819555,"url":"https://github.com/pjambet/redis-in-ruby","last_synced_at":"2026-01-21T01:04:55.867Z","repository":{"id":56237630,"uuid":"264516639","full_name":"pjambet/redis-in-ruby","owner":"pjambet","description":"Redis, but in Ruby","archived":false,"fork":false,"pushed_at":"2023-01-15T20:41:39.000Z","size":1976,"stargazers_count":31,"open_issues_count":0,"forks_count":5,"subscribers_count":5,"default_branch":"master","last_synced_at":"2024-11-19T18:49:07.172Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://redis.pjam.me/","language":"Ruby","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/pjambet.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2020-05-16T20:00:01.000Z","updated_at":"2024-09-24T20:10:13.000Z","dependencies_parsed_at":"2023-02-09T23:45:56.119Z","dependency_job_id":null,"html_url":"https://github.com/pjambet/redis-in-ruby","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pjambet%2Fredis-in-ruby","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pjambet%2Fredis-in-ruby/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pjambet%2Fredis-in-ruby/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pjambet%2Fredis-in-ruby/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/pjambet","download_url":"https://codeload.github.com/pjambet/redis-in-ruby/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":254470303,"owners_count":22076566,"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":[],"created_at":"2024-08-04T08:00:50.114Z","updated_at":"2026-01-21T01:04:55.860Z","avatar_url":"https://github.com/pjambet.png","language":"Ruby","funding_links":[],"categories":["Happy Exploring 🤘"],"sub_categories":[],"readme":"# Rebuilding Redis in Ruby\n\nThe hugo code for [Rebuilding Redis in Ruby](https://redis.pjam.me)\n\n# Current status\n\nThe project's code follows an iterative approach where each chapter continues where the previous one left off.\n\nThe latest completed Chapter is [on Sorted Sets](code/chapter-10/).\n\n# Running locally\n\nYou can run the server locally with the following command from inside the corresponding chapter folder: `ruby -r\"./server\" -e \"BYORedis::Server.new\"`. By default it runs on port 2000. It starts a Redis Protocol compliant server, which you can interact with any Redis clients, such as `redis-cli`:\n\n``` sh\n\u003e redis-cli -p 2000\n127.0.0.1:2000\u003e SET a b\nOK\n127.0.0.1:2000\u003e GET a\n\"b\"\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpjambet%2Fredis-in-ruby","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpjambet%2Fredis-in-ruby","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpjambet%2Fredis-in-ruby/lists"}