Skip to content

sgerrand/alpine-pkg-php5-redis

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

alpine-pkg-php5-redis

CircleCI

This is the PHP driver for Redis as an Alpine Linux package.

Releases

See the releases page 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