redis-cli SAVE

Category: Databases & SQL

redis-cli SAVE

Write a synchronous snapshot

Blocks the server until the RDB dump finishes writing, which can pause traffic for seconds on big datasets. Prefer BGSAVE on production. Related: SHUTDOWN writes one before exiting.
Looking for more? Search all 7,657 commands — works offline, in English or Spanish, and fixes typos.