{"id":17092747,"url":"https://github.com/ananthakumaran/memcachex","last_synced_at":"2025-12-17T21:50:21.635Z","repository":{"id":14431700,"uuid":"17142971","full_name":"ananthakumaran/memcachex","owner":"ananthakumaran","description":"Memcached client for Elixir","archived":false,"fork":false,"pushed_at":"2025-01-01T08:04:18.000Z","size":198,"stargazers_count":40,"open_issues_count":3,"forks_count":21,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-04-10T01:09:37.987Z","etag":null,"topics":["elixir","memcache"],"latest_commit_sha":null,"homepage":"https://hexdocs.pm/memcachex","language":"Elixir","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/ananthakumaran.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE.md","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2014-02-24T16:46:07.000Z","updated_at":"2025-01-20T10:06:50.000Z","dependencies_parsed_at":"2023-01-13T17:56:39.361Z","dependency_job_id":null,"html_url":"https://github.com/ananthakumaran/memcachex","commit_stats":null,"previous_names":[],"tags_count":17,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ananthakumaran%2Fmemcachex","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ananthakumaran%2Fmemcachex/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ananthakumaran%2Fmemcachex/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ananthakumaran%2Fmemcachex/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ananthakumaran","download_url":"https://codeload.github.com/ananthakumaran/memcachex/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248137886,"owners_count":21053775,"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":["elixir","memcache"],"created_at":"2024-10-14T14:02:28.731Z","updated_at":"2025-12-17T21:50:21.555Z","avatar_url":"https://github.com/ananthakumaran.png","language":"Elixir","readme":"# Memcache\n\n[![CI](https://github.com/ananthakumaran/memcachex/actions/workflows/ci.yml/badge.svg)](https://github.com/ananthakumaran/memcachex/actions/workflows/ci.yml)\n[![Hex.pm](https://img.shields.io/hexpm/v/memcachex.svg)](https://hex.pm/packages/memcachex)\n[![Hex Docs](https://img.shields.io/badge/hex-docs-lightgreen.svg)](https://hexdocs.pm/memcachex/)\n[![Total Download](https://img.shields.io/hexpm/dt/memcachex.svg)](https://hex.pm/packages/memcachex)\n[![License](https://img.shields.io/hexpm/l/memcachex.svg)](https://github.com/ananthakumaran/memcachex/blob/master/LICENSE)\n[![Last Updated](https://img.shields.io/github/last-commit/ananthakumaran/memcachex.svg)](https://github.com/ananthakumaran/memcachex/commits/master)\n\nMemcached client for Elixir.\n\n## Installation\n\n```elixir\ndefp deps() do\n  [\n    {:memcachex, \"~\u003e 0.5\"}\n  ]\nend\n```\n\n## Overview\n\nMemcachex comes with two kinds of API, a high level one named\n`Memcache` which provides functions to perform most of the common\nusecases and a low level one named `Memcache.Connection` which\nprovides a less restrictive API. See the\n[documentation](https://hexdocs.pm/memcachex) for more information\n\n## Examples\n\n```elixir\n{:ok, pid} = Memcache.start_link()\n{:ok} = Memcache.set(pid, \"hello\", \"world\")\n{:ok, \"world\"} = Memcache.get(pid, \"hello\")\n```\n\nSee [test folder](https://github.com/ananthakumaran/memcachex/tree/master/test) for further examples.\n\n## Copyright and License\n\nCopyright (c) 2014 Anantha Kumaran\n\nThis software is licensed under [the MIT license](./LICENSE.md).\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fananthakumaran%2Fmemcachex","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fananthakumaran%2Fmemcachex","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fananthakumaran%2Fmemcachex/lists"}