{"id":19167208,"url":"https://github.com/dyweb/redis-cache","last_synced_at":"2025-05-07T13:40:42.476Z","repository":{"id":56973906,"uuid":"38742941","full_name":"dyweb/redis-cache","owner":"dyweb","description":"Simple cache library with key namespaces, Redis and PSR-6","archived":false,"fork":false,"pushed_at":"2016-09-01T08:54:32.000Z","size":108,"stargazers_count":5,"open_issues_count":1,"forks_count":0,"subscribers_count":30,"default_branch":"master","last_synced_at":"2025-04-19T22:35:15.642Z","etag":null,"topics":["cache","namespace","psr-6","redis"],"latest_commit_sha":null,"homepage":"","language":"PHP","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/dyweb.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2015-07-08T08:53:00.000Z","updated_at":"2020-12-16T13:00:21.000Z","dependencies_parsed_at":"2022-08-21T07:40:25.022Z","dependency_job_id":null,"html_url":"https://github.com/dyweb/redis-cache","commit_stats":null,"previous_names":[],"tags_count":3,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dyweb%2Fredis-cache","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dyweb%2Fredis-cache/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dyweb%2Fredis-cache/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dyweb%2Fredis-cache/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/dyweb","download_url":"https://codeload.github.com/dyweb/redis-cache/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":252888846,"owners_count":21820077,"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":["cache","namespace","psr-6","redis"],"created_at":"2024-11-09T09:36:20.517Z","updated_at":"2025-05-07T13:40:42.457Z","avatar_url":"https://github.com/dyweb.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"# RedisCache\n\n[![License](https://poser.pugx.org/dyweb/redis-cache/license)](https://packagist.org/packages/dyweb/redis-cache)\n[![StyleCI](https://styleci.io/repos/38742941/shield?style=flat)](https://styleci.io/repos/38742941)\n[![Build Status](https://travis-ci.org/dyweb/redis-cache.svg)](https://travis-ci.org/dyweb/redis-cache)\n[![codecov](https://codecov.io/gh/dyweb/redis-cache/branch/master/graph/badge.svg)](https://codecov.io/gh/dyweb/redis-cache)\n[![Latest Stable Version](https://poser.pugx.org/dyweb/redis-cache/v/stable)](https://packagist.org/packages/dyweb/redis-cache)\n[![HHVM Status](http://hhvm.h4cc.de/badge/dyweb/redis-cache.svg?style=flat)](http://hhvm.h4cc.de/package/dyweb/redis-cache)\n\nRedisCache is a simple cache library with key namespaces, Redis support,\nand PSR-6 implementation. To keep it simple, it only provides the simplest\ninterface and brings with no dependencies (except PSR-6 interfaces). Different\nfrom other complex and redundant cache libraries, RedisCache is just tiny and\npowerful.\n\n## Features\n\n- Support both [Predis](https://github.com/nrk/predis) and [PhpRedis](https://github.com/phpredis/phpredis)\n- Support PSR-6\n- Store and manage keys in different namespaces\n- Use with fluent interface\n- Utilize lazy recording for better performance\n- Utilize additional in-memory cache to reduce I/O\n- No dependencies except PSR-6 interfaces\n\n## Requirements\n\n- PHP 5.3 or newer\n- Redis 2.8 or newer\n\n## Installation\n\nRedisCache is [Composer](https://getcomposer.org/) and [PSR-4](http://www.php-fig.org/psr/psr-4/)\nready. To install it, just run the following command:\n\n```bash\ncomposer require dyweb/redis-cache\n```\n\n## Getting Started\n\nPlease check the [examples](doc/getting-started.md) here.\n\n## Configuration\n\nPlease check the [configuration](doc/configuration.md) doc.\n\n## Development\n\n### Contributing\n\nContributing to this project is highly appreciated through merge requests\nfor new features or bug fixes, bug reporting or just suggestions. Please\nfollow the PSR-2 coding standard when contributing, and ensure that all your\ncontributions are not against our coding style and integrated tests.\n\n### Testing\n\nFollow these commands to configure the necessary environment and run\nchecks and tests:\n\n```bash\ncomposer install\n\n# run tests\n./run-check.sh\n```\n\nThe latest version of [PHPUnit](https://phpunit.de/) is recommended for\ntesting.\n\n## License\n\nThe code for this project is distributed under the terms of the MIT License.\n(See [LICENSE](LICENSE))","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdyweb%2Fredis-cache","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdyweb%2Fredis-cache","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdyweb%2Fredis-cache/lists"}