Method: Backup::Database::Redis#rdb_path
- Defined in:
- lib/backup/database/redis.rb
#rdb_path ⇒ Object
Full path to the redis dump file.
Required when #mode is :copy.
35 36 37 |
# File 'lib/backup/database/redis.rb', line 35 def rdb_path @rdb_path end |