{"id":15173100,"url":"https://github.com/dmouse/predis","last_synced_at":"2026-01-27T05:09:12.717Z","repository":{"id":18244828,"uuid":"21395664","full_name":"dmouse/predis","owner":"dmouse","description":"Drupal module to use predis","archived":false,"fork":false,"pushed_at":"2014-07-22T19:20:37.000Z","size":192,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"8.x-1.x","last_synced_at":"2025-05-22T06:45:44.460Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"PHP","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/dmouse.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":"2014-07-01T16:59:56.000Z","updated_at":"2014-07-13T02:42:05.000Z","dependencies_parsed_at":"2022-08-29T23:02:05.458Z","dependency_job_id":null,"html_url":"https://github.com/dmouse/predis","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/dmouse/predis","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dmouse%2Fpredis","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dmouse%2Fpredis/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dmouse%2Fpredis/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dmouse%2Fpredis/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/dmouse","download_url":"https://codeload.github.com/dmouse/predis/tar.gz/refs/heads/8.x-1.x","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dmouse%2Fpredis/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28803647,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-27T03:44:14.111Z","status":"ssl_error","status_checked_at":"2026-01-27T03:43:33.507Z","response_time":168,"last_error":"SSL_read: 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":[],"created_at":"2024-09-27T10:41:06.282Z","updated_at":"2026-01-27T05:09:12.674Z","avatar_url":"https://github.com/dmouse.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"Predis module\n=============\n\nThis module provides a service connection to Redis using Predis library,\nthis module only provides a service to be used in other modules.\n\n### How to install\nThis module need predis in the root composer.json\n```bash \n$ composer require predis/predis:~0.8.0\n```\n\n### How to use\n```yaml\n# my_module.services.yml\nservices:\n  my_module.connection:\n    class: Drupal\\my_module\\Connection\n    arguments: ['@predis.connection']\n```\n\n```php\nuse Drupal\\predis\\RedisConnectionInterface;\n// ...\npublic function __construct(RedisConnectionInterface $redis) {\n  $this-\u003eredis = $redis-\u003egetConnection();\n}\n// ...\n```\n\n#### Related modules:\n* https://www.drupal.org/project/redis\n* https://www.drupal.org/project/redis_queue\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdmouse%2Fpredis","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdmouse%2Fpredis","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdmouse%2Fpredis/lists"}