PHP and Redis: The Story

Tags
phprediswordpressobjectcache
Created
Apr 14, 2023 5:11 PM
Status
Done

Introduction

There are two active FOSS PHP extensions to support Redis.

phpredis

predis

Then there is a paid/freemium called Relay.

Relay

It looks as though Relay is really Till Krüss but there are a number of contributors within the Github repository https://github.com/cachewerk/relay/graphs/contributors

So it’s clear who the owner is from a public standpoint.

Here’s the pricing, with the free community version.

image

How phpredis, predis and Relay Fit Together

This post by tillkruss on the following issue clears the air https://github.com/symfony/symfony/pull/48930#issuecomment-1399537402

image

Other Resources