# Mehrere Diskurse auf einem einzelnen Redis-Host

**URL:** https://meta.discourse.org/t/multiple-discourse-on-a-single-redis-host/219318
**Category:** Self-hosting
**Tags:** hosting
**Created:** [24. Februar 2022 um 21:37 UTC](https://meta.discourse.org/t/multiple-discourse-on-a-single-redis-host/219318 "2022-02-24T21:37:13Z")
**Posts on this page:** 1
**Showing post:** 2

<div class="post-metadata">

### Author: ![david](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/david/32/157490_2.png) [@david](https://meta.discourse.org/u/david)
#### Post date: [24. Februar 2022 um 22:06 UTC](https://meta.discourse.org/t/multiple-discourse-on-a-single-redis-host/219318/2 "2022-02-24T22:06:02Z")

</div>

Jeder Discourse benötigt seinen eigenen, komplett separaten Redis-Server, da message-bus [Redis Pub/Sub](https://redis.io/topics/pubsub) verwendet, das zwischen allen Datenbanken auf einem Redis-Server gemeinsam genutzt wird.

Wenn Sie Discourse in einer Multisite-Konfiguration ausführen, fügen wir automatisch ein standortspezifisches Präfix zu allen Schlüsseln und Pub/Sub-Kanälen hinzu. Dieses Präfix ist für Standardinstallationen mit nur einem Standort nicht verfügbar.

---

_[View the full topic](https://meta.discourse.org/t/multiple-discourse-on-a-single-redis-host/219318)._
