2016-04-08 14:25:45 -04:00
|
|
|
################################################################################
|
|
|
|
# Redis Cache Configuration #
|
|
|
|
################################################################################
|
|
|
|
|
|
|
|
# Host or socket to connect to
|
2016-07-22 17:22:00 -04:00
|
|
|
# Socket must be prefixed with 'unix:'
|
2016-04-08 14:25:45 -04:00
|
|
|
host = "127.0.0.1"
|
|
|
|
|
|
|
|
# Connection port
|
|
|
|
#port = 6379
|
|
|
|
|
|
|
|
# Connection password
|
|
|
|
#password = ""
|
|
|
|
|
|
|
|
# Database number
|
|
|
|
database = 13
|