Created
January 22, 2013 23:10
-
-
Save sanderson/4599642 to your computer and use it in GitHub Desktop.
Redis Session in the Boxfile
This file contains hidden or 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
| web1: | |
| php_extensions: | |
| - redis | |
| php_session_save_handler: redis | |
| php_session_save_path: "tcp://tunnel.pagodabox.com:6379" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
It might be worth noting for the new pagodabox.io
needs to be changed to the new server. I personally used the IP address provided for the host using the same port, but are we able do the following (or something similar)?
Might sound silly, but for the longest time I was looking for something wrong with my redis setup on the new server for hours before it occurred to me that the reason redis was refusing the connection was because it was still pointing to the old pagodabox server. >.< when our build process takes about 4-5 minutes per it got really frustrating when nothing I did would fix it hehe