kdyby / redis
Redis storage for Nette Framework
v6.1.4
2023-03-14 12:48 UTC
Requires
- php: >=7.4
- ext-redis: *
- nette/caching: ~3.1
- nette/di: ~3.0
- nette/http: ~3.0
- nette/utils: ~3.0 || ^4.0
Requires (Dev)
- nette/bootstrap: ~3.0
- nette/deprecated: ~3.0
- nette/php-generator: ~3.3 || ^4.0
- nette/tester: ^2.3.1
- php-coveralls/php-coveralls: ^2.1
- php-parallel-lint/php-parallel-lint: dev-master
- phpstan/phpstan: ^0.12
- slevomat/coding-standard: dev-master
- tracy/tracy: ~2.4
Suggests
- ext-redis: The php redis extension https://github.com/nicolasff/phpredis/ is required for connecting to redis server
- v6.1.4
- v6.1.3
- v6.1.2
- v6.1.1
- v6.1.0
- v6.0.0
- v6.0.0-rc3
- v6.0.0-rc2
- v6.0.0-rc1
- v6.0.0-rc
- v5.2.0
- v5.1.0
- dev-master / 5.0.x-dev
- v5.0.1
- v5.0.0
- v4.1.0
- v4.0.0
- v3.3.0
- dev-nette-2.2 / 3.2.x-dev
- v3.2.1
- v3.2.0
- v3.1.2
- v3.1.1
- v3.1.0
- v3.0.0
- v2.3.2
- v2.3.1
- v2.3.0
- v2.2.0
- v2.1.3
- v2.1.2
- v2.1.1
- v2.1.0
- v2.0.5
- v2.0.4
- v2.0.3
- v2.0.1
- v2.0.0
- v1.0.5
- v1.0.4
- v1.0.3
- v1.0.2
- v1.0.1
- v1.0.0
- v0.9.1
- v0.9.0
- dev-test-redis-3.0
- dev-nette-2.1
- dev-nette-2.0-ext
- dev-feature/client-sharding
- dev-release-1.0
This package is auto-updated.
Last update: 2024-10-25 15:26:09 UTC
README
Requirements
Kdyby/Redis requires PHP 7.4 or newer.
Installation
- Compile & Install latest stable Redis
- Compile & Install latest phpredis
- Install Kdyby/Redis to your project is using Composer:
$ composer require kdyby/redis
Documentation
Learn more in the documentation.
Homepage http://www.kdyby.org and repository http://github.com/kdyby/Redis.