Sha256: dfe4b03ae2175b14359b953784c1218f30f71ddf5bc727f14c5e6d6972ab68fe
Contents?: true
Size: 551 Bytes
Versions: 1
Compression:
Stored size: 551 Bytes
Contents
## # Redis [Database] # database Redis do |db| db.name = "my_database_name" db.path = "/usr/local/var/db/redis" db.password = "my_password" db.host = "localhost" db.port = 5432 db.socket = "/tmp/redis.sock" db.additional_options = [] db.invoke_save = true # Optional: Use to set the location of this utility # if it cannot be found by name in your $PATH # db.redis_cli_utility = '/opt/local/bin/redis-cli' end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
backup-3.0.21 | templates/cli/utility/database/redis |