all
This commit is contained in:
18
Base-de-donnees/Redis/standalone/conf/redis-commander.json
Normal file
18
Base-de-donnees/Redis/standalone/conf/redis-commander.json
Normal file
@ -0,0 +1,18 @@
|
||||
{
|
||||
"connections": [
|
||||
{
|
||||
"label": "standalone",
|
||||
"host": "redis",
|
||||
"port": 6379,
|
||||
"password": "password",
|
||||
"dbIndex": 0
|
||||
},
|
||||
{
|
||||
"label": "replica",
|
||||
"host": "redis-replica",
|
||||
"port": 6379,
|
||||
"password": "password",
|
||||
"dbIndex": 0
|
||||
}
|
||||
]
|
||||
}
|
Reference in New Issue
Block a user