-
New to php. phpfastcache 6.1.4. redis is up running on default port 6379 through Kubernetes.
In the config.php
So how to setup the Redis config properly pls ? thx ! |
Beta Was this translation helpful? Give feedback.
Answered by ningji Aug 25, 2022
Replies: 1 comment 1 reply
-
Hello, You either missed the php-redis extension or the php.ini configuration. However the version 6.1.4 of pfc is no longer supported, I strongly encourage you to upgrade to 8.1 or 9.x. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Thx very much for the info !