matomo-org / matomo-org/plugin-QueuedTracking

Check at least phpredis 2.2.7 is installed when enabling queue

Open
#26 0 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

enhancement
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

  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

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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.