Created
December 29, 2018 03:27
-
-
Save KangYoosam/e27f4493a3c8abf34fb0a44cab4a9922 to your computer and use it in GitHub Desktop.
Redisのバックアップファイル場所をチェックする ref: https://qiita.com/kangyoosam/items/6775ebc72746dd03561a
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
redis-cli bgsave |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
127.0.0.1:6379> config get dir | |
1) "dir" | |
2) "/usr/local/var/db/redis" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment