// 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.