https://github.com/frc/wp-env-heroku-redis
https://github.com/frc/wp-env-heroku-redis
Last synced: 5 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/frc/wp-env-heroku-redis
- Owner: frc
- Created: 2015-08-31T21:15:26.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2023-05-12T15:27:47.000Z (about 3 years ago)
- Last Synced: 2025-06-09T09:54:23.101Z (about 1 year ago)
- Language: PHP
- Size: 3.91 KB
- Stars: 0
- Watchers: 33
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 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.