{"id":21519253,"url":"https://github.com/erickj3/redis-like-rust","last_synced_at":"2026-01-29T00:07:25.366Z","repository":{"id":263136075,"uuid":"889435262","full_name":"ErickJ3/redis-like-rust","owner":"ErickJ3","description":"A redis-like in rust 🦀","archived":false,"fork":false,"pushed_at":"2024-11-17T13:55:13.000Z","size":24,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-04-28T00:58:30.921Z","etag":null,"topics":["database","redis","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/ErickJ3.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,"zenodo":null}},"created_at":"2024-11-16T11:30:19.000Z","updated_at":"2024-11-18T13:28:10.000Z","dependencies_parsed_at":"2024-11-23T08:03:11.558Z","dependency_job_id":null,"html_url":"https://github.com/ErickJ3/redis-like-rust","commit_stats":null,"previous_names":["erickj3/redis-like-rust"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/ErickJ3/redis-like-rust","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ErickJ3%2Fredis-like-rust","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ErickJ3%2Fredis-like-rust/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ErickJ3%2Fredis-like-rust/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ErickJ3%2Fredis-like-rust/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ErickJ3","download_url":"https://codeload.github.com/ErickJ3/redis-like-rust/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ErickJ3%2Fredis-like-rust/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28856973,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-28T22:56:21.783Z","status":"ssl_error","status_checked_at":"2026-01-28T22:56:00.861Z","response_time":57,"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":["database","redis","rust"],"created_at":"2024-11-24T00:57:15.857Z","updated_at":"2026-01-29T00:07:25.355Z","avatar_url":"https://github.com/ErickJ3.png","language":"Rust","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Rust Redis-like Server\n\nA lightweight Redis-like server implementation in Rust supporting basic key-value operations with optional expiration times. The server implements a subset of the RESP (Redis Serialization Protocol) and handles concurrent connections using Tokio.\n\n## Features\n\n- Basic Redis commands (PING, ECHO, GET, SET)\n- Key expiration with PX option\n- Thread-safe concurrent access\n- RESP protocol support\n- Automatic cleanup of expired keys\n\n## Commands\n\n### PING\nReturns PONG. Used for connection testing.\n```\n\u003e PING\n\u003c PONG\n```\n\n### ECHO\nReturns the given message.\n```\n\u003e ECHO message\n\u003c message\n```\n\n### SET\nStores a key-value pair, optionally with expiration time in milliseconds.\n```\n\u003e SET key value\n\u003c OK\n\n\u003e SET key value PX 1000  # Expires after 1 second\n\u003c OK\n```\n\n### GET\nRetrieves the value for a given key.\n```\n\u003e GET key\n\u003c value\n\n\u003e GET nonexistent\n\u003c (nil)\n```","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ferickj3%2Fredis-like-rust","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ferickj3%2Fredis-like-rust","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ferickj3%2Fredis-like-rust/lists"}