FastFPC icon indicating copy to clipboard operation
FastFPC copied to clipboard

support for valkey

Open jww-sh opened this issue 5 months ago • 4 comments

possible you could add support for valkey configurations

jww-sh avatar Aug 27 '25 15:08 jww-sh

Can you explain what you mean valkey ?

On Wed, Aug 27, 2025 at 8:24 AM jww-sh @.***> wrote:

jww-sh created an issue (Genaker/FastFPC#13) https://github.com/Genaker/FastFPC/issues/13

possible you could add support for valkey configurations

— Reply to this email directly, view it on GitHub https://github.com/Genaker/FastFPC/issues/13, or unsubscribe https://github.com/notifications/unsubscribe-auth/ACGJNZX477G5AAPSUALSGJL3PXETPAVCNFSM6AAAAACE6R6IOGVHI2DSMVQWIX3LMV43ASLTON2WKOZTGM2TSOBRGI4DOMI . You are receiving this because you are subscribed to this thread.Message ID: @.***>

Genaker avatar Aug 27 '25 21:08 Genaker

it is the redis replacement for Magento

https://experienceleague.adobe.com/en/docs/commerce-on-cloud/user-guide/configure/env/stage/variables-deploy#valkey_backend

You can still use the redis pecl php module with valkey, i suspect some other parts of your module need to be adjusted.

jww-sh avatar Aug 28 '25 05:08 jww-sh

But it is the same Redis. Show me what config do you have for Val key

On Wed, Aug 27, 2025 at 10:23 PM jww-sh @.***> wrote:

jww-sh left a comment (Genaker/FastFPC#13) https://github.com/Genaker/FastFPC/issues/13#issuecomment-3231938018

it is the redis replacement for Magento

https://experienceleague.adobe.com/en/docs/commerce-on-cloud/user-guide/configure/env/stage/variables-deploy#valkey_backend

You can still use the redis pecl php module with valkey, i suspect some other parts of your module need to be adjusted.

— Reply to this email directly, view it on GitHub https://github.com/Genaker/FastFPC/issues/13#issuecomment-3231938018, or unsubscribe https://github.com/notifications/unsubscribe-auth/ACGJNZRRIGUNL7XHVGGAZDL3P2G5ZAVCNFSM6AAAAACE6R6IOGVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZTEMZRHEZTQMBRHA . You are receiving this because you commented.Message ID: @.***>

Genaker avatar Aug 29 '25 07:08 Genaker

I have two relationships named valkey instead of redis :)

https://github.com/jww-sh/magentoCE24/blob/main/.upsun/config.yaml

and

adjusted the backend names in the .env.yaml

https://github.com/jww-sh/magentoCE24/blob/main/.magento.env.yaml#L25

jww-sh avatar Aug 29 '25 07:08 jww-sh