PHPackages                             deable/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. deable/redis

ActiveLibrary[Caching](/categories/caching)

deable/redis
============

Simpliest way to use redis client on your nette project.

v1.1.0(1y ago)0338↓85.7%1MITPHPPHP &gt;= 7.4

Since Dec 7Pushed 1y ago1 watchersCompare

[ Source](https://github.com/deable/redis)[ Packagist](https://packagist.org/packages/deable/redis)[ RSS](/packages/deable-redis/feed)WikiDiscussions master Synced 1w ago

READMEChangelogDependencies (4)Versions (3)Used By (1)

deable / redis
==============

[](#deable--redis)

Simple redis client implementation for nette framework with transactions. Thanks to this library, you can simplify your workflow with redis and [Nette Framework](https://nette.org/).

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

[](#requirements)

This library was developed for PHP 7.4 or newer, designed for [Nette Framework](https://nette.org/) version 3.1 or newer.

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

[](#installation)

The best way to install this library is using [Composer](https://getcomposer.org/):

```
$ composer require deable/redis
```

Usage
-----

[](#usage)

Add extension to your application configuration:

```
extensions:
    redis: Deable\Redis\RedisExtension

redis:
    config:
        host: localhost
        port: 6379
        timeout: 5.0
        database: 0
        persistent: false
        auth: null
    autowired: false
    debugger: false

```

Contributing
------------

[](#contributing)

This is an open source, community-driven project. If you would like to contribute, please follow the code format as used in current sources and submit a pull request.

###  Health Score

27

—

LowBetter than 46% of packages

Maintenance34

Infrequent updates — may be unmaintained

Popularity14

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity44

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

Every ~334 days

Total

2

Last Release

650d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/1206903?v=4)[Lupo112](/maintainers/Lupo112)[@lupo112](https://github.com/lupo112)

---

Top Contributors

[![lupo112](https://avatars.githubusercontent.com/u/1206903?v=4)](https://github.com/lupo112 "lupo112 (3 commits)")

---

Tags

netteredis

### Embed Badge

![Health badge](/badges/deable-redis/health.svg)

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

###  Alternatives

[nette/web-project

Nette: Standard Web Project

11093.7k](/packages/nette-web-project)[tomaj/nette-api

Nette api

36276.9k8](/packages/tomaj-nette-api)[kdyby/redis

Redis storage for Nette Framework

491.7M2](/packages/kdyby-redis)[kdyby/autowired

Syntax sugar for working with services in Nette Framework

30925.3k18](/packages/kdyby-autowired)[contributte/redis

Redis client integration into Nette framework

181.7M2](/packages/contributte-redis)

PHPackages © 2026

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