xenokore/cache

Redis cache library

1.0.5 2021-05-10 05:21 UTC

This package is auto-updated.

Last update: 2024-04-10 11:53:02 UTC


README

because predis 2.0 is still in dev add these to the root-composer to use the cache:

"require": {
    "xenokore/cache": "^1.0.3@dev",
    "predis/predis": "^2.0@dev",
    "xenokore/psr-cache-redis": "^v1.0.0b@dev"
}