Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Campaign] Add phpredis support #232

Open
wants to merge 22 commits into
base: master
Choose a base branch
from

Conversation

pulzarraider
Copy link
Contributor

@pulzarraider pulzarraider commented Oct 10, 2023

This PR is based on optimized code from #231 . It adds support for Redis PHP extension (known as phpredis).

The Redis PHP extension is more efficient in communicating with Redis. It can be used instead of Predis for better performance.

According to our performance tests against showtime.php (ab -n 10000 -c 20) the Campaign will be much more efficient:

The optimization was developed by Petit Press a.s., which also created the
DAM (Digital Asset Management) project in partnership with Google. This project is free and open source. Petit Press a.s. operates the www.sme.sk website.

@pulzarraider pulzarraider changed the title Add phpredis support [WIP] Add phpredis support Oct 10, 2023
@pulzarraider pulzarraider changed the title [WIP] Add phpredis support [Campaign] Add phpredis support Oct 10, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant