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

ActiveLibrary[Caching](/categories/caching)

falcolee/laravel-swoole-redis
=============================

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

0.0.1(5y ago)125966MITPHPPHP &gt;=5.6.4

Since Apr 29Pushed 4y ago1 watchersCompare

[ Source](https://github.com/falcolee/laravel-swoole-redis)[ Packagist](https://packagist.org/packages/falcolee/laravel-swoole-redis)[ Docs](https://github.com/falcolee/laravel-swoole-redis)[ RSS](/packages/falcolee-laravel-swoole-redis/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependencies (1)Versions (2)Used By (0)

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

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

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

```
    public $config = [
        //min 3
        'poolMin'         => 3,
        //max 1000
        'poolMax'         => 64,
        //when lost connection retry
        'retryTimes'      => 2,

        //options config
        'connect_timeout' => 1,
        'timeout'         => 1,
        'reconnect'       => 1
    ];

```

install
-------

[](#install)

`composer require falcolee/laravel-swoole-redis`

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

[](#how-to-use)

- step 1: make true you've got a right swoole environment
- step 2: add

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

```

in your config/cache.php `stores` section below `redis` array

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

###  Health Score

25

—

LowBetter than 37% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity23

Limited adoption so far

Community10

Small or concentrated contributor base

Maturity37

Early-stage or recently created project

 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

1840d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/8fbbc85f969923e58bd033c9ec59e20eba3258ac5fdc6bdb8f3b6f098ffc2e8e?d=identicon)[xiaogouxo](/maintainers/xiaogouxo)

---

Top Contributors

[![falcolee](https://avatars.githubusercontent.com/u/4252835?v=4)](https://github.com/falcolee "falcolee (1 commits)")

---

Tags

laravel swoole redis poollaravel seoole redis cachelaravel seoole session driver

### Embed Badge

![Health badge](/badges/falcolee-laravel-swoole-redis/health.svg)

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

###  Alternatives

[spatie/laravel-responsecache

Speed up a Laravel application by caching the entire response

2.8k8.2M51](/packages/spatie-laravel-responsecache)[genealabs/laravel-model-caching

Automatic caching for Eloquent models.

2.4k4.8M26](/packages/genealabs-laravel-model-caching)[mikebronner/laravel-model-caching

Automatic caching for Eloquent models.

2.4k127.1k1](/packages/mikebronner-laravel-model-caching)[illuminate/cache

The Illuminate Cache package.

12835.6M1.4k](/packages/illuminate-cache)[laragear/cache-query

Remember your query results using only one method. Yes, only one.

272122.8k](/packages/laragear-cache-query)[namoshek/laravel-redis-sentinel

An extension of Laravels Redis driver which supports connecting to a Redis master through Redis Sentinel.

38679.0k](/packages/namoshek-laravel-redis-sentinel)

PHPackages © 2026

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