command to get all queued messages in Redis stream "messages"#37
command to get all queued messages in Redis stream "messages"#37
Conversation
Signed-off-by: bota <Bota@dotkernel.com>
composer.json
Outdated
| }, | ||
| "require": { | ||
| "php": "~8.2.0 || ~8.3.0 || ~8.4", | ||
| "ext-redis": "*", |
There was a problem hiding this comment.
what happens if we remove that line ?
in order to allow GHA to function correctly ?
anyway the server need a special setup prior to deploy the project
There was a problem hiding this comment.
what happens if we remove that line ? in order to allow GHA to function correctly ?
anyway the server need a special setup prior to deploy the project
Will work the same because the extension is already installed during the server configuration process.
Signed-off-by: bota <Bota@dotkernel.com>
Codecov Report❌ Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## 1.0 #37 +/- ##
==========================================
- Coverage 4.89% 4.86% -0.04%
- Complexity 116 121 +5
==========================================
Files 16 17 +1
Lines 388 411 +23
==========================================
+ Hits 19 20 +1
- Misses 369 391 +22 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
No description provided.