{"id":19909689,"url":"https://github.com/bearsampp/module-memcached","last_synced_at":"2026-03-07T04:02:30.139Z","repository":{"id":45696685,"uuid":"433478236","full_name":"Bearsampp/module-memcached","owner":"Bearsampp","description":"MemcacheD module for the Bearsampp project","archived":false,"fork":false,"pushed_at":"2026-03-05T11:17:33.000Z","size":2898,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2026-03-05T15:31:07.392Z","etag":null,"topics":["hacktoberfest","memcache-server","memcached"],"latest_commit_sha":null,"homepage":"https://bearsampp.com/module/memcached","language":null,"has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Bearsampp.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":".github/CONTRIBUTING.md","funding":".github/FUNDING.yml","license":"LICENSE","code_of_conduct":".github/CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":".github/CODEOWNERS","security":null,"support":".github/SUPPORT.md","governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null},"funding":{"github":"N6REJ","custom":"https://www.paypal.me/BearLeeAble"}},"created_at":"2021-11-30T15:13:47.000Z","updated_at":"2026-03-05T11:17:38.000Z","dependencies_parsed_at":"2023-01-20T16:31:54.035Z","dependency_job_id":"220af868-060f-4570-92d6-98f4325dd2de","html_url":"https://github.com/Bearsampp/module-memcached","commit_stats":null,"previous_names":[],"tags_count":16,"template":false,"template_full_name":null,"purl":"pkg:github/Bearsampp/module-memcached","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Bearsampp%2Fmodule-memcached","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Bearsampp%2Fmodule-memcached/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Bearsampp%2Fmodule-memcached/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Bearsampp%2Fmodule-memcached/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Bearsampp","download_url":"https://codeload.github.com/Bearsampp/module-memcached/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Bearsampp%2Fmodule-memcached/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":30207392,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-07T03:24:23.086Z","status":"ssl_error","status_checked_at":"2026-03-07T03:23:11.444Z","response_time":53,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: 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":["hacktoberfest","memcache-server","memcached"],"created_at":"2024-11-12T21:16:21.856Z","updated_at":"2026-03-07T04:02:30.131Z","avatar_url":"https://github.com/Bearsampp.png","language":null,"funding_links":["https://github.com/sponsors/N6REJ","https://www.paypal.me/BearLeeAble"],"categories":[],"sub_categories":[],"readme":"\u003cp align=\"center\"\u003e\u003ca href=\"https://bearsampp.com/contribute\" target=\"_blank\"\u003e\u003cimg width=\"250\" src=\"img/Bearsampp-logo.svg\"\u003e\u003c/a\u003e\u003c/p\u003e\n\n[![GitHub release](https://img.shields.io/github/release/bearsampp/module-memcached.svg?style=flat-square)](https://github.com/bearsampp/module-memcached/releases/latest)\n![Total downloads](https://img.shields.io/github/downloads/bearsampp/module-memcached/total.svg?style=flat-square)\n\nThis is a module of [Bearsampp project](https://github.com/bearsampp/bearsampp) involving Memcached.\n\n## Build System\n\nThis project uses **Gradle** as its build system for building and packaging Memcached module releases.\n\n### Key Features\n\n- **Automated Upstream Workflow**: Automatically creates upstream releases if version doesn't exist\n- **Smart Version Detection**: Checks modules-untouched and creates releases as needed\n- **Automatic Downloads**: Fetches Memcached binaries from [modules-untouched](https://github.com/Bearsampp/modules-untouched)\n- **Local Configuration**: Bearsampp-specific configuration files stored in `bin/` directory\n- **Smart Caching**: Downloads are cached to speed up subsequent builds\n- **Multiple Formats**: Supports .7z and .zip archive formats\n- **Hash Generation**: Automatically creates MD5, SHA1, SHA256, and SHA512 checksums\n- **Batch Processing**: Build all versions at once with `releaseAll`\n\n### Quick Start\n\n```bash\n# Display build information\ngradle info\n\n# List available versions in bin/\ngradle listVersions\n\n# Build a specific release\ngradle release -PbundleVersion=1.6.39\n\n# Build all versions\ngradle releaseAll\n\n# Clean build artifacts\ngradle clean\n\n# Verify build environment\ngradle verify\n```\n\n### Prerequisites\n\n| Requirement       | Version       | Purpose                                  |\n|-------------------|---------------|------------------------------------------|\n| **Java**          | 8+            | Required for Gradle execution            |\n| **Gradle**        | 8.0+          | Build automation tool (install locally)  |\n| **7-Zip**         | Latest        | Archive creation (.7z format)            |\n\n**Note**: This project does not use Gradle wrapper. Install Gradle 8.0+ locally and run commands with `gradle`.\n\n### Available Tasks\n\n| Task                  | Description                                      |\n|-----------------------|--------------------------------------------------|\n| `release`             | Build release package (interactive/non-interactive) |\n| `releaseAll`          | Build releases for all available versions        |\n| `clean`               | Clean build artifacts and temporary files        |\n| `verify`              | Verify build environment and dependencies        |\n| `info`                | Display build configuration information          |\n| `listVersions`        | List available bundle versions in bin/           |\n\nFor complete documentation, see [.gradle-docs/README.md](.gradle-docs/README.md)\n\n## Documentation\n\n- **Build Documentation**: [.gradle-docs/README.md](.gradle-docs/README.md)\n- **Task Reference**: [.gradle-docs/TASKS.md](.gradle-docs/TASKS.md)\n- **Configuration Guide**: [.gradle-docs/CONFIGURATION.md](.gradle-docs/CONFIGURATION.md)\n- **Module Downloads**: https://bearsampp.com/module/memcached\n\n## Issues\n\nIssues must be reported on [Bearsampp repository](https://github.com/bearsampp/bearsampp/issues).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbearsampp%2Fmodule-memcached","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbearsampp%2Fmodule-memcached","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbearsampp%2Fmodule-memcached/lists"}