Quick actions

cmd+k|ctrl+k

Navigation

Languages

用户数据表

Snippet info

Language

Php

Visibility

public

Author

koofranker

Created

2017-08-28T02:18:22Z

Updated

2017-08-28T02:19:11Z

<?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