Skip to content
New issue

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

How to install on cPanel? #2589

Open
aksthelion opened this issue Nov 29, 2024 · 2 comments
Open

How to install on cPanel? #2589

aksthelion opened this issue Nov 29, 2024 · 2 comments

Comments

@aksthelion
Copy link

aksthelion commented Nov 29, 2024

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?

@yatsukhnenko
Copy link
Member

Is this the same redis as phpredis?

Yes, PHP module is called redis

@aksthelion
Copy link
Author

Yes, PHP module is called redis

Thanks Jesus, I was freaking out ;)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants