We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hello, I've installed redis from cPanel, PECL and I can see it runnings
cPanel Home / Software / Module Installers
Installed PHP PECL(s) Module Name Actions redis (6.1.0) Update Reinstall Uninstall Show Docs
# php -m | grep redis redis # systemctl status redis ● redis.service - Redis persistent key-value database Loaded: loaded (/usr/lib/systemd/system/redis.service; enabled; preset: disabled) Drop-In: /etc/systemd/system/redis.service.d └─limit.conf Active: active (running) since Fri 2024-11-29 18:57:13 UTC; 17min ago Main PID: 2099496 (redis-server) Status: "Ready to accept connections" Tasks: 5 (limit: 407392) Memory: 10.2M CPU: 2.327s CGroup: /system.slice/redis.service └─2099496 "/usr/bin/redis-server 127.0.0.1:6379"
Is this the same redis as phpredis?
The text was updated successfully, but these errors were encountered:
Yes, PHP module is called redis
redis
Sorry, something went wrong.
Thanks Jesus, I was freaking out ;)
No branches or pull requests
Hello,
I've installed redis from cPanel, PECL and I can see it runnings
cPanel
Home / Software / Module Installers
Is this the same redis as phpredis?
The text was updated successfully, but these errors were encountered: