paysera/fork-snc-snc-redis-bundle

A Redis bundle for Symfony

Installs: 3 014

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 2

Forks: 326

Type:symfony-bundle

3.2.3 2020-06-05 06:53 UTC

README

Latest Stable Version Total Downloads Latest Unstable Version License Monthly Downloads Daily Downloads Build Status

About

This bundle integrates Predis and PhpRedis into your Symfony 3.4+ application, providing a fast and convenient interface to Redis.

Using the native PhpRedis extension is recommended as it is faster and our main development platform. If the extension is not available and cannot be installed in your environment Predis is considered a safe and portable alternative, and our integration should be functionally identical.

Installation

Use Composer:

composer require snc/redis-bundle

Documentation

Read the documentation in Resources/doc/

License

See LICENSE.