phphleb/hredis

PRedis connection for PHP Framework HLEB2

Installs: 6

Dependents: 1

Suggesters: 0

Security: 0

Stars: 1

Watchers: 1

Forks: 0

Open Issues: 0

pkg:composer/phphleb/hredis

1.0.0 2024-01-29 15:07 UTC

This package is auto-updated.

Last update: 2025-10-06 03:54:42 UTC


README

HLEB2 PHP License: MIT

// Wrapper for predis/predis library with HLEB2 framework configuration included.

// Обёртка для библиотеки predis/predis с подключением конфигурации фреймворка HLEB2.

use \Phphleb\Hredis\HRedis;
$client = (new HRedis())->client();
$client->append($key, $value);

You can add the HRedis object as a service to the framework container.