• If you are still using CentOS 7.9, it's time to convert to Alma 8 with the free centos2alma tool by Plesk or Plesk Migrator. Please let us know your experiences or concerns in this thread:
    CentOS2Alma discussion

redis

  1. BrinsleyP

    Issue Redis show warning

    Hello there... Today i deploy a redis in docker, but when i start this msg appear to me: # WARNING: The TCP backlog setting of 511 cannot be enforced because /proc/sys/net/core/somaxconn is set to the lower value of 128. I try set in rc.local and in sysctl.conf and reboot, but no work. How to...
  2. Servus

    Question Redis - Persistence of memory overcommit + hugepages

    Hi @ everyone, I refer to the great Redis tutorial by @IgorG. My environment is Ubuntu 16.04.4 on kernel 4.4.0-116-generic #140 (32G RAM). Followed Igors suggestion (not for the first time :)), but this time I wanted to fix the problem that the two changes are set back to default after reboot...
  3. IgorG

    Instruction How to install latest Redis server

    1. For CentOS # yum groupinstall 'Development Tools' # yum install tcl wget For Debian and Ubuntu # apt-get install build-essential # apt-get install tcl wget 2. Download and Compile latest Redis: # wget http://download.redis.io/redis-stable.tar.gz # tar xvzf redis-stable.tar.gz # cd...
  4. Dukemaster

    Question Pagespeed with Redis directory+permission problem

    Hi at all, I have installed ngx_pagespeed with Ubuntu 16 built-in redis on amazing PLESK. Since I installed Redis and integrated it with pagespeed a new cache directory was created /var/cache/pagespeed under root:root (755). As I changed permissions to nginx:nginx (755) pagespeed created the...
  5. Dukemaster

    Resolved Redis and ngx_pagespeed configuration

    Hi @ all today I made the further configuration of ngx_pagespeed which is running successfully since a few weeks. Today changed the configured to with Redis for Shared Memory Metadata Cache. The directory /var/cache/pagespeed/ was successful created after applying pagespeed...
  6. Dukemaster

    Resolved How to configure redis properly (2 redis instances)

    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...
  7. Servus

    Question Redis by Docker Image settings

    hello, please can you help me once more. Refering to @virtubox tutorial and @IgorG I installed Docker again with plesk panel. Then I took not bitnami, I choose standard image "Redis" (most popular) version 4.0.1. As you can see in screen there are less options in redis settings. Most important...
  8. Z

    Resolved How to install redis

    To use redis with Plesk server Install redis with yum. Install redis with pecl command. And add redis.so to directive. I need to do both? As a result I'm doing both and redis is running. My environment: PHP 7.1.7, nginx 1.11.10, CentOS 7.3.
  9. virtubox

    Input How to setup redis and use it as object-cache backend for WordPress

    Hello, I have written a small tutorial to explain how to setup redis-server and use it as object cache backend for WordPress on a Plesk Onyx server. To setup Redis, two solutions available : local install or inside a docker container Solution 1) Local...
  10. T

    Resolved Redis activation/installation problems - Plesk Onyx

    Hello guys, I am having problems setting the Redis for a domain. I have a fresh Onyx install and everything is working well but I cannot activate the redis cache. I looked into PHP Settings and redis extension seems to be active for the domain which use the 7.0.16 version. Then I ran the...
  11. R

    Issue Redis server went away

    Hello support, I use Ubuntu 14.04 with Plesk 17 and apache, nginx. In the Plesk general PHP 5.6.29 settings the module redis was enabled so I activated redis in all drop down menues from the WordPress Plug-in W3 Total cache. Now I got hundred times this error. Dec 14, 10:47:23 Redis server...
  12. Franco

    Resolved What caching and how

    Hello, I am using Plesk Onyx on a CentOs7 more or less out of the box. Most of my subscriptions run regular wordpress websites and I configured them to use FPM-nginx (on php7), which I am quite happy with. I also enabled gzip compression. In the context of further improving speed and server...
  13. I

    Question Memory Cache Solution for PHP 7 & Ubuntu 14.04

    Hello to the Plesk Community, so search alot in the Web, how to enable a Memory Cache Solution (maybe memcached or redis) in Plesk 12.5 I need a Final Solution for the Last Update of Plesk, an easy Tutorial for Debain/Ubuntu Systems. U prefer to write alot of your Tutorials only for Centos...
  14. T

    Resolved Redis module for PHP 7.0.1 and 7.0.2

    @Everyone interested, I have compiled and tested a redis module that works like a charm on PHP 7.0.1. I have added a ZIP file, with two files: - redis.so (the redis module for PHP 7.0.1) - redis.php (a test script to check yourselves whether the module is working) The module can be installed...
  15. cookkoo

    Redis Set Up

    Hello support team, As i got suggestion from support team as here http://talk.plesk.com/threads/nginx-browser-caching-for-static-resources.334497/page-2#post-793042 And i read about EasyEngine and Redis from this link https://rtcamp.com/blog/easyengine-3-3-full-page-redis-cache/ , but it look...
Back
Top