用户数据表
<?php
require_once "./HashRing.php";
use Chxj1992\HashRing\HashRing;
$tables = ["pool_feed_1","pool_feed_2","pool_feed_3","pool_feed_4","pool_feed_5",
"pool_feed_6","pool_feed_7","pool_feed_8","pool_feed_9"];
$userId = "";
$hashRing = new HashRing($tables);
$table = $hashRing->getNode($userId);
print_r($table);
INFO