Jamm\Memory\IRedisServer::hMSet PHP Метод

hMSet() публичный Метод

Set multiple hash fields to multiple values
public hMSet ( string $key, array $fields )
$key string
$fields array (field => value)
    public function hMSet($key, $fields);