You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When the cache driver is Redis the app isn't started (CACHE_DRIVER=redis)
I'm getting "Predis\Command\ServerFlushDatabase" not found when I searched this class on the Predis package I saw that they remove it from the current source code.
Steps To Reproduce:
Update predis/predis to version 2.0.2, update the env to CACHE_DRIVER=redis, and run the app.
The method Predis\Connection\Cluster\PredisCluster::executeCommandOnNodes() has been removed as it is possible to achieve the same by iterating over the connection or, even better, over the client instance in order to execute the same command against all of the registered connections.
tillkruss
changed the title
Predis version 2.0.2 is not supported ("Predis\Command\ServerFlushDatabase" not found)
Flushing Redis Cluster using Predis 2.0.2 is not supported
Jan 5, 2023
Description:
When the cache driver is Redis the app isn't started (CACHE_DRIVER=redis)
I'm getting "Predis\Command\ServerFlushDatabase" not found when I searched this class on the Predis package I saw that they remove it from the current source code.
Steps To Reproduce:
Update predis/predis to version 2.0.2, update the env to CACHE_DRIVER=redis, and run the app.
Logs:
The text was updated successfully, but these errors were encountered: