Skip to content

Instantly share code, notes, and snippets.

@drewgillson
Created December 25, 2011 00:34
Show Gist options
  • Save drewgillson/1518565 to your computer and use it in GitHub Desktop.
Save drewgillson/1518565 to your computer and use it in GitHub Desktop.
Redis for TinyBrick LightSpeed - local.xml
<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