Using Redis Cache in Yii 1.x (Production Setup + Tips)

Comparing #1 with #2

Content

[...]
'components'=>array(
'cache'=>array(
'class'=>'CRedisCache',
'hostname'=>'127.0.0.1',
'port'=>6379,
'database'=>
21, 'keyPrefix'=>'webposuniversaltradersdatabase',
),
),
```

### Why Redis Instead of FileCache?
[...]