{"id":17327826,"url":"https://github.com/zyy17/simple_resp","last_synced_at":"2026-03-02T08:34:26.198Z","repository":{"id":162929157,"uuid":"104070145","full_name":"zyy17/simple_resp","owner":"zyy17","description":"simple_resp is a simple RESP(REdis Serialization Protocol) decode and encode library base on C++11.","archived":false,"fork":false,"pushed_at":"2017-10-19T09:15:12.000Z","size":12,"stargazers_count":4,"open_issues_count":4,"forks_count":3,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-04-14T17:21:35.876Z","etag":null,"topics":["redis","resp"],"latest_commit_sha":null,"homepage":"","language":"C++","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/zyy17.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":"2017-09-19T12:10:10.000Z","updated_at":"2024-06-09T03:38:53.000Z","dependencies_parsed_at":null,"dependency_job_id":"8e95037c-e350-4ad0-9f08-7df2fe88a6c2","html_url":"https://github.com/zyy17/simple_resp","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/zyy17/simple_resp","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zyy17%2Fsimple_resp","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zyy17%2Fsimple_resp/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zyy17%2Fsimple_resp/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zyy17%2Fsimple_resp/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/zyy17","download_url":"https://codeload.github.com/zyy17/simple_resp/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zyy17%2Fsimple_resp/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29995912,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-02T01:47:34.672Z","status":"online","status_checked_at":"2026-03-02T02:00:07.342Z","response_time":60,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":["redis","resp"],"created_at":"2024-10-15T14:21:15.754Z","updated_at":"2026-03-02T08:34:26.159Z","avatar_url":"https://github.com/zyy17.png","language":"C++","funding_links":[],"categories":[],"sub_categories":[],"readme":"## Overview\n\nsimple_resp is a simple RESP(REdis Serialization Protocol) decode and encode library base on C++11.\n\n## API\n\nAs the name says, simple_resp is quite **simple**. It just has two basic class: `decoder` and `encoder`.\nIt will always follow KISS principle and just use basic C++11 features.\n\n\n## How to Run\n\n- g++ (C++11 supported, maybe g++ \u003e 4.8);\n\n- compile command:\n\n    simple_resp is managed by CMake. You can compile the project as following commands:\n\n      $ mkdir build \u0026\u0026 cd build\n      $ cmake ..\n      $ make\n\n    You can run simple unit test:\n\n      $ make test\n\n## WIP\n\n- complete RESP support\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzyy17%2Fsimple_resp","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fzyy17%2Fsimple_resp","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzyy17%2Fsimple_resp/lists"}