• 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

Search results

  1. S

    Resolved Redis with docker: How to provide file path for redis.conf as first argument?

    With Docker Compose it works. Recommended is then to use the INCLUDE-function of the redis.conf-file (Redis configuration file example) to provide through this way your editable configuration-file (local.conf). (Redis always uses the last processed line as value of a configuration directive.)...
  2. S

    Resolved Redis with docker: How to provide file path for redis.conf as first argument?

    I installed Redis as docker-container (in Plesk Obsidian). The Redis-doc says the following, when further configuration is needed: How can I provide the file path for this redis.conf as "first argument while starting Redis"?
  3. S

    Question Accessing Redis from local cli

    start redis-cli (for Redis running as docker container) with: docker exec -it containername redis-cli (as containername, use the value you entered in the Plesk-Interface while settingup the docker-container)
  4. S

    Question Redis in docker act as a not persisted cache

    I'm also interested in this topic. I only want to use the RAM (but not the disk). The default-setting of Redis is the snapshotting, where the RAM is written on the disk: Redis persistence But through the redis.conf (redis/redis.conf at unstable · redis/redis), it is possible to deactivate that...
Back
Top