PHPackages                             farmani/laravel-openswoole-redis-pool - 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. [Caching](/categories/caching)
4. /
5. farmani/laravel-openswoole-redis-pool

ActiveLibrary[Caching](/categories/caching)

farmani/laravel-openswoole-redis-pool
=====================================

Laravel package to provide openswoole redis pool integration, laravel redis pool cache and session driver. Aims to avoid redis server timeout exception

v1.0.0(3y ago)011MITPHPPHP &gt;=8.1

Since Dec 23Pushed 3y ago1 watchersCompare

[ Source](https://github.com/farmani/laravel-openswoole-redis-pool)[ Packagist](https://packagist.org/packages/farmani/laravel-openswoole-redis-pool)[ Docs](https://github.com/farmani/laravel-openswoole-redis-pool)[ RSS](/packages/farmani-laravel-openswoole-redis-pool/feed)WikiDiscussions main Synced 2w ago

READMEChangelog (1)Dependencies (6)Versions (2)Used By (0)

laravel swoole redis pool
-------------------------

[](#laravel-swoole-redis-pool)

Laravel package to provide openswoole redis pool integration, laravel redis pool cache and session driver.

change your default redis database configuration as follows:

```
'default' => [
    'url' => env('REDIS_URL'),
    'host' => env('REDIS_HOST', 'redis.waptap.dev'),
    'password' => env('REDIS_PASSWORD', null),
    'port' => env('REDIS_PORT', '6379'),
    'database' => env('REDIS_DB', '0'),
    'read_timeout' => 3.0,
    'timeout' => 15.0,
    'retry_interval' => 0,
    'reserved' => '',
    'pool' => [
        'min' => 128,
        'max' => 128,
        'idle_time' => -1,
        'idle_interval' => 1000,
        'heartbeat' => 3000,
        'retry_interval' => 10,
        'retry_times' => 3,
    ],
],
```

install
-------

[](#install)

`composer require farmani/laravel-openswoole-redis-pool`

how to use
----------

[](#how-to-use)

- step 1: make true you've got a right swoole environment
- step 2: add this new storage in your `config/cache.php` file `stores` section below `redis` array

```
'redis_pool' => [
    'driver' => 'redis',
    'connection' => 'default',
],
```

- step 3: change your redis drive or session drive to `redis_pool` in your `.env` file , that is it

###  Health Score

24

—

LowBetter than 30% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity5

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity55

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 100% of commits — single point of failure

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.

###  Release Activity

Cadence

Unknown

Total

1

Last Release

1335d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/c52a0ea2a11e9895de9fd3cafa31e78eea938fb2038e4e0080e63b12ef538eee?d=identicon)[farmani](/maintainers/farmani)

---

Top Contributors

[![farmani](https://avatars.githubusercontent.com/u/1329580?v=4)](https://github.com/farmani "farmani (27 commits)")

---

Tags

laravelopenswooleredislaravel openswoole redis poollaravel openswoole redis cachelaravel openswoole session driver

### Embed Badge

![Health badge](/badges/farmani-laravel-openswoole-redis-pool/health.svg)

```
[![Health](https://phpackages.com/badges/farmani-laravel-openswoole-redis-pool/health.svg)](https://phpackages.com/packages/farmani-laravel-openswoole-redis-pool)
```

###  Alternatives

[barryvdh/laravel-debugbar

PHP Debugbar integration for Laravel

19.3k136.0M827](/packages/barryvdh-laravel-debugbar)[mike-bronner/laravel-model-caching

Automatic caching for Eloquent models.

2.4k161.4k2](/packages/mike-bronner-laravel-model-caching)[laravel/pulse

Laravel Pulse is a real-time application performance monitoring tool and dashboard for your Laravel application.

1.7k16.3M154](/packages/laravel-pulse)[spatie/laravel-responsecache

Speed up a Laravel application by caching the entire response

2.8k9.3M74](/packages/spatie-laravel-responsecache)[propaganistas/laravel-disposable-email

Disposable email validator

6023.2M7](/packages/propaganistas-laravel-disposable-email)[illuminate/http

The Illuminate Http package.

11938.5M8.2k](/packages/illuminate-http)

PHPackages © 2026

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