Predis to v2.2.2

This commit is contained in:
the-djmaze 2024-04-08 16:29:55 +02:00
parent 9510347d3a
commit 969dca5f7e
449 changed files with 22013 additions and 2 deletions

View file

@ -6,8 +6,8 @@ class CacheRedisPlugin extends \RainLoop\Plugins\AbstractPlugin
const
NAME = 'Cache Redis',
VERSION = '2.36.1',
RELEASE = '2024-03-31',
VERSION = '2.36.2',
RELEASE = '2024-04-08',
REQUIRED = '2.36.0',
CATEGORY = 'Cache',
DESCRIPTION = 'Cache handler using Redis';