{"id":17207350,"url":"https://github.com/abdus/rust-redis","last_synced_at":"2026-04-29T00:04:00.837Z","repository":{"id":207990924,"uuid":"720547281","full_name":"abdus/rust-redis","owner":"abdus","description":"A Redis server implementation in Rust","archived":false,"fork":false,"pushed_at":"2023-12-02T10:15:05.000Z","size":32,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-01-30T10:15:30.242Z","etag":null,"topics":["redis","redis-client","redis-server","rust"],"latest_commit_sha":null,"homepage":"","language":"Rust","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/abdus.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":"2023-11-18T20:16:56.000Z","updated_at":"2023-11-20T13:30:04.000Z","dependencies_parsed_at":"2023-11-23T10:28:58.063Z","dependency_job_id":"7bb361e5-6cf9-49c7-bbe9-f4ad6d38e8b7","html_url":"https://github.com/abdus/rust-redis","commit_stats":null,"previous_names":["abdus/rust-redis"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/abdus%2Frust-redis","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/abdus%2Frust-redis/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/abdus%2Frust-redis/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/abdus%2Frust-redis/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/abdus","download_url":"https://codeload.github.com/abdus/rust-redis/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245449681,"owners_count":20617190,"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":["redis","redis-client","redis-server","rust"],"created_at":"2024-10-15T02:45:15.552Z","updated_at":"2026-04-29T00:04:00.806Z","avatar_url":"https://github.com/abdus.png","language":"Rust","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Redis Implementation\n\nThis Rust project implements a simple RESP2 (REdis Serialization Protocol 2)\nserver. RESP2 is a binary-safe protocol used by Redis for communication between\nclients and servers. The server listens on the specified IP address and port\n(0.0.0.0:6379 by default) and handles basic RESP2 commands such as PING and\nGET.\n\n## Table of Contents\n\n- [Getting Started](#getting-started)\n- [Usage](#usage)\n- [File Structure](#file-structure)\n- [Contributing](#contributing)\n- [License](#license)\n\n## Getting Started\n\nTo get started with the RESP2 server, ensure you have Rust installed on your\nsystem. You can install Rust by following the instructions on the [official\nRust website](https://www.rust-lang.org/).\n\nClone the repository:\n\n```bash\ngit clone https://github.com/abdus/redis-server.git\ncd redis-server\n```\n\nBuild and run the server:\n\n```rust\ncargo run\n```\n\nBy default, the server will listen on 0.0.0.0:6379. You can modify the IP\nconstant in the main.rs file to change the IP address and port.\n\n## Usage\n\nConnect to the RESP2 server using a Redis client or any RESP2-compatible tool.\nThe server currently supports the PING command. For any other command, it will\nrespond with an error indicating that the command is not implemented.\n\nExample using the redis-cli tool:\n\n```bash\n$ redis-cli -p 6379\n127.0.0.1:6379\u003ePING\nHello from the Other Side\n```\n\nhttps://github.com/abdus/rust-redis/assets/32123917/f8499757-1051-4636-95c5-13033d2df458\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fabdus%2Frust-redis","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fabdus%2Frust-redis","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fabdus%2Frust-redis/lists"}