Redis
 sql >> Cơ Sở Dữ Liệu >  >> NoSQL >> Redis

redis dump.rdb / lưu các tệp nhỏ

Để hữu ích hơn một chút ... Cách tìm hoặc đặt nơi redis đang lưu tệp dump.rdb (máy chủ ubuntu):Trước tiên, hãy tìm tệp redis.conf của bạn:Trong phần chạy đầu cuối của bạn:

ps -e aux | grep redis

Tôi đã tìm thấy tệp redis.conf của mình trong:

var/etc/redis/

Nếu của bạn ở cùng một nơi thì hãy mở tệp bằng:

pico var/etc/redis/redis.conf

Tìm kiếm:

# The filename where to dump the DB
dbfilename dump.rdb

# The working directory.
#
# The DB will be written inside this directory, with the filename specified
# above using the 'dbfilename' configuration directive.
#
# Also the Append Only File will be created inside this directory.
#
# Note that you must specify a directory here, not a file name.
dir /var/lib/redis

Tùy thuộc vào cài đặt của bạn cho "dbfilename" và "dir", đó là nơi bạn tìm thấy tệp redis dump.rdb của mình.

Cập nhật :Để xem cấu hình redis của bạn, chỉ cần chạy:

redis-cli CONFIG GET *


  1. Redis
  2.   
  3. MongoDB
  4.   
  5. Memcached
  6.   
  7. HBase
  8.   
  9. CouchDB
  1. Redis sentinel docker image / Dockerfile

  2. Spring Data RedisTemplate:Sắp xếp thứ tự Giá trị và HashValue

  3. Hoạt động của @cache_page () decorator trong django-redis-cache

  4. Spring Boot redisTemplate tự động tạo không thành công

  5. Redis ERR lệnh không xác định 'FLUSHDB'