Skip to content

Commit ace6cf6

Browse files
author
Andrew Brookins
committed
Use rdb only to speed up restarts
1 parent 38a93b3 commit ace6cf6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docker-compose.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ services:
66
- "16379:6379"
77
volumes:
88
- $PWD/data:/data
9-
command: --appendonly yes --aof-use-rdb-preamble yes --dir /data --loadmodule /usr/lib/redis/modules/redistimeseries.so
9+
command: --dir /data --loadmodule /usr/lib/redis/modules/redistimeseries.so
1010

1111
app:
1212
restart: always

0 commit comments

Comments
 (0)