mirror of
https://github.com/crazywhalecc/static-php-cli.git
synced 2026-07-22 00:05:37 +08:00
23 lines
406 B
YAML
23 lines
406 B
YAML
ext-redis:
|
|
type: php-extension
|
|
artifact:
|
|
source:
|
|
type: pie
|
|
repo: phpredis/phpredis
|
|
extract: php-src/ext/redis
|
|
metadata:
|
|
license-files: [LICENSE]
|
|
license: PHP-3.01
|
|
suggests:
|
|
- ext-session
|
|
- ext-igbinary
|
|
- ext-msgpack
|
|
suggests@unix:
|
|
- ext-session
|
|
- ext-igbinary
|
|
- ext-msgpack
|
|
- zstd
|
|
- liblz4
|
|
php-extension:
|
|
arg-type: custom
|