PHPackages                             adammbalogh/key-value-store-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. adammbalogh/key-value-store-redis

ActiveLibrary[Caching](/categories/caching)

adammbalogh/key-value-store-redis
=================================

Key-value redis store through predis/predis package.

0.5.1(11y ago)01.5k1MITPHPPHP &gt;=5.4.0

Since Sep 28Pushed 11y ago1 watchersCompare

[ Source](https://github.com/adammbalogh/key-value-store-redis)[ Packagist](https://packagist.org/packages/adammbalogh/key-value-store-redis)[ RSS](/packages/adammbalogh-key-value-store-redis/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependencies (6)Versions (6)Used By (0)

Key Value Redis Store
=====================

[](#key-value-redis-store)

[![Author](https://camo.githubusercontent.com/9582c654a130ad6ba8d12bead14973a97730a3993f41d229eb56691a0626ceed/687474703a2f2f696d672e736869656c64732e696f2f62616467652f617574686f722d406164616d6d62616c6f67682d626c75652e7376673f7374796c653d666c6174)](https://twitter.com/adammbalogh)[![Build Status](https://camo.githubusercontent.com/186e6a3e1863a7861158bdcc27df526f787ade8b852e7f009f16035ea392172f/68747470733a2f2f696d672e736869656c64732e696f2f7472617669732f6164616d6d62616c6f67682f6b65792d76616c75652d73746f72652d72656469732f6d61737465722e7376673f7374796c653d666c6174)](https://travis-ci.org/adammbalogh/key-value-store-redis)[![Coverage Status](https://camo.githubusercontent.com/c19281bb728de526b022a33674fa3392918d41475d6e171b31325ec0741af02e/68747470733a2f2f696d672e736869656c64732e696f2f636f766572616c6c732f6164616d6d62616c6f67682f6b65792d76616c75652d73746f72652d72656469732e7376673f7374796c653d666c6174)](https://coveralls.io/r/adammbalogh/key-value-store-redis)[![Quality Score](https://camo.githubusercontent.com/efff6250ce208ee4425feb9cffbd0d9ce59351e911c461952f3358da5e42e2ea/68747470733a2f2f696d672e736869656c64732e696f2f7363727574696e697a65722f672f6164616d6d62616c6f67682f6b65792d76616c75652d73746f72652d72656469732e7376673f7374796c653d666c6174)](https://scrutinizer-ci.com/g/adammbalogh/key-value-store-redis)[![Software License](https://camo.githubusercontent.com/f48f8d6cf609f5b181b9c3218a85175fe8a5809c7ea400347f39697a5d55065d/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f6c6963656e73652d4d49542d626c75652e7376673f7374796c653d666c6174)](LICENSE)[![Packagist Version](https://camo.githubusercontent.com/2c4e2ba72a7597b717f34bc64fc8985165a1bf8c4f117698cad342f8cef041db/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f6164616d6d62616c6f67682f6b65792d76616c75652d73746f72652d72656469732e7376673f7374796c653d666c6174)](https://packagist.org/packages/adammbalogh/key-value-store-redis)[![Total Downloads](https://camo.githubusercontent.com/8a0e301035f22037ca2f8af6cfbd94448ed1280cd465edbac9e14c63d3220c4c/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f6164616d6d62616c6f67682f6b65792d76616c75652d73746f72652d72656469732e7376673f7374796c653d666c6174)](https://packagist.org/packages/adammbalogh/key-value-store-redis)

[![SensioLabsInsight](https://camo.githubusercontent.com/ce7d68148a45a03fff5536afc1908975c39a381825516735867633368f973ef0/68747470733a2f2f696e73696768742e73656e73696f6c6162732e636f6d2f70726f6a656374732f66333461613562662d343738372d343932392d613461372d3538303533663865363363332f736d616c6c2e706e67)](https://insight.sensiolabs.com/projects/f34aa5bf-4787-4929-a4a7-58053f8e63c3)

Description
===========

[](#description)

This library provides a layer to a key value redis store.

It uses the [predis/predis](https://github.com/nrk/predis) package.

Check out the [abstract library](https://github.com/adammbalogh/key-value-store) to see the other adapters and the Api.

Installation
============

[](#installation)

Install it through composer.

```
{
    "require": {
        "adammbalogh/key-value-store-redis": "@stable"
    }
}
```

**tip:** you should browse the [`adammbalogh/key-value-store-redis`](https://packagist.org/packages/adammbalogh/key-value-store-redis)page to choose a stable version to use, avoid the `@stable` meta constraint.

Usage
=====

[](#usage)

```
