alahaxe/healthcheck-redis

Redis checks for alahaxe/healthcheck-bundle

Installs: 8 770

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 2

Forks: 0

Open Issues: 1

pkg:composer/alahaxe/healthcheck-redis

v2.0.1 2023-11-29 21:48 UTC

This package is auto-updated.

Last update: 2025-09-26 09:35:29 UTC


README

Installation

Install checker:

    composer require alahaxe/healthcheck-redis

Register service in your app:

    Alahaxe\HealthCheckBundle\Checks\Redis\RedisCheck:
        arguments:
            # @see https://symfony.com/doc/current/components/cache/adapters/redis_adapter.html#configure-the-connection
            $dns: "redis://abcdef@localhost?timeout=5"
            # optional
            $name: "redis_01"
        tags: ['lahaxearnaud.healthcheck.check']