You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Expose Heroku redis addon configuration to WordPress.
4
+
5
+
Accepted env keys:
6
+
7
+
- REDIS_URL: If you are using heroku-redis addon
8
+
- REDISCLOUD_URL: If you are using rediscloud addon
9
+
- REDIS_SESSION_STORAGE: Set to "true" (without quotes) if you want PHP sessions to be persisted in Redis storage, instead of PHP's default of using machine's temporary directory. This is useful when you need to persist sessions across multiple dynos.
10
+
11
+
## Incompatible changes from 1.0.0
12
+
13
+
In v2.0.0, `REDIS_SESSION_STORAGE` explicitly needs to be set to the string "true" instead of a truthy value.
0 commit comments