{"id":26192696,"url":"https://github.com/asynched/gokvdb","last_synced_at":"2026-04-18T20:33:12.358Z","repository":{"id":220423163,"uuid":"751603679","full_name":"asynched/gokvdb","owner":"asynched","description":"A key-value database similar to memcached written in Go.","archived":false,"fork":false,"pushed_at":"2024-02-02T00:16:02.000Z","size":6,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-12-12T22:43:53.290Z","etag":null,"topics":["database","go"],"latest_commit_sha":null,"homepage":"","language":"Go","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/asynched.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}},"created_at":"2024-02-01T23:44:09.000Z","updated_at":"2024-02-02T00:16:29.000Z","dependencies_parsed_at":"2024-02-02T01:29:32.252Z","dependency_job_id":"70c278c9-c5e3-4e3c-8022-c19a42e44226","html_url":"https://github.com/asynched/gokvdb","commit_stats":null,"previous_names":["asynched/gokvdb"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/asynched/gokvdb","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/asynched%2Fgokvdb","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/asynched%2Fgokvdb/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/asynched%2Fgokvdb/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/asynched%2Fgokvdb/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/asynched","download_url":"https://codeload.github.com/asynched/gokvdb/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/asynched%2Fgokvdb/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31984137,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-18T20:23:30.271Z","status":"ssl_error","status_checked_at":"2026-04-18T20:23:29.375Z","response_time":103,"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":["database","go"],"created_at":"2025-03-12T01:24:24.114Z","updated_at":"2026-04-18T20:33:12.334Z","avatar_url":"https://github.com/asynched.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# gokvdb\n\nA key-value database similar to memcached written in Go.\n\n## Installation\n\n### Requirements\n\n- Go\n- GNU/Make\n\n### Build\n\nBuild the server with:\n\n```sh\nmake server\n```\n\n\u003e This will generate a `bin/server` executable\n\nBuild the client with:\n\n```sh\nmake client\n```\n\n\u003e This will generate a `bin/client` executable\n\n### Commands\n\n#### SET\n\nSets a new entry in the database with a key, value and time to live in seconds (ttl).\n\n```sh\n# SET key value ttl\n?\u003e SET name asynched 10\n```\n\n#### GET\n\nRetrieves the value of a key from the database.\n\n```sh\n# GET key\n?\u003e GET name\n```\n\n#### DELETE\n\nDeletes a key from the database.\n\n```sh\n# DELETE key\n?\u003e DELETE name\n```\n\n#### FLUSHALL\n\nDeletes all keys from the database.\n\n```sh\n# FLUSHALL\n?\u003e FLUSHALL\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fasynched%2Fgokvdb","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fasynched%2Fgokvdb","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fasynched%2Fgokvdb/lists"}