== on normal redis could install by follow command on directadmin with centos
yum -y install epel-release yum-utils
yum update
yum install redis
vi /etc/redis/redis.conf
maxmemory 256mb
maxmemory-policy allkeys-lru
service redis restart
chkconfig --level 235 redis on