Created
December 25, 2011 00:34
-
-
Save drewgillson/1518565 to your computer and use it in GitHub Desktop.
Redis for TinyBrick LightSpeed - local.xml
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
<lightspeed> | |
<global> | |
REDACTED | |
</global> | |
<session> | |
REDACTED | |
</session> | |
<cache> | |
<type>redis</type> | |
<backend>Zend_Cache_Backend_Redis</backend> | |
<backend_options> | |
<server>/usr/home/outthere/redis.sock</server> | |
<port>6379</port> | |
<database>3</database> | |
<force_standalone>0</force_standalone> <!-- 0 for phpredis, 1 for standalone PHP (slower) --> | |
<automatic_cleaning_factor>20000</automatic_cleaning_factor> <!-- optional, 20000 is the default, 0 disables auto clean --> | |
</backend_options> | |
</cache> | |
</lightspeed> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment