{"id":13805037,"url":"https://github.com/blacktrub/vmemcached","last_synced_at":"2025-05-13T18:33:08.215Z","repository":{"id":94009994,"uuid":"295137793","full_name":"blacktrub/vmemcached","owner":"blacktrub","description":"V memcached client library","archived":false,"fork":false,"pushed_at":"2021-02-21T12:57:38.000Z","size":132,"stargazers_count":11,"open_issues_count":0,"forks_count":2,"subscribers_count":3,"default_branch":"master","last_synced_at":"2024-11-18T21:46:53.793Z","etag":null,"topics":["memcached-clients","vlang"],"latest_commit_sha":null,"homepage":"","language":"V","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/blacktrub.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null}},"created_at":"2020-09-13T11:33:32.000Z","updated_at":"2022-05-07T21:48:32.000Z","dependencies_parsed_at":"2023-03-13T17:08:25.129Z","dependency_job_id":null,"html_url":"https://github.com/blacktrub/vmemcached","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/blacktrub%2Fvmemcached","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/blacktrub%2Fvmemcached/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/blacktrub%2Fvmemcached/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/blacktrub%2Fvmemcached/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/blacktrub","download_url":"https://codeload.github.com/blacktrub/vmemcached/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":254003482,"owners_count":21997896,"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":["memcached-clients","vlang"],"created_at":"2024-08-04T01:00:56.634Z","updated_at":"2025-05-13T18:33:07.853Z","avatar_url":"https://github.com/blacktrub.png","language":"V","funding_links":[],"categories":["Libraries"],"sub_categories":["Database clients"],"readme":"# Vmemcached\nThis is a memcached client library for the V programming langugage (https://vlang.io)\n\nMore about client protocol and another memcached stuff you can see [here](https://memcached.org/)\n\n# Installation\n```bash\nv install blacktrub.vmemcached\n```\n\n# Documentation\nEach method of this library has test case, so you can use test module as documentation, feel free to open issue if it is not enough\n\n# Quick start example\n```v\nmodule main\n\nimport blacktrub.vmemcached\n\nfn main() {\n    m := vmemcached.connect(vmemcached.Connection{}) or {\n        panic(err)\n    }\n    println(m.get('foo'))\n}\n```\n\n# How run tests\nFor run tests you must run docker container with memcached\n```bash\ndocker run -d --name mmhed -p 11211:11211 memcached -vv\n```\n\nAnd just run tests in project directory\n```v\nv test .\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fblacktrub%2Fvmemcached","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fblacktrub%2Fvmemcached","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fblacktrub%2Fvmemcached/lists"}