Jamm\Memory\IRedisServer::sUnion PHP Méthode

sUnion() public méthode

For example: key1 = {a,b,c,d} key2 = {c} key3 = {a,c,e} SUNION key1 key2 key3 = {a,b,c,d,e} Parameters: key [key...]
public sUnion ( string | array $key ) : array
$key string | array
Résultat array
    public function sUnion($key);