# Redis shared : problem security data ? Which datas are concerned?

**URL:** https://meta.discourse.org/t/redis-shared-problem-security-data-which-datas-are-concerned/171859
**Category:** Self-hosting
**Tags:** hosting
**Created:** [December 1, 2020, 10:30am UTC](https://meta.discourse.org/t/redis-shared-problem-security-data-which-datas-are-concerned/171859 "2020-12-01T10:30:37Z")
**Posts on this page:** 2
**Page:** 1

<div class="post-metadata">

### Author: ![Tuhadj](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/tuhadj/32/166173_2.png) [@Tuhadj](https://meta.discourse.org/u/Tuhadj)
#### Post date: [December 1, 2020, 10:30am UTC](https://meta.discourse.org/t/redis-shared-problem-security-data-which-datas-are-concerned/171859/1 "2020-12-01T10:30:37Z")

</div>

My hosting provider told me I can install Discourse but the Redis is shared and that I “must not put in Redis sensible informations”

I would like to know **what kind of information is stored in Redis (the list)** with Discourse so I can decide whether or not I can install it.  
I cannot read the whole source code I am not a developper I don’t posess the

And especially if emails or identity of the users of my forum would be endangered.  
#security

 ![](https://media.tenor.com/videos/70282aeb46abf7d7b5f741da91350d0e/mp4)

---

<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: [December 1, 2020, 11:41am UTC](https://meta.discourse.org/t/redis-shared-problem-security-data-which-datas-are-concerned/171859/2 "2020-12-01T11:41:09Z")

</div>

Discourse does store some sensitive data in Redis. You shouldn’t share the Redis instance with another application.

We strongly recommend you follow our official installation guide, which will automatically include a dedicated redis instance: [discourse/docs/INSTALL-cloud.md at main · discourse/discourse · GitHub](https://github.com/discourse/discourse/blob/master/docs/INSTALL-cloud.md)
