Determines whether Backup should invoke the `SAVE` command through the `redis-cli` utility to persist the most recent data before copying the dump file specified by path and name.
Name of the redis dump file.
This is set in `redis.conf` as `dbfilename`. This must be set to the name of that file without the `.rdb` extension. Default: ‘dump’
Copies and optionally compresses the Redis dump file to the dump_path using the dump_filename.
<trigger>/databases/Redis[-<database_id>].rdb[.gz]
If invoke_save is true, `redis-cli SAVE` will be invoked.
# File lib/backup/database/redis.rb, line 54 def perform! super invoke_save! if invoke_save copy! log!(:finished) end
Generated with the Darkfish Rdoc Generator 2.