veasin/nx-cache-redis

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

redis cache for nx

Installs: 214

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 1

Forks: 0

Open Issues: 0

Type:framework

pkg:composer/veasin/nx-cache-redis

0.0.10 2024-12-27 14:07 UTC

This package is auto-updated.

Last update: 2025-09-27 15:53:41 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
    ],
]