wodby / docker4drupal

Docker-based Drupal stack
https://wodby.com/docker4drupal
MIT License
1.24k stars 535 forks source link

Add Php Relay extension to get improved performance with Redis #541

Open heyyo-droid opened 1 year ago

heyyo-droid commented 1 year ago

Drupal contrib module Redis is testing a newer php extension to replace PhpRedis.
According to this post it supposes to be 2x faster !
https://www.drupal.org/project/redis/issues/3322514

It will be great to add it to d4d :-) Supported from PHP 7.4

https://relay.so/docs/1.x/installation

Berdir commented 1 year ago

FWIW, this should probably be in the wodby/php repository, not here?

heyyo-droid commented 1 year ago

Congrats @Berdir for the release of Relay inside Drupal Redis module :partying_face: You're right, it should be moved to wodby/php repository. But I can't do it. Adding @csandanov most active maintainer of Wodby :clap:

orkutmuratyilmaz commented 1 year ago

It would be a nice improvement:)