Install php-redis extension in Mac with Homebrew

Today I’ve been trying the Monica package and it requires the redis.so extension. I started installing using PECL binary for the PHP version I’m using: That’s it, this should be copying redis.so to the loading modules directory. Troubleshooting Library not loaded: libreadline.7.dylib If you see this error when running the PECL to install redis: You … Read more