Oct 17, 2016

dcb9

Redis Cache and Session for Yii2 build in phpredis extension

Alternative Redis Cache and Session Yii 2 components built on top of phpredis which are more performant than stock components:

phpredis-vs-yii-redis.png

Comments (1)

  1. Jun 25, 2018

    Have you tried Predis for configuring PHP redis cache? In my experience Predis was slightly better in performance than phpredis. Also, predis is easier to install on your server, there is no need to have root access for that. I would love to see a similar performance benchmark with predis.