redis integration; bin scripts
This commit is contained in:
2
bin/df.sh
Executable file
2
bin/df.sh
Executable file
@@ -0,0 +1,2 @@
|
||||
#!/bin/bash
|
||||
docker run --network=host --ulimit memlock=-1 docker.dragonflydb.io/dragonflydb/dragonfly --maxmemory 1G "$@"
|
||||
1
bin/reset_db_df.sh
Executable file
1
bin/reset_db_df.sh
Executable file
@@ -0,0 +1 @@
|
||||
alembic downgrade -1 && alembic upgrade head && ./bin/df.sh
|
||||
Reference in New Issue
Block a user