Add sitemap
This commit is contained in:
parent
3b3b18203f
commit
2feebf3e6a
11 changed files with 241 additions and 4 deletions
|
|
@ -18,6 +18,7 @@ removeFiles () {
|
|||
|
||||
dropRedis () {
|
||||
redis-cli KEYS "bull-localhost:900$1*" | grep -v empty | xargs --no-run-if-empty redis-cli DEL
|
||||
redis-cli KEYS "redis-localhost:900$1*" | grep -v empty | xargs --no-run-if-empty redis-cli DEL
|
||||
}
|
||||
|
||||
for i in $(seq 1 6); do
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue