tillkruss / SncRedisBundle

A Redis bundle for Symfony supporting Predis and PhpRedis

Home Page:https://github.com/snc/SncRedisBundle

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

RedisBundle

Latest Stable Version License Monthly Downloads Build Status

About

This bundle integrates Predis and PhpRedis into your Symfony 4.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 docs/

License

See LICENSE.

About

A Redis bundle for Symfony supporting Predis and PhpRedis

https://github.com/snc/SncRedisBundle

License:MIT License


Languages

Language:PHP 92.4%Language:Twig 7.6%