{"id":19083708,"url":"https://github.com/deepstreamio/deepstream.io-cache-memcached","last_synced_at":"2025-04-30T08:56:10.678Z","repository":{"id":25705986,"uuid":"29142660","full_name":"deepstreamIO/deepstream.io-cache-memcached","owner":"deepstreamIO","description":"A cache connector for Memcached","archived":false,"fork":false,"pushed_at":"2023-02-28T13:53:34.000Z","size":482,"stargazers_count":7,"open_issues_count":6,"forks_count":6,"subscribers_count":12,"default_branch":"master","last_synced_at":"2024-10-12T17:58:02.410Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/deepstreamIO.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2015-01-12T15:46:06.000Z","updated_at":"2022-02-20T11:54:40.000Z","dependencies_parsed_at":"2023-01-14T03:14:41.207Z","dependency_job_id":null,"html_url":"https://github.com/deepstreamIO/deepstream.io-cache-memcached","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/deepstreamIO%2Fdeepstream.io-cache-memcached","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/deepstreamIO%2Fdeepstream.io-cache-memcached/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/deepstreamIO%2Fdeepstream.io-cache-memcached/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/deepstreamIO%2Fdeepstream.io-cache-memcached/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/deepstreamIO","download_url":"https://codeload.github.com/deepstreamIO/deepstream.io-cache-memcached/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":223780069,"owners_count":17201287,"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":[],"created_at":"2024-11-09T02:48:50.140Z","updated_at":"2024-11-09T02:48:50.790Z","avatar_url":"https://github.com/deepstreamIO.png","language":"TypeScript","readme":"# deepstream.io-cache-memcached\n\n[![Build Status](https://travis-ci.org/deepstreamIO/deepstream.io-cache-memcached.svg?branch=master)](https://travis-ci.org/deepstreamIO/deepstream.io-cache-memcached)\n[![Coverage Status](https://coveralls.io/repos/github/deepstreamIO/deepstream.io-cache-memcached/badge.svg?branch=master)](https://coveralls.io/github/deepstreamIO/deepstream.io-cache-memcached?branch=master)\n[![npm](https://img.shields.io/npm/v/deepstream.io-cache-memcached.svg)](https://www.npmjs.com/package/deepstream.io-cache-memcached)\n[![Dependency Status](https://david-dm.org/deepstreamIO/deepstream.io-cache-memcached.svg)](https://david-dm.org/deepstreamIO/deepstream.io-cache-memcached)\n[![devDependency Status](https://david-dm.org/deepstreamIO/deepstream.io-cache-memcached/dev-status.svg)](https://david-dm.org/deepstreamIO/deepstream.io-cache-memcached#info=devDependencies) \n\nA [deepstream.io](http://deepstream.io/) cache connector for [memcached](http://memcached.org/)\n\nThis connector uses [the npm memcached package](https://www.npmjs.com/package/memcached). Please have a look there for detailed options.\n\n##Basic Setup\n```yaml\nplugins:\n  cache:\n    name: memcached\n    options:\n      serverLocation: ${MEMCACHED_URL}\n```\n\n```javascript\nvar Deepstream = require( 'deepstream.io' ),\n    MemcachedConnector = require( 'deepstream.io-cache-memcached' ),\n    server = new Deepstream();\n\nserver.set( 'cache', new MemcachedConnector({\n  serverLocation: 'localhost:11211'\n}));\n\nserver.start();\n```\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdeepstreamio%2Fdeepstream.io-cache-memcached","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdeepstreamio%2Fdeepstream.io-cache-memcached","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdeepstreamio%2Fdeepstream.io-cache-memcached/lists"}