mirror of
https://github.com/YunoHost/yunohost.git
synced 2024-09-03 20:06:10 +02:00
Update helpers/redis
Co-authored-by: Alexandre Aubin <4533074+alexAubin@users.noreply.github.com>
This commit is contained in:
parent
44840603b5
commit
f798236a3a
1 changed files with 1 additions and 1 deletions
|
@ -35,5 +35,5 @@ ynh_redis_get_free_db() {
|
|||
# | arg: database - the database to erase
|
||||
ynh_redis_remove_db() {
|
||||
local db=$1
|
||||
redis-cli -n "$db" flushall
|
||||
redis-cli -n "$db" flushdb
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue