Skip to content

Instantly share code, notes, and snippets.

@KangYoosam
Created December 29, 2018 03:27
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save KangYoosam/e27f4493a3c8abf34fb0a44cab4a9922 to your computer and use it in GitHub Desktop.
Save KangYoosam/e27f4493a3c8abf34fb0a44cab4a9922 to your computer and use it in GitHub Desktop.
Redisのバックアップファイル場所をチェックする ref: https://qiita.com/kangyoosam/items/6775ebc72746dd03561a
redis-cli bgsave
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