[GH-ISSUE #389] Lack of documentation regarding Redis #196

Closed
opened 2026-02-26 10:30:54 +03:00 by kerem · 5 comments
Owner

Originally created by @solracsf on GitHub (Oct 25, 2021).
Original GitHub issue: https://github.com/ONLYOFFICE/Docker-DocumentServer/issues/389

We are using documentserver-ee with a 100 user license and I can't find anything about the need (or not) of having a Redis instance, when should this be set up, when it should not, etc.

https://helpcenter.onlyoffice.com/installation/docs-enterprise-install-docker.aspx

Can this be clarified please?

Originally created by @solracsf on GitHub (Oct 25, 2021). Original GitHub issue: https://github.com/ONLYOFFICE/Docker-DocumentServer/issues/389 We are using `documentserver-ee` with a 100 user license and I can't find anything about the need (or not) of having a Redis instance, when should this be set up, when it should not, etc. https://helpcenter.onlyoffice.com/installation/docs-enterprise-install-docker.aspx Can this be clarified please?
kerem 2026-02-26 10:30:54 +03:00
  • closed this issue
  • added the
    question
    label
Author
Owner

@ShockwaveNN commented on GitHub (Oct 25, 2021):

This link you've mentioned is the documentation for installing DocumentServer using docker and our default image already include redis by default (yes, we know this is not a docker way, but our users prefer it for smoother installation process)

And this instruction is for installing DocumentServer as deb and this cover redis-server installation

<!-- gh-comment-id:950836744 --> @ShockwaveNN commented on GitHub (Oct 25, 2021): [This link you've mentioned](https://helpcenter.onlyoffice.com/installation/docs-enterprise-install-docker.aspx) is the documentation for installing DocumentServer using docker and our default image already include redis by default (yes, we know this is not a docker way, but our users prefer it for smoother installation process) [And this](https://helpcenter.onlyoffice.com/installation/docs-enterprise-install-ubuntu.aspx) instruction is for installing DocumentServer as deb and this cover `redis-server` installation
Author
Owner

@solracsf commented on GitHub (Oct 25, 2021):

Ok I see, thanks.

Is there an overview of installed services with each docker container image (nginx, rabbitmq, redis...)?
I saw in some places Redis was removed, so i wasn't aware that it was shipped on the -ee docker image...

<!-- gh-comment-id:950845609 --> @solracsf commented on GitHub (Oct 25, 2021): Ok I see, thanks. Is there an overview of installed services with each docker container image (nginx, rabbitmq, redis...)? I saw in some places Redis was removed, so i wasn't aware that it was shipped on the `-ee` docker image...
Author
Owner

@ShockwaveNN commented on GitHub (Oct 25, 2021):

Is there an overview of installed services with each docker container image (nginx, rabbitmq, redis...)?

There is no overview, but you can connect to running container and use service --status-all

I saw in some places Redis was removed

It was removed only from open-source (free, onlyoffice/documentserver) installation, since for 20 users (which is limit for this installation) it has no performance impact

<!-- gh-comment-id:950856322 --> @ShockwaveNN commented on GitHub (Oct 25, 2021): > Is there an overview of installed services with each docker container image (nginx, rabbitmq, redis...)? There is no overview, but you can connect to running container and use `service --status-all` > I saw in some places Redis was removed It was removed only from open-source (free, `onlyoffice/documentserver`) installation, since for 20 users (which is limit for this installation) it has no performance impact
Author
Owner

@solracsf commented on GitHub (Oct 25, 2021):

Fair enough.

Last question, can it be connected to a Redis cluster (seed multiple IPs) ?

<!-- gh-comment-id:950859418 --> @solracsf commented on GitHub (Oct 25, 2021): Fair enough. Last question, can it be connected to a Redis cluster (seed multiple IPs) ?
Author
Owner

@ShockwaveNN commented on GitHub (Oct 25, 2021):

Last question, can it be connected to a Redis cluster (seed multiple IPs) ?

No, as far as I remember - only if Redis cluster have only one main IP

But generally speaking - as far as I know - redis have least performance intact on DocumentServer, soi simple redis server is enougth

<!-- gh-comment-id:950861329 --> @ShockwaveNN commented on GitHub (Oct 25, 2021): > Last question, can it be connected to a Redis cluster (seed multiple IPs) ? No, as far as I remember - only if Redis cluster have only one main IP But generally speaking - as far as I know - redis have least performance intact on DocumentServer, soi simple redis server is enougth
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/Docker-DocumentServer-ONLYOFFICE#196
No description provided.