LoginSignup
1
0

More than 5 years have passed since last update.

Redisのバックアップファイル場所をチェックする

Posted at

はじめに

バックアップは以下のコマンドで取った。

redis-cli bgsave

保管場所チェック

127.0.0.1:6379> config get dir
1) "dir"
2) "/usr/local/var/db/redis"

この場合、/usr/local/var/db/redisが保管場所。

1
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
1
0