redis integration; bin scripts

This commit is contained in:
Tim Olson
2023-10-04 03:43:26 -04:00
parent 416016d31b
commit 5c71305293
11 changed files with 60 additions and 27 deletions

2
bin/df.sh Executable file
View 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
View File

@@ -0,0 +1 @@
alembic downgrade -1 && alembic upgrade head && ./bin/df.sh