PHPackages                             bagart/ask-client-redis - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. bagart/ask-client-redis

ActiveLibrary

bagart/ask-client-redis
=======================

Fully asynchronous Redis client library built on top of BAGArt/AsyncKernel. Fiber-based, promise-driven, transport-agnostic inside ASK ecosystem.

00

Since Jul 21Compare

[ Source](https://github.com/bagart/php-async-kernel-client-redis)[ Packagist](https://packagist.org/packages/bagart/ask-client-redis)[ RSS](/packages/bagart-ask-client-redis/feed)WikiDiscussions Synced today

READMEChangelogDependenciesVersions (1)Used By (0)

ASKClient-Redis
===============

[](#askclient-redis)

Redis client library for the Async Kernel stack.

Provides two parallel client paths:

- **Async** — `ASKRedisClient` sends commands through the ASK pipeline (Operation DTOs → ASKClient → Transport → TCP socket with RESP protocol)
- **Sync** — `PhpRedisAdapter` wraps the phpredis extension directly via `RedisClientContract`

Infrastructure classes (cache, lockers, queue, job state) use the sync path and implement contracts from `bagart/async-kernel` and `bagart/ask-client`.

Requirements
------------

[](#requirements)

- PHP 8.2+
- `ext-redis` (phpredis)

Installation
------------

[](#installation)

```
composer require bagart/ask-client-redis
```

Depends on `bagart/async-kernel` and `bagart/ask-client`.

Architecture
------------

[](#architecture)

```
Async path:  ASKRedisClient → Operation DTO → ASKClient → Middleware → Pipeline → ASKRedisTransport → Redis
Sync path:   PhpRedisClient → phpredis extension → Redis

```

See `agent.md` for full architectural context.

###  Health Score

9

—

LowBetter than 0% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity0

Limited adoption so far

Community2

Small or concentrated contributor base

Maturity11

Early-stage or recently created project

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

### Community

Maintainers

![](https://www.gravatar.com/avatar/02a582356aa07935e42e622817f56810dce45be995af444215fabb072a39992b?d=identicon)[bagart](/maintainers/bagart)

### Embed Badge

![Health badge](/badges/bagart-ask-client-redis/health.svg)

```
[![Health](https://phpackages.com/badges/bagart-ask-client-redis/health.svg)](https://phpackages.com/packages/bagart-ask-client-redis)
```

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
