alahaxe/

healthcheck-redis

Redis 检查 alahaxe/healthcheck-bundle

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

This package is auto-updated.

Last update: 2024-09-15 22:23:28 UTC


README

安装

安装检查器

    composer require alahaxe/healthcheck-redis

在您的应用程序中注册服务

    Alahaxe\HealthCheckBundle\Checks\Redis\RedisCheck:
        arguments:
            # @see https://symfony.ac.cn/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']