{"id":21330745,"url":"https://github.com/gialib/memcache_elixir","last_synced_at":"2025-08-13T20:05:39.210Z","repository":{"id":57524588,"uuid":"135459362","full_name":"gialib/memcache_elixir","owner":"gialib","description":"Elixir Memcache Cache Client","archived":false,"fork":false,"pushed_at":"2018-08-23T04:24:25.000Z","size":14,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-07-28T02:18:45.358Z","etag":null,"topics":["elixir","memcache"],"latest_commit_sha":null,"homepage":"https://hexdocs.pm/memcache","language":"Elixir","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/gialib.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-05-30T15:02:01.000Z","updated_at":"2018-08-23T04:24:26.000Z","dependencies_parsed_at":"2022-09-26T18:11:49.235Z","dependency_job_id":null,"html_url":"https://github.com/gialib/memcache_elixir","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/gialib/memcache_elixir","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gialib%2Fmemcache_elixir","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gialib%2Fmemcache_elixir/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gialib%2Fmemcache_elixir/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gialib%2Fmemcache_elixir/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/gialib","download_url":"https://codeload.github.com/gialib/memcache_elixir/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gialib%2Fmemcache_elixir/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":270305112,"owners_count":24562087,"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","status":"online","status_checked_at":"2025-08-13T02:00:09.904Z","response_time":66,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":["elixir","memcache"],"created_at":"2024-11-21T22:24:21.967Z","updated_at":"2025-08-13T20:05:39.170Z","avatar_url":"https://github.com/gialib.png","language":"Elixir","readme":"## Installing\n\nYou can install `Memcache` by adding it as a dependecy to your\nproject's `mix.exs` file:\n\n```elixir\ndefp deps do\n  [\n    {:memcache, \"~\u003e 0.1.2\"}\n  ]\nend\n```\n\n## Examples\n\n### Get value for a key:\n\n```elixir\nresponse = Memcache.get(\"key\")\ncase response.status do\n  :ok -\u003e\n    {:ok, response.value}\n  status -\u003e\n    {:error, status}\nend\n```\n\n### Fetch\n\n```elixir\nvalue = Memcache.fetch!(\"hello\", fn -\u003e\n  \"world\"\nend)\n\n# value == \"world\"\n\nvalue = Memcache.fetch!(\"hello\", fn -\u003e\n  \"world2\"\nend)\n\n# value == \"world\"\n```\n\n### Config like this\n\n```elixir\nconfig :memcache,\n  host: \"127.0.0.1\",\n  port: 11211,\n  auth_method: :none,\n  username: \"\",\n  password: \"\",\n  pool_size: 10,\n  pool_max_overflow: 20,\n  namespace: \"default\"\n```\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgialib%2Fmemcache_elixir","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fgialib%2Fmemcache_elixir","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgialib%2Fmemcache_elixir/lists"}