sql >> Database >  >> NoSQL >> Redis

Frontend en backend met enkele cache

Stel een afzonderlijk cachevoorvoegsel in voor frontend en backend in hun respectievelijke configuratiebestanden.

Ik gebruik nog steeds 1.1.x branch, maar voor 2.x zou branch hetzelfde moeten zijn.

Frontend configuratiebestand:

'cache' => array(
        'class'     => 'system.caching.' . (!MW_DEBUG ? 'CFileCache' : 'CDummyCache'),
        'keyPrefix' => md5('frontend.' . MW_VERSION . Yii::getPathOfAlias('frontend')),
 ),

Backend configuratiebestand:

'cache' => array(
        'class'     => 'system.caching.' . (!MW_DEBUG ? 'CFileCache' : 'CDummyCache'),
        'keyPrefix' => md5('backend.' . MW_VERSION . Yii::getPathOfAlias('backend')),
    ),


  1. Inleiding tot Apache HBase-snapshots, deel 2:diepere duik

  2. Redis Async API's

  3. Mongoose Model.find is geen functie?

  4. Abonneren op Meteor.Users Collection