{"id":16760362,"url":"https://github.com/roccomuso/keyv-etcd","last_synced_at":"2026-04-29T17:07:59.260Z","repository":{"id":30958188,"uuid":"126487324","full_name":"roccomuso/keyv-etcd","owner":"roccomuso","description":"Etcd Storage adapter for Keyv","archived":false,"fork":false,"pushed_at":"2021-11-30T16:54:36.000Z","size":42,"stargazers_count":4,"open_issues_count":1,"forks_count":0,"subscribers_count":4,"default_branch":"master","last_synced_at":"2025-04-05T07:11:52.054Z","etag":null,"topics":["adapter","etcd","js","keyv","keyvaluestore","nodejs","storage","store"],"latest_commit_sha":null,"homepage":null,"language":"JavaScript","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/roccomuso.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}},"created_at":"2018-03-23T13:14:06.000Z","updated_at":"2023-09-08T17:38:19.000Z","dependencies_parsed_at":"2022-08-07T16:00:28.257Z","dependency_job_id":null,"html_url":"https://github.com/roccomuso/keyv-etcd","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/roccomuso/keyv-etcd","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/roccomuso%2Fkeyv-etcd","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/roccomuso%2Fkeyv-etcd/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/roccomuso%2Fkeyv-etcd/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/roccomuso%2Fkeyv-etcd/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/roccomuso","download_url":"https://codeload.github.com/roccomuso/keyv-etcd/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/roccomuso%2Fkeyv-etcd/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32435213,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-29T13:34:34.882Z","status":"ssl_error","status_checked_at":"2026-04-29T13:34:29.830Z","response_time":110,"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":["adapter","etcd","js","keyv","keyvaluestore","nodejs","storage","store"],"created_at":"2024-10-13T04:23:15.720Z","updated_at":"2026-04-29T17:07:59.221Z","avatar_url":"https://github.com/roccomuso.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# @keyv/etcd [\u003cimg width=\"100\" align=\"right\" src=\"https://rawgit.com/lukechilds/keyv/master/media/logo.svg\" alt=\"keyv\"\u003e](https://github.com/lukechilds/keyv)\n\n\u003e Etcd storage adapter for Keyv\n\n[![Build Status](https://travis-ci.org/roccomuso/keyv-etcd.svg?branch=master)](https://travis-ci.org/roccomuso/keyv-etcd)\n[![Coverage Status](https://coveralls.io/repos/github/roccomuso/keyv-etcd/badge.svg?branch=master)](https://coveralls.io/github/roccomuso/keyv-etcd?branch=master)\n[![npm](https://img.shields.io/npm/v/@keyv/etcd.svg)](https://www.npmjs.com/package/@keyv/etcd)\n\n[Etcd](/coreos/etcd) storage adapter for [Keyv](https://github.com/lukechilds/keyv).\n\nTTL functionality is handled directly by Etcd so no timestamps are stored and expired keys are cleaned up internally.\n\n\n## Install\n\n```shell\nnpm install --save keyv @keyv/etcd\n```\n\n## Usage\n\n```js\nconst Keyv = require('keyv');\n\nconst keyv = new Keyv('etcd://127.0.0.1:2379');\nkeyv.on('error', handleConnectionError);\n```\n\nAny valid options will be passed directly to the [underlying store](https://github.com/stianeikeland/node-etcd#constructor-options).\n\ne.g:\n\n```js\nconst keyv = new Keyv('etcd://127.0.0.1:2379', { timeout: 1000, ssl: true });\n```\n\nOr you can manually create a storage adapter instance and pass it to Keyv:\n\n```js\nconst Keyv = require('keyv');\nconst KeyvEtcd = require('@keyv/etcd');\n\nconst etcd = new KeyvEtcd('etcd://127.0.0.1:2379');\nconst keyv = new Keyv({ store: etcd });\n```\n\n## License\n\nMIT © Rocco Musolino ([@roccomuso](https://twitter.com/roccomuso))\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Froccomuso%2Fkeyv-etcd","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Froccomuso%2Fkeyv-etcd","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Froccomuso%2Fkeyv-etcd/lists"}