Dukemaster
Regular Pleskian
Hi @ all,
today I first installed Ubuntus built-in redis version over apt. For the reason that I didn't know how to configure it properly and that the installation seemed to had failed (in the end there was no similar note like: successfully installed), I tried another way by installing another instance by compiling the original release by redis website.
Please, could someone help me to fix the problem to have a correct redis server?
Perhaps I have to deinstall or deactivate one instance and how to configure the best and more useful redis server version for redis PHP module/extension on websites and ngx_pagespeed.
This result I get by testing the redis server:
Greets and thanks to @UFHH01
today I first installed Ubuntus built-in redis version over apt. For the reason that I didn't know how to configure it properly and that the installation seemed to had failed (in the end there was no similar note like: successfully installed), I tried another way by installing another instance by compiling the original release by redis website.
Please, could someone help me to fix the problem to have a correct redis server?
Perhaps I have to deinstall or deactivate one instance and how to configure the best and more useful redis server version for redis PHP module/extension on websites and ngx_pagespeed.
This result I get by testing the redis server:
Code:
root@server:~/redis-stable# redis-server &
[1] 6928
root@server:~/redis-stable# 6928:C 16 Sep 12:49:19.351 # oO0OoO0OoO0Oo Redis is starting oO0OoO0OoO0Oo
6928:C 16 Sep 12:49:19.351 # Redis version=4.0.1, bits=64, commit=00000000, modified=0, pid=6928, just started
6928:C 16 Sep 12:49:19.351 # Warning: no config file specified, using the default config. In order to specify a config file use redis-server /path/to/redis.conf
6928:M 16 Sep 12:49:19.353 * Increased maximum number of open files to 10032 (it was originally set to 1024).
6928:M 16 Sep 12:49:19.354 # Creating Server TCP listening socket *:6379: bind: Address already in use
^C
[1]+ Exit 1 redis-server
root@server:~/redis-stable# lsof -i tcp:6379
COMMAND PID USER FD TYPE DEVICE SIZE/OFF NODE NAME
redis-ser 1676 redis 4u IPv4 18320 0t0 TCP localhost.localdomain:6379 (LISTEN)
root@server:~/redis-stable#
root@server:~/redis-stable# redis-cli ping
PONG
Greets and thanks to @UFHH01
Last edited: