yiisoft / yiisoft/yii2-queue

Is it possible let us choose uuid or int as queue ID ?

Open
#422 4 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

status:under discussion type:enhancement
Dominant language
PHP
Stars
1.1k
Forks
285
Avg merge
5d 3h
Merged PRs (30d)
2

Description

If we can use UUID as the ID of the queue, I think we can use MULTI COMMAND in the redis driver to make the performance better

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Start by tracing queue ID handling in the Redis driver and reviewing how the queue backends represent IDs. Examine the requested Redis MULTI command use and define the supported UUID and integer behavior; done means the chosen ID type works consistently without breaking existing queue operations.

Written by the indexing model from the issue text.

Assessment

Tech stack
php, redis
Domain
backend
Issue type
Feature
Difficulty
5/5
Estimated time
Over a week
Activity status
Stale
Clarity
Needs clarification
Newbie friendliness
25/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.