17 lines
272 B
PHP
17 lines
272 B
PHP
<?php
|
|
|
|
return array(
|
|
array(
|
|
'instance_id' => 1,
|
|
'host' => '127.0.0.1',
|
|
'port' => 6379,
|
|
'passwd' => ''
|
|
),
|
|
array(
|
|
'instance_id' => 2,
|
|
'host' => '127.0.0.1',
|
|
'port' => 6379,
|
|
'passwd' => ''
|
|
),
|
|
);
|