docs(worker): add section about managed redis #82

This commit is contained in:
Carl-Gerhard Lindesvärd
2024-10-28 10:38:12 +01:00
parent 106df70ee2
commit 30c1626b52

View File

@@ -126,4 +126,12 @@ const op = new OpenPanel({
trackOutgoingLinks: true,
trackAttributes: true,
});
```
```
### Managed Redis
If you use a managed Redis service, you may need to set the `notify-keyspace-events` manually.
Without this setting we wont be able to listen for expired keys which we use for caluclating currently active vistors.
> You will see a warning in the logs if this needs to be set manually.