{"id":28343060,"url":"https://github.com/a2p1k02/lodis","last_synced_at":"2026-04-25T23:34:42.220Z","repository":{"id":289044489,"uuid":"969943505","full_name":"a2p1k02/lodis","owner":"a2p1k02","description":"implementation of Redis","archived":false,"fork":false,"pushed_at":"2025-05-21T04:25:01.000Z","size":10,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-06-19T19:44:22.231Z","etag":null,"topics":["cli","cpp","cpp20","redis"],"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/a2p1k02.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":"2025-04-21T07:32:04.000Z","updated_at":"2025-05-21T04:25:04.000Z","dependencies_parsed_at":"2025-04-21T08:50:11.081Z","dependency_job_id":null,"html_url":"https://github.com/a2p1k02/lodis","commit_stats":null,"previous_names":["a2p1k02/lodis"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/a2p1k02/lodis","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/a2p1k02%2Flodis","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/a2p1k02%2Flodis/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/a2p1k02%2Flodis/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/a2p1k02%2Flodis/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/a2p1k02","download_url":"https://codeload.github.com/a2p1k02/lodis/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/a2p1k02%2Flodis/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32280977,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-25T18:29:39.964Z","status":"ssl_error","status_checked_at":"2026-04-25T18:29:32.149Z","response_time":59,"last_error":"SSL_read: 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":["cli","cpp","cpp20","redis"],"created_at":"2025-05-27T06:28:16.502Z","updated_at":"2026-04-25T23:34:42.216Z","avatar_url":"https://github.com/a2p1k02.png","language":"C++","funding_links":[],"categories":[],"sub_categories":[],"readme":"# LODIS\n\nLODIS - local dictionary server. This is my implementation of Redis.\nThis is just my way to write some code in C++\n\n## Example\n```c++\n#include \u003ciostream\u003e\n#include \"lodis/in_memory_db.h\"\n\nint main() {\n    InMemoryDB db;\n\n    db.set(\"mykey\", \"myvalue\");\n    std::cout \u003c\u003c \"Value: \" \u003c\u003c db.get(\"mykey\") \u003c\u003c std::endl;\n\n    db.get(\"mykey\");\n\n    db.del(\"mykey\");\n    std::cout \u003c\u003c \"Value after delete: \" \u003c\u003c db.get(\"mykey\") \u003c\u003c std::endl;\n\n    db.get(\"mykey\");\n    \n    return 0;\n}\n```","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fa2p1k02%2Flodis","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fa2p1k02%2Flodis","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fa2p1k02%2Flodis/lists"}