actions-setup-redis icon indicating copy to clipboard operation
actions-setup-redis copied to clipboard

Save and load Data form disk / dir

Open berlin4apk opened this issue 4 years ago • 1 comments

how can i config the actions-setup-redis to Save and load Data form a disk?

and how can i access redis out form a docker container but with the 'service name'

Thanks

berlin4apk avatar Oct 20 '21 15:10 berlin4apk

how can i config the actions-setup-redis to Save and load Data form a disk?

With no configuration, just run redis-cli save and it will place a dump.rdb file on the current working directory. Add redis-conf: dir /path/to/directory/ if you want to specify where to place the dump.rdb file when you run the command above.

AnimMouse avatar Nov 28 '21 04:11 AnimMouse