{"id":18924798,"url":"https://github.com/php-bundles/redis-bundle","last_synced_at":"2025-11-04T21:30:28.945Z","repository":{"id":8916740,"uuid":"60224907","full_name":"php-bundles/redis-bundle","owner":"php-bundles","description":"Symfony Redis Bundle","archived":false,"fork":false,"pushed_at":"2024-08-15T18:23:32.000Z","size":88,"stargazers_count":25,"open_issues_count":2,"forks_count":10,"subscribers_count":6,"default_branch":"master","last_synced_at":"2025-02-11T08:11:19.653Z","etag":null,"topics":["client","php","redis","symfony","symfony-bundle"],"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/php-bundles.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2016-06-02T02:07:51.000Z","updated_at":"2024-08-24T22:33:25.000Z","dependencies_parsed_at":"2024-08-15T19:46:46.844Z","dependency_job_id":"733e447b-40a0-4505-9152-b660427f7786","html_url":"https://github.com/php-bundles/redis-bundle","commit_stats":null,"previous_names":[],"tags_count":16,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/php-bundles%2Fredis-bundle","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/php-bundles%2Fredis-bundle/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/php-bundles%2Fredis-bundle/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/php-bundles%2Fredis-bundle/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/php-bundles","download_url":"https://codeload.github.com/php-bundles/redis-bundle/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":239441678,"owners_count":19639122,"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":["client","php","redis","symfony","symfony-bundle"],"created_at":"2024-11-08T11:08:11.872Z","updated_at":"2025-11-04T21:30:28.913Z","avatar_url":"https://github.com/php-bundles.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"SymfonyBundlesRedisBundle\n=========================\n\n[![Build][master Build Status Image]][master Build Status]\n[![Code Coverage][code-coverage-image]][code-coverage-link]\n[![Total Downloads][downloads-image]][package-link]\n[![Latest Stable Version][stable-image]][package-link]\n[![License][license-image]][license-link]\n\nInstallation\n------------\n* Require the bundle with composer:\n\n``` bash\ncomposer req symfony-bundles/redis-bundle\n```\n\nConfiguring of the clients\n--------------------------\nIf you want to configure Redis clients - create a configuration file. For example:\n``` yml\n# config/packages/sb_redis.yaml\nsb_redis:\n    clients:\n        default:\n            $options:    []\n            $parameters: ['tcp://127.0.0.1:6379?database=3']\n\n```\n\nIf you want to configure Redis clients Sentinel:\n``` yml\n# config/packages/sb_redis.yaml\nsb_redis:\n    clients:\n        default:\n            $options:\n              replication: 'sentinel’\n              service: 'mymaster'\n              parameters:\n                database: '3'\n            $parameters: ['%env(REDIS_URL)%', '%env(REDIS_URL)%']\n\n```\n\nRead more about supported client options and connection parameters:\n\n* [Client Options][predis-options-link].\n* [Connection Parameters][predis-parameters-link].\n\nHow to use\n----------\nRead more on the page [Quick tour][predis-quick-tour-link].\n\n[package-link]: https://packagist.org/packages/symfony-bundles/redis-bundle\n[license-link]: https://github.com/symfony-bundles/redis-bundle/blob/master/LICENSE\n[license-image]: https://poser.pugx.org/symfony-bundles/redis-bundle/license\n[stable-image]: https://poser.pugx.org/symfony-bundles/redis-bundle/v/stable\n[downloads-image]: https://poser.pugx.org/symfony-bundles/redis-bundle/downloads\n[predis-quick-tour-link]: https://github.com/nrk/predis/wiki/Quick-tour\n[predis-options-link]: https://github.com/nrk/predis/wiki/Client-Options#list-of-supported-client-options\n[predis-parameters-link]: https://github.com/nrk/predis/wiki/Connection-Parameters#connection-parameters\n[master Build Status]: https://github.com/symfony-bundles/redis-bundle/actions?query=workflow%3ASymfony+branch%3Amaster\n[master Build Status Image]: https://github.com/symfony-bundles/redis-bundle/workflows/Symfony/badge.svg?branch=master\n[code-coverage-link]: https://codecov.io/gh/php-bundles/redis-bundle\n[code-coverage-image]: https://codecov.io/gh/php-bundles/redis-bundle/graph/badge.svg?token=N1xHW6iLGl\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fphp-bundles%2Fredis-bundle","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fphp-bundles%2Fredis-bundle","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fphp-bundles%2Fredis-bundle/lists"}