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 5y 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 3w 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 36% 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

1885d 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.7M64](/packages/spatie-laravel-responsecache)[illuminate/cache

The Illuminate Cache package.

12936.5M1.7k](/packages/illuminate-cache)[mike-bronner/laravel-model-caching

Automatic caching for Eloquent models.

2.4k55.1k1](/packages/mike-bronner-laravel-model-caching)[iazaran/smart-cache

Smart Cache is a caching optimization package designed to enhance the way your Laravel application handles data caching. It intelligently manages large data sets by compressing, chunking, or applying other optimization strategies to keep your application performant and efficient.

2119.7k](/packages/iazaran-smart-cache)

PHPackages © 2026

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