short-edition / redis-bundle
A Redis bundle for Symfony
Installs: 4 137
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 0
Forks: 333
Type:symfony-bundle
Requires
- php: ^7.4 || ^8.0
- symfony/framework-bundle: ^4.4 || ^5.3 || ^6.0
- symfony/http-foundation: ^4.4 || ^5.3 || ^6.0
- symfony/var-dumper: ^4.4 || ^5.3 || ^6.0
Requires (Dev)
- ext-pdo_sqlite: *
- ext-redis: *
- doctrine/annotations: ^1.13
- doctrine/coding-standard: ^9.0
- friendsofphp/proxy-manager-lts: ^1.0.6
- monolog/monolog: *
- phpunit/phpunit: ^8.5 || ^9.5
- predis/predis: >=1.1
- symfony/browser-kit: ^4.4 || ^5.3 || ^6.0
- symfony/cache: ^4.4 || ^5.3 || ^6.0
- symfony/console: ^4.4 || ^5.3 || ^6.0
- symfony/dom-crawler: ^4.4 || ^5.3 || ^6.0
- symfony/filesystem: ^4.4 || ^5.3 || ^6.0
- symfony/phpunit-bridge: ^6.0
- symfony/profiler-pack: ^1.0
- symfony/stopwatch: ^4.4 || ^5.3 || ^6.0
- symfony/twig-bundle: ^4.4 || ^5.3 || ^6.0
- symfony/yaml: ^4.4 || ^5.3 || ^6.0
- vimeo/psalm: ^4.13
Suggests
- monolog/monolog: If you want to use the monolog redis handler.
- predis/predis: If you want to use predis.
- symfony/console: If you want to use commands to interact with the redis database
- symfony/proxy-manager-bridge: If you want to lazy-load some services
Conflicts
- ext-redis: <5.3
- predis/predis: <1.1,>=2.0
- dev-bugfix
- 4.2.0
- 4.1.6
- 4.1.5
- 4.1.4
- 4.1.3
- 4.1.2
- 4.1.1
- 4.1.0
- 4.0.2
- 4.0.1
- 4.0
- dev-master / 3.x-dev
- 3.6.0
- 3.5.2
- 3.5.1
- 3.5.0
- 3.4.1
- 3.4.0
- 3.3.0
- 3.2.4
- 3.2.3
- 3.2.2
- 3.2.1
- 3.2.0
- 3.1.1
- 3.1.0
- 3.0.0
- 3.0.0-RC2
- 3.0.0-RC1
- 2.1.13
- 2.1.12
- 2.1.11
- 2.1.10
- 2.1.9
- 2.1.8
- 2.1.7
- 2.1.6
- 2.1.5
- 2.1.4
- 2.1.3
- 2.1.2
- 2.1.1
- 2.1.0
- 2.0.6
- 2.0.5
- 2.0.4
- 2.0.3
- 2.0.2
- 2.0.1
- 2.0.0
- 1.1.10
- 1.1.9
- 1.1.8
- 1.1.7
- 1.1.6
- 1.1.5
- 1.1.4
- 1.1.3
- 1.1.2
- 1.1.1
- 1.1.0
- 1.0.11
- 1.0.10
- 1.0.9
- 1.0.8
- 1.0.7
- 1.0.6
- 1.0.5
- 1.0.4
- 1.0.3
- 1.0.2
- 1.0.1
- dev-tmp-log-everything
- dev-bugfix-651
- dev-middleware
This package is not auto-updated.
Last update: 2023-02-07 11:18:49 UTC
README
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.