polysource / adapter-redis
Polysource — Redis hash adapter: read+write Redis-backed records (feature flags, lightweight config, session metadata).
Package info
github.com/polysource/adapter-redis
Type:symfony-bundle
pkg:composer/polysource/adapter-redis
v0.9.0
2026-05-18 00:23 UTC
Requires
- php: >=8.1
- polysource/core: ^0.1 || ^0.5 || ^0.7 || ^0.9
- symfony/config: ^5.4 || ^6.0 || ^7.0 || ^8.0
- symfony/dependency-injection: ^5.4 || ^6.0 || ^7.0 || ^8.0
- symfony/http-kernel: ^5.4 || ^6.0 || ^7.0 || ^8.0
Requires (Dev)
- phpunit/phpunit: ^10.5 || ^11.5
- polysource/symfony-bundle: ^0.1 || ^0.5 || ^0.7 || ^0.9
- predis/predis: ^2.2
Suggests
- ext-redis: Native PHP Redis extension — alternative to Predis.
- predis/predis: Recommended client for the Redis adapter (^2.2). Hosts can also pass a native ext-redis client through a custom RedisHashClientInterface implementation.