Skip to content
Mia Winter edited this page Mar 14, 2024 · 1 revision

Redis

Wave will generate a variety of keys for anti-forgery and logged in users during it's runtime. By default, these will be persisted into an in-memory key store, which will be lost when restarting the Wave container, causing all users to be logged out. To persist these keys outside of the containers' lifetime, you can configure a Redis connection string using ConnectionStrings.Redis.

Clone this wiki locally