Redis Installation Help

itcms

Verified User
Joined
Jul 4, 2019
Messages
105
Location
Athens
Hi,

Because confused
I have installed REDIS following this :
dnf install redis
systemctl enable --now redis.service
systemctl start redis.service
chown redis:redis /etc/redis.conf

In custom-build
cd /usr/local/directadmin/custombuild
./build update
./build set redis yes
./build redis

I missed something ?
Why I dont see Redis as service under system-info ?
 
what type of your license ?

Redis need Propack

Retail: Lite or Standard
Lifetime License: Need to buy support update

Internal: No information aboit this, maybe there have option to include propack with increase price
 
dnf install redis
systemctl enable --now redis.service
systemctl start redis.service
chown redis:redis /etc/redis.conf
You not need to install redis by yourself, Custombuild will handle for you
Please remove with
Code:
yum remove redis
 
Hi,

License is Lite
If I have understand well without propack installs only phpredis extension and compile php , redis need installation by admin
I want to clarify that because confusing and its not clear else why to have redis option ?
As I checked doesnt install redis server, maybe I am wrong
 
cd /usr/local/directadmin/custombuild
./build update
./build set redis yes
./build redis


Custombuild can build anything for you even you don't have propack

Propack will be GUI Management eg. enable / disable redis per user

but building redis with custombuild will be useless, because it use unix socket file
 
That I observed in another installation :
Enabling redis in systemd...
Enabling redis-rspamd in systemd...
Created symlink from /etc/systemd/system/multi-user.target.wants/redis-rspamd.service to /etc/systemd/system/redis-rspamd.service.
--2021-10-04 16:40:22-- https://files1.directadmin.com/services/custombuild/redis.logrotate
Resolving files1.directadmin.com (files1.directadmin.com)... 104.128.54.74
Connecting to files1.directadmin.com (files1.directadmin.com)|104.128.54.74|:443... connected.
HTTP request sent, awaiting response... 200 OK
Length: 127
Saving to: '/etc/logrotate.d/redis'

Install redis-rspamd not normal redis if you have enabled rspam

Conclude , if I am wrong please correct :

With option :
./build set redis yes
./build redis
Then :

If rspamd is installed : Installed redis-rspamd
If not rspamd : Then no redis instance installed

In both of above php extension for redis supports installed and compiled

The redis-rspamd is not compatible with "classic" installation, not recognized from redis apps , needs extra dnf install redis
 
Last edited:
I remember, There have thread talking about like this about rspamd

This can help you ?


Also this doc says
 
Thanks a lot , I didnt noticed this post
Its obviously need pro pack enabled to have redis server.
Without propack you handle it by own , BUT if you have rspamd then you will face conflicts , you will have up two redis instances
 
Back
Top