-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
FMAINT-326 explicitly require the string true in order for REDIS_SESS…
…ION_STORAGE to be applied
- Loading branch information
1 parent
32b6604
commit 42b7b89
Showing
2 changed files
with
14 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
# wp-env-heroku-redis | ||
|
||
Expose Heroku redis addon configuration to WordPress. | ||
|
||
Accepted env keys: | ||
|
||
- REDIS_URL: If you are using heroku-redis addon | ||
- REDISCLOUD_URL: If you are using rediscloud addon | ||
- 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. | ||
|
||
## Incompatible changes from 1.0.0 | ||
|
||
In v2.0.0, `REDIS_SESSION_STORAGE` explicitly needs to be set to the string "true" instead of a truthy value. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters