https://github.com/sgerrand/alpine-pkg-php5-redis
PHP5 Redis extension packaged for Alpine Linux
https://github.com/sgerrand/alpine-pkg-php5-redis
alpine-package php5 php5-redis
Last synced: about 1 month ago
JSON representation
PHP5 Redis extension packaged for Alpine Linux
- Host: GitHub
- URL: https://github.com/sgerrand/alpine-pkg-php5-redis
- Owner: sgerrand
- Created: 2017-12-12T11:29:33.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-01-11T17:26:08.000Z (over 7 years ago)
- Last Synced: 2025-03-27T06:03:14.891Z (about 2 months ago)
- Topics: alpine-package, php5, php5-redis
- Language: Shell
- Size: 16.6 KB
- Stars: 5
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# alpine-pkg-php5-redis
[](https://circleci.com/gh/sgerrand/alpine-pkg-php5-redis/tree/master)
This is the [PHP driver for Redis][php-redis] as an Alpine Linux package.
## Releases
See the [releases page](https://github.com/sgerrand/alpine-pkg-php5-redis/releases) for the latest
download links.## Installing
The current installation method for these packages is to pull them in using
`wget` or `curl` and install the local file with `apk`:apk --no-cache add ca-certificates wget
wget --quiet --output-document=/etc/apk/keys/sgerrand.rsa.pub https://alpine-pkgs.sgerrand.com/sgerrand.rsa.pub
wget https://github.com/sgerrand/alpine-pkg-php5-redis/releases/download/3.1.6-r0/php5-redis-3.1.6-r0.apk
apk add php5-redis-3.1.6-r0.apk[php-redis]: https://pecl.php.net/redis