Difference between #1 and #2 of
Using Redis Cache in Yii 1.x (Production Setup + Tips)

Revision #2 has been created by AftabHussainSharSukkur AftabHussainSharSukkur on Apr 21, 2026, 5:25:32 PM with the memo:

I change the database name
« previous (#1)

Changes

Title unchanged

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

Category unchanged

Tips

Yii version unchanged

1.1

Tags unchanged

Content changed

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

### Why Redis Instead of FileCache?
[...]
0 0
1 follower
Viewed: 68 times
Version: 1.1
Category: Tips
Last updated by: AftabHussainSharSukkur AftabHussainSharSukkur
Created on: Apr 21, 2026
Last updated: 9 hours ago
Update Article

Revisions

View all history