I have been using predis to try to figure out how to run raw redis commands, but I am having trouble. The documentation for predis is extremely outdated. It says that there is a method called “rawCommand()” which will allow a user to run raw Redis commands, but I found a changelog that says it is no longer supported:
https://github.com/nrk/predis/blame/master/CHANGELOG
Does anyone have any hints of how I can run raw redis commands?
Here you go. This has worked perfectly for me, and I did not know it even had that function
He has a wiki page on this. Look for sending commands.