-
-
Notifications
You must be signed in to change notification settings - Fork 2
Redis
Mia Winter edited this page Mar 14, 2024
·
1 revision
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
.
Copyright (c) 2024 Mia Rose Winter