{"id":15168821,"url":"https://github.com/g41797/queue-valkey","last_synced_at":"2026-01-28T06:08:36.866Z","repository":{"id":248105362,"uuid":"827693954","full_name":"g41797/queue-valkey","owner":"g41797","description":"Yii3 Queue Adapter for Valkey NoSQL data store","archived":false,"fork":false,"pushed_at":"2024-07-14T05:56:38.000Z","size":29,"stargazers_count":0,"open_issues_count":1,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-02-16T09:41:35.164Z","etag":null,"topics":["php","queue","valkey","workers","yii"],"latest_commit_sha":null,"homepage":"https://packagist.org/packages/g41797/queue-valkey","language":"PHP","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"bsd-3-clause","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/g41797.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE.md","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":"2024-07-12T07:20:13.000Z","updated_at":"2024-07-14T09:28:48.000Z","dependencies_parsed_at":"2024-07-12T12:26:46.278Z","dependency_job_id":"aef35e0f-a083-49fc-9092-1b7027585f1d","html_url":"https://github.com/g41797/queue-valkey","commit_stats":{"total_commits":8,"total_committers":1,"mean_commits":8.0,"dds":0.0,"last_synced_commit":"2a904cbfd1aac6a93554430cd7f323bcf302c34b"},"previous_names":["g41797/queue-valkey"],"tags_count":2,"template":false,"template_full_name":"g41797/queue-sqs","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/g41797%2Fqueue-valkey","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/g41797%2Fqueue-valkey/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/g41797%2Fqueue-valkey/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/g41797%2Fqueue-valkey/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/g41797","download_url":"https://codeload.github.com/g41797/queue-valkey/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248819354,"owners_count":21166474,"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":["php","queue","valkey","workers","yii"],"created_at":"2024-09-27T07:00:25.903Z","updated_at":"2026-01-28T06:08:36.814Z","avatar_url":"https://github.com/g41797.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Yii3 Queue Adapter for Valkey NoSQL data store\n\n\n[![tests](https://github.com/g41797/queue-valkey/actions/workflows/tests.yml/badge.svg)](https://github.com/g41797/queue-valkey/actions/workflows/tests.yml)\n\n## Description\n\nYii3 Queue Adapter for [**Valkey NoSQL data store**](https://valkey.io/) is adapter in [Yii3 Queue Adapters family.](https://github.com/yiisoft/queue/blob/master/docs/guide/en/adapter-list.md)\n\nImplementation of adapter is based on [enqueue/redis](https://github.com/php-enqueue) library.\n\n## Requirements\n\n- PHP 8.2 or higher.\n\n## Installation\n\nThe package could be installed with composer:\n\n```shell\ncomposer require g41797/queue-valkey\n```\n\n## General usage\n\n- As part of [Yii3 Queue Framework](https://github.com/yiisoft/queue/blob/master/docs/guide/en/README.md)\n- Stand-alone\n\n\n## Configuration\n\nDefault configuration:\n```php\n[\n    'host' =\u003e '127.0.0.1',  // IP or hostname of the target server\n    'port' =\u003e 6379,         // TCP/IP port of the target server\n    'path' =\u003e null,         // Path of the UNIX domain socket file used when connecting to Valkey using UNIX domain sockets.\n]\n``` \n## Redis support\n\nqueue-valkey supports also [Redis](https://redis.io/):\n- queue-valkey itself uses existing Redis client libraries \n- according to [Valkey](https://github.com/orgs/valkey-io/discussions/722#discussioncomment-9927734):\n\u003e \"...Valkey 7.2 is fully compatible with Redis 7.2 \n\u003e and drop-in replacement is fully supported. \n\u003e There is no need to change any of your application code.\"\n\n\n## Limitations\n\n### Job Status\n  [Job Status](https://github.com/yiisoft/queue/blob/master/docs/guide/en/usage.md#job-status)\n```php\n// Push a job into the queue and get a message ID.\n$id = $queue-\u003epush(new SomeJob());\n\n// Get job status.\n$status = $queue-\u003estatus($id);\n```\nis not supported.\n\n## License\n\nYii3 Queue Adapter for Valkey is free software. It is released under the terms of the BSD License.\nPlease see [`LICENSE`](./LICENSE.md) for more information.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fg41797%2Fqueue-valkey","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fg41797%2Fqueue-valkey","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fg41797%2Fqueue-valkey/lists"}