diff --git a/apps/docs/src/pages/docs/self-hosting/index.mdx b/apps/docs/src/pages/docs/self-hosting/index.mdx index a994d6ad..fb7a2325 100644 --- a/apps/docs/src/pages/docs/self-hosting/index.mdx +++ b/apps/docs/src/pages/docs/self-hosting/index.mdx @@ -126,4 +126,12 @@ const op = new OpenPanel({ trackOutgoingLinks: true, trackAttributes: true, }); -``` \ No newline at end of file +``` + +### 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. \ No newline at end of file