Sha256: 47a11f577d4cbc95fa5a21a1bd01474845b6173486d1489811f3f8d0fca1809f
Contents?: true
Size: 551 Bytes
Versions: 15
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
15 entries across 15 versions & 4 rubygems