rhubarbgroup / redis-cache

A persistent object cache backend for WordPress powered by Redis. Supports Predis, PhpRedis, Relay, replication, sentinels, clustering and WP-CLI.
https://wordpress.org/plugins/redis-cache/
GNU General Public License v3.0
439 stars 150 forks source link

Between Predis and PhpRedis which do you recommend? #395

Closed datgausaigon closed 2 years ago

datgausaigon commented 2 years ago

Hi, your plugin support: Predis, PhpRedis, Relay. Which of them do you think is better? Thanks

tillkruss commented 2 years ago

Relay is the fastest, then PhpRedis. Only use Predis when the other are not available.

datgausaigon commented 2 years ago

@tillkruss Thanks ❤️