Merge "Install python-redis from pip"
This commit is contained in:
commit
2960ea1dea
@ -1,5 +1,4 @@
|
||||
python-pymongo
|
||||
mongodb-server
|
||||
pkg-config
|
||||
redis-server # NOPRIME
|
||||
python-redis # NOPRIME
|
||||
redis-server # NOPRIME
|
@ -147,13 +147,13 @@ function configure_zaqar {
|
||||
function configure_redis {
|
||||
if is_ubuntu; then
|
||||
install_package redis-server
|
||||
pip_install redis
|
||||
elif is_fedora; then
|
||||
install_package redis
|
||||
pip_install redis
|
||||
else
|
||||
exit_distro_not_supported "redis installation"
|
||||
fi
|
||||
|
||||
install_package python-redis
|
||||
}
|
||||
|
||||
function configure_mongodb {
|
||||
|
Loading…
Reference in New Issue
Block a user