Quick actions

cmd+k|ctrl+k

Navigation

Languages

用户数据表

Snippet info

Language

Php

Visibility

public

Author

mosi

Created

2018-11-21T04:12:01Z

Updated

2018-11-21T04:12:01Z

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