matomo-org / matomo-org/plugin-QueuedTracking
Check at least phpredis 2.2.7 is installed when enabling queue
Nobody has claimed this yet.
- Dominant language
- PHP
- Stars
- 87
- Forks
- 41
- Avg merge
- 2d 18h
- Merged PRs (30d)
- 7
Description
Currently, when enabling the queue, we check whether at least a certain Redis version is installed and whether phpredis is installed in general. We should also check whether at least phpredis 2.2.7 is installed as all other versions are quite old.
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Locate the queue-enabling checks in the plugin and inspect how the installed Redis and phpredis versions are currently validated. Update the requirement so phpredis 2.2.7 is the minimum, then verify that older versions are rejected and version 2.2.7 or newer is accepted.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- php, redis
- Domain
- backend
- Issue type
- Feature
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 42/100