Home >Backend Development >PHP Tutorial >After installing redis on mac10.11, where is redis.so?
Because the built-in php5.5 is compiled with module API=20121212, so redis.so must also be compiled with module API=20121212 before it can be used
Because the built-in php5.5 is compiled with module API=20121212, so redis.so must also be compiled with module API=20121212 before it can be used
I am using centos and php 7.
Installing redis does not mean that there is a redis extension for php. You need to manually compile the php extension for redis yourself.
For the topic owner’s reference.