veasin/nx-cache-redis

There is no license information available for the latest version (0.0.9) of this package.

redis cache for nx

0.0.9 2024-04-24 08:23 UTC

This package is auto-updated.

Last update: 2024-09-24 09:18:40 UTC


README

redis cache for nx

composer require urn2/nx-cache-redis

cache/redis'=>[
    'default'=>[
        'host'=>'127.0.0.1',
        'port'=>6379,
        'timeout'=>0.0,
        'select'=>0
    ],
]