{"id":28804502,"url":"https://github.com/ckampfe/rex","last_synced_at":"2026-04-29T09:05:38.239Z","repository":{"id":297888793,"uuid":"998210700","full_name":"ckampfe/rex","owner":"ckampfe","description":"A little crappy implementation of Redis","archived":false,"fork":false,"pushed_at":"2025-07-14T17:49:38.000Z","size":40,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-07-14T22:37:47.468Z","etag":null,"topics":["elixir","elixir-lang","key-value","redis"],"latest_commit_sha":null,"homepage":"","language":"Elixir","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"bsd-3-clause","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/ckampfe.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2025-06-08T05:23:42.000Z","updated_at":"2025-07-14T17:49:40.000Z","dependencies_parsed_at":null,"dependency_job_id":"72d511c2-b998-46ed-b949-64f4a27b7a01","html_url":"https://github.com/ckampfe/rex","commit_stats":null,"previous_names":["ckampfe/rex"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/ckampfe/rex","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ckampfe%2Frex","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ckampfe%2Frex/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ckampfe%2Frex/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ckampfe%2Frex/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ckampfe","download_url":"https://codeload.github.com/ckampfe/rex/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ckampfe%2Frex/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32418203,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-29T06:29:02.080Z","status":"ssl_error","status_checked_at":"2026-04-29T06:29:00.631Z","response_time":110,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"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":["elixir","elixir-lang","key-value","redis"],"created_at":"2025-06-18T09:03:57.059Z","updated_at":"2026-04-29T09:05:38.235Z","avatar_url":"https://github.com/ckampfe.png","language":"Elixir","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Rex\n\nA little crappy implementation of Redis\n\n[![Elixir CI](https://github.com/ckampfe/rex/actions/workflows/elixir.yml/badge.svg)](https://github.com/ckampfe/rex/actions/workflows/elixir.yml)\n\n## Run\n\nstart the server:\n```sh\n$ iex -S mix\n```\n\nconnect to it:\n```sh\n$ redis-cli\n```\n\n## supported operations\n\n#### Strings\n\n- GET\n- SET\n\n#### Hashes\n\n- HGET\n- HSET\n- HGETALL\n- HLEN\n- HDEL\n- HKEYS\n- HMGET\n- HEXISTS\n- HINCRBY\n\n#### Lists\n\n- LPUSH\n- RPUSH\n- LPOP\n- RPOP\n- LLEN\n- BLPOP\n- BRPOP\n\n#### Sets\n\n- SADD\n- SMEMBERS\n- SISMEMBER\n\n#### Misc\n\n- PING\n\n## design\n\nStrings (`GET`, `SET`) are partitioned across N servers where N = `System.schedulers_online()`.\n\nEach hash and list gets its own server, so operations on hash/list `a` and hash/list `b` happen concurrently.\n\nUses [Thousand Island](https://hexdocs.pm/thousand_island/ThousandIsland.html) for TCP connection pooling.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fckampfe%2Frex","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fckampfe%2Frex","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fckampfe%2Frex/lists"}