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

ActiveLibrary[Caching](/categories/caching)

felconca/redis-cache
====================

Lightweight pure PHP Redis client without native extensions (no redis.dll required).

v1.1(5mo ago)09MITPHPPHP &gt;=5.6

Since Dec 13Pushed 5mo agoCompare

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

READMEChangelog (2)DependenciesVersions (3)Used By (0)

RedisCache
==========

[](#rediscache)

**Lightweight pure PHP Redis client without native extensions**Works without `redis.dll` or the PHP `Redis` extension. Supports all Redis commands, pipelines, transactions, authentication, database selection, and optional JSON serialization.

---

📦 Installation
--------------

[](#-installation)

Use [Composer](https://getcomposer.org/) to install:

```
composer require felconca/redis-cache
```

Composer will handle autoloading, so you can start using it immediately.

---

⚡ Usage
-------

[](#-usage)

### Basic Usage

[](#basic-usage)

```
