Install php-redis
Installing php-redis package on Debian Unstable (Sid) is as easy as running the following command on terminal:
sudo apt-get update sudo apt-get install php-redis
php-redis package information
distro | Debian Unstable (Sid) |
---|---|
section | Main |
name | php-redis |
version | 2.2.7-389-g2887ad1+2.2.7-1 |
description | PHP extension for interfacing with Redis |
subsection | php |
website | pecl.php.net / package / redis |
maintainer | Debian PHP PECL Maintainers |
Uninstall php-redis
To remove just php-redis package itself from Debian Unstable (Sid) execute on terminal:
sudo apt-get remove php-redis
Uninstall php-redis and it’s dependent packages
To remove the php-redis package and any other dependant package which are no longer needed from Debian Sid.
sudo apt-get remove --auto-remove php-redis
Purging php-redis
If you also want to delete configuration and/or data files of php-redis from Debian Sid then this will work:
sudo apt-get purge php-redis
To delete configuration and/or data files of php-redis and it’s dependencies from Debian Sid then execute:
sudo apt-get purge --auto-remove php-redis