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