#Cannot configure the db file location
3 messages · Page 1 of 1 (latest)
Example of the settings in my redis.conf files
dbfilename dump-7000.rdb
dir /var/lib/redis/7000
When I connect to the instance, they are still the defaults
If I use redis-server 7000.conf it properly uses the dir setting
But if I use redis-stack-server 7000.conf it outputs
Starting redis-stack-server, database path /opt/redis/var/db/redis-stack
If I add --dir /var/lib/redis/7000 to the start command it still output, but does put the rdb file in the correct place, BUT, other files are still going in the dir outputed on startup.